Searched refs:UXGA_HSIZE (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/drivers/video/ |
D | ov2640.c | 154 #define UXGA_HSIZE (1600) macro 375 { HSIZE8, (UXGA_HSIZE>>3)}, /* Image Horizontal Size HSIZE[10:3] */ 379 { SIZEL, ((UXGA_HSIZE>>6)&0x40) | ((UXGA_HSIZE&0x7)<<3) | (UXGA_VSIZE&0x7)}, 383 { HSIZE, ((UXGA_HSIZE>>2)&0xFF) }, /* H_SIZE[7:0] real/4 */ 387 { VHYX, ((UXGA_VSIZE>>3)&0x80) | ((UXGA_HSIZE>>7)&0x08) }, 388 { TEST, (UXGA_HSIZE>>4)&0x80}, /* H_SIZE[9] */
|