| /third_party/alsa-utils/axfer/ |
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | subcmd-list.c | 143 [SND_PCM_STREAM_CAPTURE] = "Input", in list_pcms()
|
| H A D | subcmd-transfer.c | 337 if (direction == SND_PCM_STREAM_CAPTURE) { in context_pre_process()
|
| H A D | xfer-libffado.c | 68 if (direction == SND_PCM_STREAM_CAPTURE) in xfer_libffado_init()
|
| H A D | xfer-options.c | 177 if (xfer->direction == SND_PCM_STREAM_CAPTURE) { in validate_options()
|
| /third_party/alsa-lib/test/ |
| H A 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()
|
| H A D | omixer.c | 68 err = snd_pcm_open(&chandle, cname, SND_PCM_STREAM_CAPTURE, 0); in main()
|
| H A D | chmap.c | 169 stream = SND_PCM_STREAM_CAPTURE; in main()
|
| H A D | audio_time.c | 251 if ((err = snd_pcm_open(&handle_c, pcm_name, SND_PCM_STREAM_CAPTURE, SND_PCM_NONBLOCK)) < 0) { in main()
|
| /third_party/ffmpeg/libavdevice/ |
| H A 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/ |
| H A D | pcm_asym.c | 97 if (stream == SND_PCM_STREAM_CAPTURE) in _snd_pcm_asym_open()
|
| H A 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() 582 if (pcm->stream == SND_PCM_STREAM_CAPTURE && in snd_pcm_plugin_may_wait_for_avail_min_conv()
|
| H A D | pcm_share.c | 1030 if (pcm->stream != SND_PCM_STREAM_CAPTURE) in _snd_pcm_share_rewind() 1088 if (pcm->stream != SND_PCM_STREAM_CAPTURE) in _snd_pcm_share_forward() 1144 if (pcm->stream == SND_PCM_STREAM_CAPTURE) { in _snd_pcm_share_stop() 1239 if (pcm->stream == SND_PCM_STREAM_CAPTURE) { in snd_pcm_share_drop()
|
| H A D | pcm_null.c | 143 if (pcm->stream == SND_PCM_STREAM_CAPTURE) in snd_pcm_null_start()
|
| H A D | pcm_meter.c | 232 if (pcm->stream == SND_PCM_STREAM_CAPTURE) in snd_pcm_meter_thread() 371 if (pcm->stream == SND_PCM_STREAM_CAPTURE) in snd_pcm_meter_avail_update()
|
| H A 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/libwebsockets/minimal-examples/raw/minimal-raw-audio/ |
| H A D | audio.c | 126 SND_PCM_STREAM_CAPTURE)) { in callback_raw_test()
|
| /third_party/alsa-utils/alsactl/ |
| H A D | info.c | 235 err = pcm_device_list(ctl, SND_PCM_STREAM_CAPTURE, &first); in general_card_info()
|
| /third_party/pulseaudio/src/tests/ |
| H A D | alsa-time-test.c | 71 r = snd_pcm_open(&pcm, dev, SND_PCM_STREAM_CAPTURE, 0); in main()
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/ |
| H A D | audio.c | 254 SND_PCM_STREAM_CAPTURE)) { in callback_audio()
|
| /third_party/alsa-utils/aplay/ |
| H A D | aplay.c | 347 filter = stream == SND_PCM_STREAM_CAPTURE ? "Input" : "Output"; in pcm_list() 552 stream = SND_PCM_STREAM_CAPTURE; 769 stream = SND_PCM_STREAM_CAPTURE; 869 stream == SND_PCM_STREAM_CAPTURE && 1733 if (stream == SND_PCM_STREAM_CAPTURE) { 2033 } else if (stream == SND_PCM_STREAM_CAPTURE && avail > delay) { 2037 } else if (stream == SND_PCM_STREAM_CAPTURE && savail > sdelay) {
|
| /third_party/pulseaudio/src/modules/alsa/ |
| H A 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()
|