Home
last modified time | relevance | path

Searched refs:snd_pcm_delay (Results 1 - 12 of 12) sorted by relevance

/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c419 if (snd_pcm_delay(loop->play->handle, &pdelay) >= 0 && in xrun_profile0()
420 snd_pcm_delay(loop->capt->handle, &cdelay) >= 0) { in xrun_profile0()
858 if ((err = snd_pcm_delay(capt->handle, &cdelay)) < 0) { in xrun_sync()
872 if ((err = snd_pcm_delay(play->handle, &pdelay)) < 0) { in xrun_sync()
1021 if (snd_pcm_delay(capt->handle, &cdelay) < 0) in xrun_sync()
1023 if (snd_pcm_delay(play->handle, &pdelay) < 0) in xrun_sync()
1760 if (snd_pcm_delay(loop->play->handle, &delay) < 0) in get_queued_playback_samples()
1775 if ((err = snd_pcm_delay(loop->capt->handle, &delay)) < 0) in get_queued_capture_samples()
1870 if ((err = snd_pcm_delay(play->handle, &pdelay)) < 0) in pcmjob_pollfds_handle()
1874 if ((err = snd_pcm_delay(cap in pcmjob_pollfds_handle()
[all...]
/third_party/ffmpeg/libavdevice/
H A Dalsa_dec.c133 snd_pcm_delay(s->h, &delay); in audio_read_packet()
H A Dalsa_enc.c145 snd_pcm_delay(s->h, &delay); in audio_get_output_timestamp()
/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c87 err = snd_pcm_delay(pcm, &val); in peeper()
/third_party/alsa-lib/src/pcm/
H A Dpcm_generic.c184 return snd_pcm_delay(generic->slave, delayp); in snd_pcm_generic_delay()
H A Dpcm_share.c717 err = snd_pcm_delay(slave->pcm, &sd); in snd_pcm_share_status()
777 return snd_pcm_delay(slave->pcm, delayp); in _snd_pcm_share_delay()
947 err = snd_pcm_delay(spcm, &sd); in snd_pcm_share_start()
1154 err = snd_pcm_delay(slave->pcm, &delay); in _snd_pcm_share_stop()
H A Dpcm_plugin.c142 int err = snd_pcm_delay(plugin->gen.slave, &sd); in snd_pcm_plugin_delay()
H A Dpcm_multi.c466 err = snd_pcm_delay(multi->slaves[i].pcm, &d); in snd_pcm_multi_delay()
H A Dpcm_rate.c700 err = snd_pcm_delay(rate->gen.slave, &slave_delay); in snd_pcm_rate_delay()
H A Dpcm.c424 use functions #snd_pcm_avail(), #snd_pcm_delay() or #snd_pcm_avail_delay().
431 The function #snd_pcm_delay() returns the delay in frames.
442 #snd_pcm_delay() and returns both values in sync.
1152 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) in snd_pcm_delay() function
3044 * Also this function might be called after #snd_pcm_delay() or
3095 * \brief Combine snd_pcm_avail and snd_pcm_delay functions
7123 * \brief Get delay from a PCM status container (see #snd_pcm_delay)
/third_party/alsa-lib/aserver/
H A Daserver.c446 ctrl->result = snd_pcm_delay(pcm, (snd_pcm_sframes_t *) &ctrl->u.delay.frames); in pcm_shm_cmd()
/third_party/alsa-lib/include/
H A Dpcm.h557 int snd_pcm_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp);

Completed in 26 milliseconds