Home
last modified time | relevance | path

Searched refs:delayp (Results 1 – 11 of 11) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_generic.c202 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_generic_delay() argument
206 return snd_pcm_delay(generic->slave, delayp); in snd_pcm_generic_delay()
A Dpcm_generic.h63 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
A Dpcm_hw.c250 static int snd_pcm_hw_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_hw_delay() argument
255 assert(delayp); in snd_pcm_hw_delay()
259 ret = ksnd_pcm_delay(hw->substream, delayp); in snd_pcm_hw_delay()
A Dpcm_plugin_generic.c86 static int snd_pcm_plugin_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_plugin_delay() argument
101 *delayp = sd; in snd_pcm_plugin_delay()
A Dpcm_dsnoop.c209 static int snd_pcm_dsnoop_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dsnoop_delay() argument
223 *delayp = snd_pcm_mmap_capture_hw_avail(pcm); in snd_pcm_dsnoop_delay()
A Dpcm_dmix.c455 static int snd_pcm_dmix_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_dmix_delay() argument
472 *delayp = snd_pcm_mmap_playback_hw_avail(pcm); in snd_pcm_dmix_delay()
A Dpcm.c756 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_delay() argument
761 assert(delayp); in snd_pcm_delay()
764 ret = pcm->fast_ops->delay(pcm->fast_op_arg, delayp); in snd_pcm_delay()
A Dpcm_multi.c410 static int snd_pcm_multi_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_multi_delay() argument
414 return snd_pcm_delay(slave, delayp); in snd_pcm_multi_delay()
A Dpcm_rate.c846 static int snd_pcm_rate_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_rate_delay() argument
861 *delayp = rate->ops.input_frames(rate->obj, slave_delay) in snd_pcm_rate_delay()
864 *delayp = rate->ops.output_frames(rate->obj, slave_delay) in snd_pcm_rate_delay()
A Dpcm_local.h101 int (*delay)(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm.h200 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);

Completed in 27 milliseconds