Searched refs:delayp (Results 1 – 11 of 11) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_generic.c | 202 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 D | pcm_generic.h | 63 int snd_pcm_generic_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
|
| A D | pcm_hw.c | 250 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 D | pcm_plugin_generic.c | 86 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 D | pcm_dsnoop.c | 209 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 D | pcm_dmix.c | 455 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 D | pcm.c | 756 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 D | pcm_multi.c | 410 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 D | pcm_rate.c | 846 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 D | pcm_local.h | 101 int (*delay)(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/ |
| A D | pcm.h | 200 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);
|
Completed in 27 milliseconds