Home
last modified time | relevance | path

Searched refs:snd_pcm_avail_delay (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/include/
H A Dpcm.h562 int snd_pcm_avail_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *availp, snd_pcm_sframes_t *delayp);
/third_party/alsa-utils/aplay/
H A Daplay.c2006 err = snd_pcm_avail_delay(handle, &avail, &delay);
/third_party/alsa-lib/src/pcm/
H A Dpcm.c424 use functions #snd_pcm_avail(), #snd_pcm_delay() or #snd_pcm_avail_delay().
441 The function #snd_pcm_avail_delay() combines #snd_pcm_avail() and
3105 int snd_pcm_avail_delay(snd_pcm_t *pcm, in snd_pcm_avail_delay() function

Completed in 18 milliseconds