/third_party/alsa-utils/axfer/ |
D | main.c | 146 {"--capture", SND_PCM_STREAM_CAPTURE}, in decide_direction() 153 {'C', SND_PCM_STREAM_CAPTURE}, in decide_direction() 157 [SND_PCM_STREAM_CAPTURE] = "arecord", in decide_direction() 232 *direction = SND_PCM_STREAM_CAPTURE; in detect_direction()
|
D | xfer.c | 55 assert(direction <= SND_PCM_STREAM_CAPTURE); in xfer_context_init() 133 if (xfer->direction == SND_PCM_STREAM_CAPTURE) { in xfer_context_pre_process() 199 if (xfer->direction == SND_PCM_STREAM_CAPTURE) { in xfer_context_pre_process()
|
D | xfer-libasound-irq-rw.c | 46 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()
|
D | xfer-libasound.c | 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()
|
D | subcmd-list.c | 144 [SND_PCM_STREAM_CAPTURE] = "Input", in list_pcms()
|
D | subcmd-transfer.c | 337 if (direction == SND_PCM_STREAM_CAPTURE) { in context_pre_process()
|
D | xfer-libffado.c | 68 if (direction == SND_PCM_STREAM_CAPTURE) in xfer_libffado_init()
|
D | xfer-options.c | 177 if (xfer->direction == SND_PCM_STREAM_CAPTURE) { in validate_options()
|
/third_party/alsa-lib/test/ |
D | pcm-multi-thread.c | 151 stream = SND_PCM_STREAM_CAPTURE; in parse_options() 238 if (stream == SND_PCM_STREAM_CAPTURE) in main() 251 if (stream == SND_PCM_STREAM_CAPTURE) in main()
|
D | omixer.c | 68 err = snd_pcm_open(&chandle, cname, SND_PCM_STREAM_CAPTURE, 0); in main()
|
D | chmap.c | 168 stream = SND_PCM_STREAM_CAPTURE; in main()
|
D | audio_time.c | 248 if ((err = snd_pcm_open(&handle_c, pcm_name, SND_PCM_STREAM_CAPTURE, SND_PCM_NONBLOCK)) < 0) { in main()
|
/third_party/ffmpeg/libavdevice/ |
D | alsa_dec.c | 75 ret = ff_alsa_open(s1, SND_PCM_STREAM_CAPTURE, &s->sample_rate, s->channels, in audio_read_header() 143 return ff_alsa_get_device_list(device_list, SND_PCM_STREAM_CAPTURE); in audio_get_device_list()
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_plugin.c | 398 if (pcm->stream == SND_PCM_STREAM_CAPTURE) { in snd_pcm_plugin_mmap_commit() 529 if (pcm->stream == SND_PCM_STREAM_CAPTURE && in snd_pcm_plugin_sync_hw_ptr() 566 if (pcm->stream == SND_PCM_STREAM_CAPTURE) { in snd_pcm_plugin_status() 580 if (pcm->stream == SND_PCM_STREAM_CAPTURE && in snd_pcm_plugin_may_wait_for_avail_min()
|
D | pcm_asym.c | 97 if (stream == SND_PCM_STREAM_CAPTURE) in _snd_pcm_asym_open()
|
D | pcm_share.c | 1021 if (pcm->stream != SND_PCM_STREAM_CAPTURE) in _snd_pcm_share_rewind() 1079 if (pcm->stream != SND_PCM_STREAM_CAPTURE) in _snd_pcm_share_forward() 1135 if (pcm->stream == SND_PCM_STREAM_CAPTURE) { in _snd_pcm_share_stop() 1230 if (pcm->stream == SND_PCM_STREAM_CAPTURE) { in snd_pcm_share_drop()
|
D | pcm_null.c | 143 if (pcm->stream == SND_PCM_STREAM_CAPTURE) in snd_pcm_null_start()
|
D | pcm_file.c | 724 if (pcm->stream != SND_PCM_STREAM_CAPTURE) in snd_pcm_file_mmap_begin() 932 if (ifname && (stream == SND_PCM_STREAM_CAPTURE)) { in snd_pcm_file_open()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsadeviceprovider.c | 107 gint streams[] = { SND_PCM_STREAM_CAPTURE, SND_PCM_STREAM_PLAYBACK }; in gst_alsa_device_provider_probe() 312 case SND_PCM_STREAM_CAPTURE: in gst_alsa_device_new()
|
D | gstalsasrc.c | 229 src->device, src->handle, SND_PCM_STREAM_CAPTURE)); in gst_alsasrc_get_property() 234 src->device, SND_PCM_STREAM_CAPTURE)); in gst_alsasrc_get_property() 776 CHECK (snd_pcm_open (&alsa->handle, alsa->device, SND_PCM_STREAM_CAPTURE, in gst_alsasrc_open()
|
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-audio/ |
D | audio.c | 126 SND_PCM_STREAM_CAPTURE)) { in callback_raw_test()
|
/third_party/pulseaudio/src/tests/ |
D | alsa-time-test.c | 71 r = snd_pcm_open(&pcm, dev, SND_PCM_STREAM_CAPTURE, 0); in main()
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 342 filter = stream == SND_PCM_STREAM_CAPTURE ? "Input" : "Output"; in pcm_list() 545 stream = SND_PCM_STREAM_CAPTURE; in main() 750 stream = SND_PCM_STREAM_CAPTURE; in main() 850 stream == SND_PCM_STREAM_CAPTURE && in main() 1682 if (stream == SND_PCM_STREAM_CAPTURE) { in xrun() 1982 } else if (stream == SND_PCM_STREAM_CAPTURE && avail > delay) { in do_test_position() 1986 } else if (stream == SND_PCM_STREAM_CAPTURE && savail > sdelay) { in do_test_position()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
D | audio.c | 254 SND_PCM_STREAM_CAPTURE)) { in callback_audio()
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 1095 if ((err = snd_pcm_open(&u->pcm_handle, u->device_name, SND_PCM_STREAM_CAPTURE, in unsuspend() 2219 SND_PCM_STREAM_CAPTURE, in pa_alsa_source_new() 2233 SND_PCM_STREAM_CAPTURE, in pa_alsa_source_new() 2244 SND_PCM_STREAM_CAPTURE, in pa_alsa_source_new()
|