Searched refs:STV_IMAGE_VGA_COLS (Results 1 – 2 of 2) sorted by relevance
1019 if (width >= STV_IMAGE_VGA_COLS && height >= STV_IMAGE_VGA_ROWS) in cpia2_match_video_size()1060 cam->params.roi.width = STV_IMAGE_VGA_COLS; in set_vw_size()1062 cam->width = STV_IMAGE_VGA_COLS; in set_vw_size()1406 (u8) (STV_IMAGE_VGA_COLS / 4); in config_sensor_500()1459 (u8) (((STV_IMAGE_VGA_COLS / 4) - (width / 4)) / 2); in config_sensor_500()2153 cam->params.roi.width = STV_IMAGE_VGA_COLS; in reset_camera_struct()
86 #define STV_IMAGE_VGA_COLS 640 macro