Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp3546 float nextLExpo = 0; in hdrtmoGetAeInfo() local
3555 nextLExpo = 0; in hdrtmoGetAeInfo()
3564 nextLExpo = Next->HdrExp[1].exp_real_params.analog_gain * \ in hdrtmoGetAeInfo()
3568 nextMExpo = nextLExpo; in hdrtmoGetAeInfo()
3575 nextLExpo = Next->HdrExp[2].exp_real_params.analog_gain * \ in hdrtmoGetAeInfo()
3594 expo[5] = nextLExpo; in hdrtmoGetAeInfo()
3597 … LOGD_CAMHW_SUBM(ISP20PARAM_SUBM, "Next Expo: S:%f M:%f L:%f\n", nextSExpo, nextMExpo, nextLExpo); in hdrtmoGetAeInfo()
3698 float nextLExpo = expo[5]; in hdrtmoPredictK() local
3730 if(nextLExpo != 0 && curLExpo != 0) in hdrtmoPredictK()
3731 LongExpoRatio = nextLExpo / curLExpo; in hdrtmoPredictK()
[all …]