Searched refs:ov7670_resolution_config_t (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/ |
| D | fsl_ov7670.c | 68 ov7670_resolution_config_t OV7670_RESOLUTION_VGA = {0x00, 0x00, 0x00, 0x3a, 0x35, 0x11, 0xf0, 0x02}… 69 ov7670_resolution_config_t OV7670_RESOLUTION_QVGA_ORIGINAL = {0x10, 0x00, 0x00, 0x3a, 71 ov7670_resolution_config_t OV7670_RESOLUTION_QVGA = {0x10, 0x04, 0x19, 0x3a, 0x35, 0x11, 0xf1, 0x0… 72 ov7670_resolution_config_t OV7670_RESOLUTION_QQVGA = {0x10, 0x04, 0x1A, 0x3a, 0x35, 0x22, 0xf2, 0x0… 74 ov7670_resolution_config_t OV7670_RESOLUTION_CIF = {0x20, 0x08, 0x11, 0x3a, 0x35, 0x11, 0xf1, 0x02}… 75 ov7670_resolution_config_t OV7670_RESOLUTION_QCIF_ORIGINAL = {0x21, 0x08, 0x11, 0x3a, 77 ov7670_resolution_config_t OV7670_RESOLUTION_QCIF = {0x28, 0x00, 0x11, 0x3a, 0x35, 0x11, 0xf1, 0x0… 78 ov7670_resolution_config_t OV7670_RESOLUTION_QQCIF = {0x28, 0x0c, 0x12, 0x3a, 0x35, 0x22, 0xf2, 0x0… 340 ov7670_resolution_config_t *resolution_config; in OV7670_Resolution() 344 resolution_config = (ov7670_resolution_config_t *)&OV7670_RESOLUTION_VGA; in OV7670_Resolution() [all …]
|
| D | fsl_ov7670.h | 377 } ov7670_resolution_config_t; typedef 563 extern ov7670_resolution_config_t OV7670_RESOLUTION_VGA; 564 extern ov7670_resolution_config_t OV7670_RESOLUTION_QVGA; 565 extern ov7670_resolution_config_t OV7670_RESOLUTION_QQVGA; 567 extern ov7670_resolution_config_t OV7670_RESOLUTION_CIF; 568 extern ov7670_resolution_config_t OV7670_RESOLUTION_QCIF; 569 extern ov7670_resolution_config_t OV7670_RESOLUTION_QQCIF; 571 extern ov7670_resolution_config_t OV7670_RESOLUTION_QVGA_ORIGINAL; 572 extern ov7670_resolution_config_t OV7670_RESOLUTION_QCIF_ORIGINAL;
|