Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/video/camera/device/ov5640/
Dfsl_ov5640.c370 static const ov5640_resolution_param_t resolutionParam[] = { variable
738 for (i = 0; i < ARRAY_SIZE(resolutionParam); i++) in OV5640_GetResolutionParam()
740 if (resolution == resolutionParam[i].resolution) in OV5640_GetResolutionParam()
742 return resolutionParam[i].param; in OV5640_GetResolutionParam()