Searched defs:is_pal (Results 1 – 4 of 4) sorted by relevance
/drivers/media/video/cx18/ |
D | cx18-av-vbi.c | 102 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_vbi() local 138 int is_pal = !(state->std & V4L2_STD_525_60); in cx18_av_vbi() local
|
D | cx18-ioctl.c | 61 static int valid_service_line(int field, int line, int is_pal) in valid_service_line() 67 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) in select_service_from_set() 93 void cx18_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) in cx18_expand_service_set()
|
/drivers/media/video/cx25840/ |
D | cx25840-vbi.c | 101 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_vbi() local 138 int is_pal = !(state->std & V4L2_STD_525_60); in cx25840_vbi() local
|
/drivers/media/video/ivtv/ |
D | ivtv-ioctl.c | 57 static int valid_service_line(int field, int line, int is_pal) in valid_service_line() 63 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) in select_service_from_set() 91 void ivtv_expand_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) in ivtv_expand_service_set() 104 static void check_service_set(struct v4l2_sliced_vbi_format *fmt, int is_pal) in check_service_set()
|