Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/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-2.6.39/drivers/media/video/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.c836 int streamtype; in ivtv_cropcap() local
838 streamtype = id->type; in ivtv_cropcap()
848 } else if (streamtype == IVTV_DEC_STREAM_TYPE_YUV) { in ivtv_cropcap()
873 int streamtype; in ivtv_s_crop() local
875 streamtype = id->type; in ivtv_s_crop()
879 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV) { in ivtv_s_crop()
899 int streamtype; in ivtv_g_crop() local
901 streamtype = id->type; in ivtv_g_crop()
905 if (streamtype == IVTV_DEC_STREAM_TYPE_YUV) in ivtv_g_crop()