Home
last modified time | relevance | path

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

/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dawb_manual_func.c337 ++p_fsm->detect_light_source_frames_count; in awb_update_ccm()
338 …if ( p_fsm->detect_light_source_frames_count >= p_fsm->switch_light_source_detect_frames_quantity … in awb_update_ccm()
358 ++p_fsm->detect_light_source_frames_count; in awb_update_ccm()
359 …if ( p_fsm->detect_light_source_frames_count >= p_fsm->switch_light_source_detect_frames_quantity … in awb_update_ccm()
381 p_fsm->detect_light_source_frames_count = 0; in awb_update_ccm()
Dawb_manual_fsm.h90 uint8_t detect_light_source_frames_count; member
Dawb_manual_fsm.c46 p_fsm->detect_light_source_frames_count = 0; in AWB_fsm_clear()