Searched refs:framePerSec (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov5640/ |
| D | fsl_ov5640.c | 92 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/ |
| D | fsl_ov7670.c | 598 …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/ |
| D | fsl_max9286.c | 65 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/ |
| D | fsl_camera.h | 47 uint8_t framePerSec; /*!< Frame per second. */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/mt9m114/ |
| D | fsl_mt9m114.c | 269 if (30U != config->framePerSec) in MT9M114_Init()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/ |
| D | fsl_ov7725.c | 429 status = OV7725_SetClockConfig(handle, config->framePerSec, resource->inputClockFreq_Hz); in OV7725_Init()
|