Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3547 float curLExpo = 0; in hdrtmoGetAeInfo() local
3556 curLExpo = 0; in hdrtmoGetAeInfo()
3566 curLExpo = Cur->HdrExp[1].exp_real_params.analog_gain * \ in hdrtmoGetAeInfo()
3569 curMExpo = curLExpo; in hdrtmoGetAeInfo()
3577 curLExpo = Cur->HdrExp[2].exp_real_params.analog_gain * \ in hdrtmoGetAeInfo()
3591 expo[2] = curLExpo; in hdrtmoGetAeInfo()
3596 LOGD_CAMHW_SUBM(ISP20PARAM_SUBM, "Cur Expo: S:%f M:%f L:%f\n", curSExpo, curMExpo, curLExpo); in hdrtmoGetAeInfo()
3695 float curLExpo = expo[2]; in hdrtmoPredictK() local
3730 if(nextLExpo != 0 && curLExpo != 0) in hdrtmoPredictK()
3731 LongExpoRatio = nextLExpo / curLExpo; in hdrtmoPredictK()
[all …]