Home
last modified time | relevance | path

Searched refs:streamtype (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-vbi.h25 int streamtype);
Dcx18-vbi.c252 int streamtype) in cx18_process_vbi_data() argument
257 if (streamtype != CX18_ENC_STREAM_TYPE_VBI) in cx18_process_vbi_data()
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-vbi.h28 u64 pts_stamp, int streamtype);
Divtv-vbi.c376 u64 pts_stamp, int streamtype) in ivtv_process_vbi_data() argument
383 if (streamtype == IVTV_ENC_STREAM_TYPE_VBI && ivtv_raw_vbi(itv)) { in ivtv_process_vbi_data()
404 if (streamtype == IVTV_ENC_STREAM_TYPE_VBI) { in ivtv_process_vbi_data()
435 if (streamtype == IVTV_DEC_STREAM_TYPE_VBI) { in ivtv_process_vbi_data()
Divtv-ioctl.c850 int streamtype = id->type; in ivtv_s_selection() local
865 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV && yi->track_osd) { in ivtv_s_selection()
874 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV) { in ivtv_s_selection()
893 int streamtype = id->type; in ivtv_g_selection() local
914 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV) in ivtv_g_selection()
922 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV && yi->track_osd) { in ivtv_g_selection()