Home
last modified time | relevance | path

Searched refs:SND_PCM_STREAM_CAPTURE (Results 1 - 25 of 39) sorted by relevance

12

/third_party/alsa-utils/axfer/
H A Dmain.c146 {"--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 Dxfer.c55 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 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()
H A Dxfer-libasound.c693 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 Dsubcmd-list.c143 [SND_PCM_STREAM_CAPTURE] = "Input", in list_pcms()
H A Dsubcmd-transfer.c337 if (direction == SND_PCM_STREAM_CAPTURE) { in context_pre_process()
H A Dxfer-libffado.c68 if (direction == SND_PCM_STREAM_CAPTURE) in xfer_libffado_init()
H A Dxfer-options.c177 if (xfer->direction == SND_PCM_STREAM_CAPTURE) { in validate_options()
/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c151 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 Domixer.c68 err = snd_pcm_open(&chandle, cname, SND_PCM_STREAM_CAPTURE, 0); in main()
H A Dchmap.c169 stream = SND_PCM_STREAM_CAPTURE; in main()
H A Daudio_time.c251 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 Dalsa_dec.c75 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 Dpcm_asym.c97 if (stream == SND_PCM_STREAM_CAPTURE) in _snd_pcm_asym_open()
H A Dpcm_plugin.c398 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 Dpcm_share.c1030 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 Dpcm_null.c143 if (pcm->stream == SND_PCM_STREAM_CAPTURE) in snd_pcm_null_start()
H A Dpcm_meter.c232 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 Dpcm_file.c724 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 Daudio.c126 SND_PCM_STREAM_CAPTURE)) { in callback_raw_test()
/third_party/alsa-utils/alsactl/
H A Dinfo.c235 err = pcm_device_list(ctl, SND_PCM_STREAM_CAPTURE, &first); in general_card_info()
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c71 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 Daudio.c254 SND_PCM_STREAM_CAPTURE)) { in callback_audio()
/third_party/alsa-utils/aplay/
H A Daplay.c347 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 Dalsa-source.c1095 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()

Completed in 25 milliseconds

12