Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/ablcV32/
H A Drk_aiq_ablc_algo_v32.cpp418 …ret = Ablc_Select_OBParams_By_ISO_V32(&pAblcCtx->stBlcOBParams, &pAblcCtx->stBlcOBSelect, pExpInfo… in AblcV32Process()
482 if (pAblcCtx->stBlcOBSelect.enable) { in Ablc_GetProcResult_V32()
483 pAblcResult->blc_ob_enable = pAblcCtx->stBlcOBSelect.enable; in Ablc_GetProcResult_V32()
485 pAblcResult->isp_ob_offset = pAblcCtx->stBlcOBSelect.ob_offset; in Ablc_GetProcResult_V32()
487 pAblcResult->isp_ob_predgain = pAblcCtx->stBlcOBSelect.ob_predgain; in Ablc_GetProcResult_V32()
H A Drk_aiq_types_ablc_algo_prvt_v32.h33 AblcOBSelect_V32_t stBlcOBSelect; member