Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov5640/
Dfsl_ov5640.c92 uint8_t framePerSec; member
402 .framePerSec = 15,
411 .framePerSec = 30,
420 .framePerSec = 15,
429 .framePerSec = 30,
438 .framePerSec = 15,
447 .framePerSec = 30,
456 .framePerSec = 15,
465 .framePerSec = 30,
474 .framePerSec = 15,
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/
Dfsl_ov7670.c598 …if ((15U != config->framePerSec) && (30U != config->framePerSec) && (25U != config->framePerSec) && in OV7670_Init()
599 (14U != config->framePerSec)) in OV7670_Init()
614 if (config->framePerSec == 30U) in OV7670_Init()
618 else if (config->framePerSec == 25U) in OV7670_Init()
622 else if (config->framePerSec == 15U) in OV7670_Init()
626 else if (config->framePerSec == 14U) in OV7670_Init()
636 if (config->framePerSec == 30U) in OV7670_Init()
640 else if (config->framePerSec == 25U) in OV7670_Init()
644 else if (config->framePerSec == 15U) in OV7670_Init()
648 else if (config->framePerSec == 14U) in OV7670_Init()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/max9286/
Dfsl_max9286.c65 uint8_t framePerSec; member
370 static const ov10635_resolution_config_t s_ov10635ResolutionConfigs[] = {{.framePerSec = 30,
384 {.framePerSec = 30,
467 (cameraConfig->framePerSec == s_ov10635ResolutionConfigs[i].framePerSec)) in OV10635_GetResolutionConfig()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/
Dfsl_camera.h47 uint8_t framePerSec; /*!< Frame per second. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/mt9m114/
Dfsl_mt9m114.c269 if (30U != config->framePerSec) in MT9M114_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/
Dfsl_ov7725.c429 status = OV7725_SetClockConfig(handle, config->framePerSec, resource->inputClockFreq_Hz); in OV7725_Init()