Home
last modified time | relevance | path

Searched refs:captype (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/video/cx18/
Dcx18-streams.c793 int captype = 0; in cx18_start_v4l2_encode_stream() local
803 captype = CAPTURE_CHANNEL_TYPE_MPEG; in cx18_start_v4l2_encode_stream()
811 captype = CAPTURE_CHANNEL_TYPE_INDEX; in cx18_start_v4l2_encode_stream()
814 captype = CAPTURE_CHANNEL_TYPE_TS; in cx18_start_v4l2_encode_stream()
817 captype = CAPTURE_CHANNEL_TYPE_YUV; in cx18_start_v4l2_encode_stream()
820 captype = CAPTURE_CHANNEL_TYPE_PCM; in cx18_start_v4l2_encode_stream()
824 captype = cx18_raw_vbi(cx) ? in cx18_start_v4l2_encode_stream()
831 captype = CAPTURE_CHANNEL_TYPE_VBI; in cx18_start_v4l2_encode_stream()
847 cx18_vapi(cx, CX18_CPU_SET_CHANNEL_TYPE, 2, s->handle, captype); in cx18_start_v4l2_encode_stream()
860 if (captype != CAPTURE_CHANNEL_TYPE_TS) { in cx18_start_v4l2_encode_stream()
[all …]
/linux-3.4.99/drivers/media/video/ivtv/
Divtv-streams.c470 int captype = 0, subtype = 0; in ivtv_start_v4l2_encode_stream() local
480 captype = 0; in ivtv_start_v4l2_encode_stream()
496 captype = 2; in ivtv_start_v4l2_encode_stream()
500 captype = 1; in ivtv_start_v4l2_encode_stream()
504 captype = 1; in ivtv_start_v4l2_encode_stream()
508 captype = 1; in ivtv_start_v4l2_encode_stream()
612 if (ivtv_vapi(itv, CX2341X_ENC_START_CAPTURE, 2, captype, subtype)) in ivtv_start_v4l2_encode_stream()
/linux-3.4.99/include/linux/
Dtelephony.h82 phone_cap captype; member
/linux-3.4.99/drivers/staging/telephony/
Dixj.c5929 j->caplist[j->caps].captype = vendor; in add_caps()
5932 j->caplist[j->caps].captype = device; in add_caps()
5954 j->caplist[j->caps].captype = port; in add_caps()
5966 j->caplist[j->caps].captype = port; in add_caps()
5978 j->caplist[j->caps].captype = port; in add_caps()
5991 j->caplist[j->caps].captype = port; in add_caps()
6002 j->caplist[j->caps].captype = codec; in add_caps()
6008 j->caplist[j->caps].captype = codec; in add_caps()
6014 j->caplist[j->caps].captype = codec; in add_caps()
6020 j->caplist[j->caps].captype = codec; in add_caps()
[all …]