Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb.cpp221 AblcProc_V32_t *ablc_res_v32 = AwbProcParams->ablcProcResV32; in AwbDemoProcessing() local
223 AblcProc_V32_t *ablc_res_v32 = nullptr; in AwbDemoProcessing() local
286 …12Bit( &awbHwConfigFull->inputBitIs12Bit, awbHwConfigFull->frameChoose, working_mode,ablc_res_v32); in AwbDemoProcessing()
287 …212Bit(&awbHwConfigFull->inputShiftEnable,awbHwConfigFull->frameChoose, working_mode,ablc_res_v32); in AwbDemoProcessing()
288 …ConfigWbgainBaseOnBlc(ablc_res_v32,AwbProcResParams->awb_gain_algo->applyPosition,&algo_ctx->custo… in AwbDemoProcessing()
291 ret = ConfigBlc2(ablc_res_v32,algo_ctx->customRes.awb_gain_algo, in AwbDemoProcessing()
294 ConfigOverexposureValue(ablc_res_v32,hdrmge_gain0_1,working_mode, awbHwConfigFull); in AwbDemoProcessing()
H A Drk_aiq_user_api2_custom_awb_v32.cpp133 …s12Bit( bool *inputBitIs12Bit, int frameChoose,int working_mode,const AblcProc_V32_t *ablc_res_v32) in calcInputBitIs12Bit() argument
138 bool dgainEn = ablc_res_v32 && ablc_res_v32->isp_ob_predgain > 1; in calcInputBitIs12Bit()
148 …12Bit( bool *inputShiftEnable, int frameChoose,int working_mode,const AblcProc_V32_t *ablc_res_v32) in calcInputRightShift212Bit() argument
153 bool dgainEn = ablc_res_v32 && ablc_res_v32->isp_ob_predgain > 1; in calcInputRightShift212Bit()