Lines Matching refs:frames

177 	snd_pcm_sframes_t (*rewind)(snd_pcm_t *pcm, snd_pcm_uframes_t frames); /* locked */
179 snd_pcm_sframes_t (*forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames); /* locked */
191 int (*mmap_begin)(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames); /* locked */
217 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
230 snd_pcm_uframes_t fifo_size; /* chip FIFO size in frames */
392 void snd_pcm_mmap_appl_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
393 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
394 void snd_pcm_mmap_hw_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
395 void snd_pcm_mmap_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames);
434 snd_pcm_uframes_t *offset, snd_pcm_uframes_t *frames);
437 snd_pcm_uframes_t frames);
494 * \retval number of frames available to the application for playback
498 * number of frames in the empty part of the ring buffer.
519 * \retval number of frames available to the application for capture
523 * number of frames in the filled part of the ring buffer.
557 * \retval number of frames available to the hardware for playback
567 * \retval number of frames available to the hardware for capture
620 * \retval number of frames pending from application to hardware
628 * \retval number of frames pending from hardware to application
844 snd_pcm_sframes_t INTERNAL(snd_pcm_forward)(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
906 int INTERNAL(snd_pcm_hw_params_get_period_size)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
907 int INTERNAL(snd_pcm_hw_params_get_period_size_min)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
908 int INTERNAL(snd_pcm_hw_params_get_period_size_max)(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);