Home
last modified time | relevance | path

Searched refs:snd_pcm_stream (Results 1 - 5 of 5) sorted by relevance

/third_party/alsa-utils/axfer/
H A Dxfer-libasound.c369 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_PLAYBACK) in xfer_libasound_wait_event()
693 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) in xfer_libasound_pre_process()
703 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) in xfer_libasound_pre_process()
831 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE || in xfer_libasound_post_process()
H A Dxfer-libasound-irq-rw.c46 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) in wait_for_avail()
394 if (snd_pcm_stream(state->handle) == SND_PCM_STREAM_CAPTURE) { in irq_rw_pre_process()
/third_party/ffmpeg/libavdevice/
H A Dalsa.c312 if (snd_pcm_stream(s->h) == SND_PCM_STREAM_PLAYBACK) { in ff_alsa_close()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c762 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm) in snd_pcm_stream() function
2948 if (snd_pcm_stream(pcm) == SND_PCM_STREAM_CAPTURE) in __snd_pcm_wait_drain_timeout()
8745 if (snd_pcm_stream(pcm) == SND_PCM_STREAM_PLAYBACK) in snd_pcm_recover()
8795 const char *s = snd_pcm_stream_name(snd_pcm_stream(pcm)); in snd_pcm_set_params()
/third_party/alsa-lib/include/
H A Dpcm.h533 snd_pcm_stream_t snd_pcm_stream(snd_pcm_t *pcm);

Completed in 16 milliseconds