Searched refs:max_blc (Results 1 – 1 of 1) sorted by relevance
346 int max_blc = 0; in ConfigOverexposureValue() local375 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 …]