Home
last modified time | relevance | path

Searched refs:STV_IMAGE_VGA_COLS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/usb/cpia2/
Dcpia2_core.c1014 if (width >= STV_IMAGE_VGA_COLS && height >= STV_IMAGE_VGA_ROWS) in cpia2_match_video_size()
1055 cam->params.roi.width = STV_IMAGE_VGA_COLS; in set_vw_size()
1057 cam->width = STV_IMAGE_VGA_COLS; in set_vw_size()
1401 (u8) (STV_IMAGE_VGA_COLS / 4); in config_sensor_500()
1454 (u8) (((STV_IMAGE_VGA_COLS / 4) - (width / 4)) / 2); in config_sensor_500()
2148 cam->params.roi.width = STV_IMAGE_VGA_COLS; in reset_camera_struct()
Dcpia2.h99 #define STV_IMAGE_VGA_COLS 640 macro