Searched refs:sdr (Results 1 – 1 of 1) sorted by relevance
611 float sdr = 0; in getSdrDimRatioForInstantHbm() local612 if (queryBrightness(mBrightnessFloatReq.get(), nullptr, nullptr, &sdr) != NO_ERROR) { in getSdrDimRatioForInstantHbm()622 if (sdr == 0 || peak == 0) { in getSdrDimRatioForInstantHbm()623 ALOGW("%s error luminance value sdr %f peak %f", __func__, sdr, peak); in getSdrDimRatioForInstantHbm()627 float ratio = sdr / peak; in getSdrDimRatioForInstantHbm()