Home
last modified time | relevance | path

Searched refs:input_device (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c52 "input_device=<device number for the source> "
102 "input_device",
576 unsigned int input_device; in pa__init() local
595 pa_log("device and device_name are no longer supported. Please use input_device, input_device_name, output_device and output_device_name."); in pa__init()
635 /* Set the input_device to be opened. If set input_device_name is used, in pa__init()
636 * else input_device if set and lastly WAVE_MAPPER is the default */ in pa__init()
637 input_device = WAVE_MAPPER; in pa__init()
638 if (pa_modargs_get_value_u32(ma, "input_device", &input_device) < 0) { in pa__init()
639 pa_log("failed to parse input_device argumen in pa__init()
[all...]
/third_party/ffmpeg/libavcodec/
H A Ddpx.c161 char input_device[33] = { 0 }; in decode_frame() local
617 av_strlcpy(input_device, avpkt->data + 1556, 32); in decode_frame()
618 input_device[32] = '\0'; in decode_frame()
619 av_dict_set(&p->metadata, "Input Device", input_device, 0); in decode_frame()
622 if (!memcmp(input_device, "Scanity", 7) || in decode_frame()

Completed in 2 milliseconds