Searched refs:nightMode (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7725/ |
| D | fsl_ov7725.c | 71 uint8_t nightMode; member 114 status_t OV7725_SetNightMode(camera_device_handle_t *handle, int32_t nightMode); 188 {.nightMode = CAMERA_NIGHT_MODE_DISABLED, .com5 = 0}, 189 {.nightMode = CAMERA_NIGHT_MODE_AUTO_FR_DIVBY2, .com5 = 8 | (1 << 4)}, 190 {.nightMode = CAMERA_NIGHT_MODE_AUTO_FR_DIVBY4, .com5 = 8 | (2 << 4)}, 191 {.nightMode = CAMERA_NIGHT_MODE_AUTO_FR_DIVBY8, .com5 = 8 | (3 << 4)}}; 606 status_t OV7725_SetNightMode(camera_device_handle_t *handle, int32_t nightMode) in OV7725_SetNightMode() argument 612 if (nightMode == (int32_t)ov7725NightModeConfigs[i].nightMode) in OV7725_SetNightMode()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/video/camera/device/ov7670/ |
| D | fsl_ov7670.h | 500 ov7670_night_mode_config_t *nightMode; member
|
| D | fsl_ov7670.c | 311 (void)OV7670_NightMode(handle, config->advancedConfig->nightMode); in OV7670_Configure()
|