Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov2640.c156 #define UXGA_VSIZE (1200) macro
377 { VSIZE8, (UXGA_VSIZE>>3)}, /* Image Vertical Size VSIZE[10:3] */
380 { SIZEL, ((UXGA_HSIZE>>6)&0x40) | ((UXGA_HSIZE&0x7)<<3) | (UXGA_VSIZE&0x7)},
385 { VSIZE, ((UXGA_VSIZE>>2)&0xFF) }, /* V_SIZE[7:0] real/4 */
388 { VHYX, ((UXGA_VSIZE>>3)&0x80) | ((UXGA_HSIZE>>7)&0x08) },
Dgc2145.c42 #define UXGA_VSIZE 1200 macro
957 win_y = ((UXGA_VSIZE - win_h) / 2); in gc2145_set_resolution()