Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.h363 } ov7670_output_format_config_t; typedef
511 ov7670_output_format_config_t *outputFormat;
553 extern ov7670_output_format_config_t OV7670_FORMAT_RawBayerRGB;
554 extern ov7670_output_format_config_t OV7670_FORMAT_ProcessedBayerRGB;
555 extern ov7670_output_format_config_t OV7670_FORMAT_YUV422;
556 extern ov7670_output_format_config_t OV7670_FORMAT_GRB422;
557 extern ov7670_output_format_config_t OV7670_FORMAT_RGB565;
558 extern ov7670_output_format_config_t OV7670_FORMAT_RGB555;
559 extern ov7670_output_format_config_t OV7670_FORMAT_xRGB444;
560 extern ov7670_output_format_config_t OV7670_FORMAT_RGBx444;
[all …]
Dfsl_ov7670.c58 ov7670_output_format_config_t OV7670_FORMAT_RawBayerRGB = {0x01, 0x00, 0x00};
59 ov7670_output_format_config_t OV7670_FORMAT_ProcessedBayerRGB = {0x05, 0x00, 0x00};
60 ov7670_output_format_config_t OV7670_FORMAT_YUV422 = {0x00, 0x00, 0x00};
61 ov7670_output_format_config_t OV7670_FORMAT_GRB422 = {0x04, 0x00, 0x00};
62 ov7670_output_format_config_t OV7670_FORMAT_RGB565 = {0x04, 0xd0, 0x00};
63 ov7670_output_format_config_t OV7670_FORMAT_RGB555 = {0x04, 0xf0, 0x00};
64 ov7670_output_format_config_t OV7670_FORMAT_xRGB444 = {0x04, 0xd0, 0x2};
65 ov7670_output_format_config_t OV7670_FORMAT_RGBx444 = {0x04, 0xd0, 0x3};
327 status_t OV7670_OutputFormat(camera_device_handle_t *handle, const ov7670_output_format_config_t *o… in OV7670_OutputFormat()
577 config->outputFormat = (ov7670_output_format_config_t *)&OV7670_FORMAT_RGB565; in OV7670_GetDefaultConfig()