Lines Matching refs:snd_pcm_uframes_t
114 volatile snd_pcm_uframes_t appl_ptr; /**< application pointer; read-only */
115 volatile snd_pcm_uframes_t hw_ptr; /**< hw pointer; read-only */
122 snd_pcm_uframes_t period_size; /**< period size; filled after hw_params is called */
123 snd_pcm_uframes_t buffer_size; /**< buffer size; filled after hw_params is called */
148 snd_pcm_uframes_t offset,
149 snd_pcm_uframes_t size);
238 snd_pcm_uframes_t snd_pcm_ioplug_avail(const snd_pcm_ioplug_t * const ioplug,
239 const snd_pcm_uframes_t hw_ptr,
240 const snd_pcm_uframes_t appl_ptr);
241 snd_pcm_uframes_t snd_pcm_ioplug_hw_avail(const snd_pcm_ioplug_t * const ioplug,
242 const snd_pcm_uframes_t hw_ptr,
243 const snd_pcm_uframes_t appl_ptr);