Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-vbi.h11 int streamtype);
Dcx18-vbi.c238 int streamtype) in cx18_process_vbi_data() argument
243 if (streamtype != CX18_ENC_STREAM_TYPE_VBI) in cx18_process_vbi_data()
/drivers/media/pci/ivtv/
Divtv-vbi.c364 u64 pts_stamp, int streamtype) in ivtv_process_vbi_data() argument
371 if (streamtype == IVTV_ENC_STREAM_TYPE_VBI && ivtv_raw_vbi(itv)) { in ivtv_process_vbi_data()
392 if (streamtype == IVTV_ENC_STREAM_TYPE_VBI) { in ivtv_process_vbi_data()
423 if (streamtype == IVTV_DEC_STREAM_TYPE_VBI) { in ivtv_process_vbi_data()
Divtv-vbi.h16 u64 pts_stamp, int streamtype);
Divtv-ioctl.c838 int streamtype = id->type; in ivtv_s_selection() local
853 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV && yi->track_osd) { in ivtv_s_selection()
862 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV) { in ivtv_s_selection()
881 int streamtype = id->type; in ivtv_g_selection() local
902 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV) in ivtv_g_selection()
910 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV && yi->track_osd) { in ivtv_g_selection()