Home
last modified time | relevance | path

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

/drivers/media/usb/cpia2/
Dcpia2_core.c964 if ((width > STV_IMAGE_QCIF_COLS) in set_default_user_mode()
1040 if (width >= STV_IMAGE_QCIF_COLS && height >= STV_IMAGE_QCIF_ROWS) in cpia2_match_video_size()
1105 cam->params.roi.width = STV_IMAGE_QCIF_COLS; in set_vw_size()
1107 cam->width = STV_IMAGE_QCIF_COLS; in set_vw_size()
1242 (u8) (STV_IMAGE_QCIF_COLS / 4); in config_sensor_410()
1283 (u8) (((STV_IMAGE_QCIF_COLS / 4) - (width / 4)) / 2); in config_sensor_410()
1351 else if (width > STV_IMAGE_QCIF_COLS || height > STV_IMAGE_QCIF_ROWS) in config_sensor_500()
1468 (u8) (((STV_IMAGE_QCIF_COLS / 4) - (width / 4)) / 2); in config_sensor_500()
Dcpia2.h83 #define STV_IMAGE_QCIF_COLS 176 macro