Searched refs:sensor_height (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/go7007/
H A Dgo7007-v4l2.c170 int sensor_height = 0, sensor_width = 0; local
181 sensor_height = 480;
185 sensor_height = 576;
189 sensor_height = go->board_info->sensor_height;
195 height = sensor_height;
204 if (fmt->fmt.pix.height > sensor_height)
205 height = sensor_height;
212 int sensor_size = sensor_width * sensor_height;
216 height = sensor_height /
[all...]
H A Dgo7007-priv.h82 int sensor_height; member in struct:go7007_board_info
H A Dgo7007-driver.c631 go->height = board->sensor_height;
H A Dgo7007-usb.c260 .sensor_height = 240,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dw996Xcf.c462 sd->sensor_height = max_height;
H A Dov519.c121 int sensor_height; member in struct:sd
3914 i2c_w(sd, 0x1a, vwebase + (sd->sensor_height >> vwscale));
3927 sd->sensor_height = sd->gspca_dev.height;

Completed in 87 milliseconds