Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/video/
Dov2640.c155 #define UXGA_VSIZE (1200) macro
376 { VSIZE8, (UXGA_VSIZE>>3)}, /* Image Vertical Size VSIZE[10:3] */
379 { SIZEL, ((UXGA_HSIZE>>6)&0x40) | ((UXGA_HSIZE&0x7)<<3) | (UXGA_VSIZE&0x7)},
384 { VSIZE, ((UXGA_VSIZE>>2)&0xFF) }, /* V_SIZE[7:0] real/4 */
387 { VHYX, ((UXGA_VSIZE>>3)&0x80) | ((UXGA_HSIZE>>7)&0x08) },