Lines Matching refs:snd_pcm_sframes_t
355 snd_pcm_sframes_t delay; /* extra delay; typically FIFO size */
685 static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size) in bytes_to_frames()
705 static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size) in frames_to_bytes()
748 …snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_… in snd_pcm_playback_avail()
764 snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr; in snd_pcm_capture_avail()
774 static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_playback_hw_avail()
783 static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_hw_avail()
1074 snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
1078 static inline snd_pcm_sframes_t
1085 static inline snd_pcm_sframes_t
1092 static inline snd_pcm_sframes_t
1099 static inline snd_pcm_sframes_t
1106 static inline snd_pcm_sframes_t
1113 static inline snd_pcm_sframes_t
1120 static inline snd_pcm_sframes_t
1127 static inline snd_pcm_sframes_t
1452 snd_pcm_sframes_t snd_pcm_vad_read(struct snd_pcm_substream *substream,
1485 snd_pcm_sframes_t snd_pcm_vad_memcpy(struct snd_pcm_substream *substream,
1506 snd_pcm_sframes_t delay; /* current delay in frames */