Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/video/
Dov2640.c155 #define UXGA_HSIZE (1600) macro
376 { HSIZE8, (UXGA_HSIZE>>3)}, /* Image Horizontal Size HSIZE[10:3] */
380 { SIZEL, ((UXGA_HSIZE>>6)&0x40) | ((UXGA_HSIZE&0x7)<<3) | (UXGA_VSIZE&0x7)},
384 { HSIZE, ((UXGA_HSIZE>>2)&0xFF) }, /* H_SIZE[7:0] real/4 */
388 { VHYX, ((UXGA_VSIZE>>3)&0x80) | ((UXGA_HSIZE>>7)&0x08) },
389 { TEST, (UXGA_HSIZE>>4)&0x80}, /* H_SIZE[9] */
Dgc2145.c41 #define UXGA_HSIZE 1600 macro
956 win_x = ((UXGA_HSIZE - win_w) / 2); in gc2145_set_resolution()