Home
last modified time | relevance | path

Searched refs:snd_pcm_avail (Results 1 - 8 of 8) sorted by relevance

/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-rw.c119 avail = snd_pcm_avail(state->handle); in r_process_frames_blocking()
178 avail = snd_pcm_avail(state->handle); in r_process_frames_nonblocking()
263 avail = snd_pcm_avail(state->handle); in w_process_frames_blocking()
332 avail = snd_pcm_avail(state->handle); in w_process_frames_nonblocking()
H A Dxfer-libasound-timer-mmap.c188 avail = snd_pcm_avail(state->handle); in timer_mmap_process_frames()
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c176 avail = snd_pcm_avail(pcm); in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c308 try = snd_pcm_avail(vhd->pcm_playback); in callback_audio()
/third_party/alsa-lib/test/
H A Dlatency.c505 avail = snd_pcm_avail(pcm); in get_avail()
/third_party/alsa-lib/include/
H A Dpcm.h560 snd_pcm_sframes_t snd_pcm_avail(snd_pcm_t *pcm);
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-util.c1171 n = snd_pcm_avail(pcm); in pa_alsa_safe_avail()
1183 pa_log_debug(ngettext("snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu ms).\n" in pa_alsa_safe_avail()
1185 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n" in pa_alsa_safe_avail()
1277 pa_log_debug(ngettext("snd_pcm_avail() returned a value that is exceptionally large: %lu byte (%lu ms).\n" in pa_alsa_safe_delay()
1279 "snd_pcm_avail() returned a value that is exceptionally large: %lu bytes (%lu ms).\n" in pa_alsa_safe_delay()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c424 use functions #snd_pcm_avail(), #snd_pcm_delay() or #snd_pcm_avail_delay().
427 The function #snd_pcm_avail() reads the current hardware pointer
441 The function #snd_pcm_avail_delay() combines #snd_pcm_avail() and
1142 * of the device, it should use #snd_pcm_avail*() functions. The
3038 * #snd_pcm_avail() .
3074 snd_pcm_sframes_t snd_pcm_avail(snd_pcm_t *pcm) in snd_pcm_avail() function
3095 * \brief Combine snd_pcm_avail and snd_pcm_delay functions

Completed in 32 milliseconds