Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb_v32.cpp346 int max_blc = 0; in ConfigOverexposureValue() local
375 if(blc[i]>max_blc){ in ConfigOverexposureValue()
376 max_blc = blc[i]; in ConfigOverexposureValue()
379 if(max_blc<0){ in ConfigOverexposureValue()
380 max_blc = 0; in ConfigOverexposureValue()
382 awb_hw32_para->overexposure_value = overexposure_value * dgain -max_blc/16; in ConfigOverexposureValue()
402 if(blc[i]>max_blc){ in ConfigOverexposureValue()
403 max_blc = blc[i]; in ConfigOverexposureValue()
406 if(max_blc<0){ in ConfigOverexposureValue()
407 max_blc = 0; in ConfigOverexposureValue()
[all …]