Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c81 ov7670_windowing_config_t OV7670_WINDOW_VGA = {0x36, 0x13, 0x01, 0x0a, 0x02, 0x7a};
82 ov7670_windowing_config_t OV7670_WINDOW_QVGA = {0x80, 0x15, 0x03, 0x00, 0x03, 0x7b};
83 ov7670_windowing_config_t OV7670_WINDOW_QQVGA = {0x64, 0x16, 0x04, 0x0a, 0x03, 0x7b};
84 ov7670_windowing_config_t OV7670_WINDOW_CIF = {0x12, 0x15, 0x0b, 0x0a, 0x03, 0x7b};
85 ov7670_windowing_config_t OV7670_WINDOW_QCIF = {0x80, 0x39, 0x03, 0x0a, 0x03, 0x7b};
86 ov7670_windowing_config_t OV7670_WINDOW_QQCIF = {0x64, 0x3a, 0x03, 0x06, 0x03, 0x7b};
258 ov7670_windowing_config_t *windowConfig; in OV7670_Configure()
265 windowConfig = (ov7670_windowing_config_t *)&OV7670_WINDOW_VGA; in OV7670_Configure()
268 windowConfig = (ov7670_windowing_config_t *)&OV7670_WINDOW_QVGA; in OV7670_Configure()
271 windowConfig = (ov7670_windowing_config_t *)&OV7670_WINDOW_QQVGA; in OV7670_Configure()
[all …]
Dfsl_ov7670.h472 } ov7670_windowing_config_t; typedef
575 extern ov7670_windowing_config_t OV7670_WINDOW_VGA;
576 extern ov7670_windowing_config_t OV7670_WINDOW_QVGA;
577 extern ov7670_windowing_config_t OV7670_WINDOW_QQVGA;
578 extern ov7670_windowing_config_t OV7670_WINDOW_CIF;
579 extern ov7670_windowing_config_t OV7670_WINDOW_QCIF;
580 extern ov7670_windowing_config_t OV7670_WINDOW_QQCIF;
792 status_t OV7670_SetWindow(camera_device_handle_t *handle, const ov7670_windowing_config_t *windowin…