Searched defs:is_50hz (Results 1 - 5 of 5) sorted by relevance

/drivers/media/video/
H A Dcx2341x.c227 .is_50hz = 0,
715 params->is_50hz ? 12 : 15);
1027 if (force || NEQ(is_50hz)) {
1029 new->is_50hz);
1174 p->is_50hz ? 25 : 30,
1593 1, 34, 1, cxhdl->is_50hz ? 12 : 15);
1683 void cx2341x_handler_set_50hz(struct cx2341x_handler *cxhdl, int is_50hz) argument
1685 cxhdl->is_50hz = is_50hz;
1686 cxhdl->video_gop_size->default_value = cxhdl->is_50hz
[all...]
H A Dsaa7115.c811 int is_50hz = state->std & V4L2_STD_625_50; local
812 int Vsrc = is_50hz ? 576 : 480;
849 if (!is_50hz)
979 int is_50hz = (state->std & V4L2_STD_625_50); local
999 if (is_50hz)
1008 if (is_50hz) {
/drivers/media/video/saa7164/
H A Dsaa7164.h272 u32 is_50hz; member in struct:saa7164_encoder_params
289 u32 is_50hz; member in struct:saa7164_vbi_params
/drivers/media/video/cx18/
H A Dcx18-driver.h584 u8 is_50hz; member in struct:cx18
/drivers/media/video/ivtv/
H A Divtv-driver.h649 u8 is_50hz; /* 1 if the current capture standard is 50 Hz */ member in struct:ivtv

Completed in 247 milliseconds