Home
last modified time | relevance | path

Searched refs:smoothLux (Results 1 - 1 of 1) sorted by relevance

/base/powermgr/display_manager/brightness_manager/src/
H A Dlight_lux_manager.cpp64 float smoothLux = CalcSmoothLux(); in IsUpdateLuxSuccess() local
65 if (smoothLux < 0) { in IsUpdateLuxSuccess()
69 mSmoothedButNotStabledLux = smoothLux; in IsUpdateLuxSuccess()
72 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "fist sensor lux, smoothLux=%{public}f, " in IsUpdateLuxSuccess()
73 "timestamp=%{public}" PRId64 ".", smoothLux, timestamp); in IsUpdateLuxSuccess()
77 DISPLAY_HILOGI(FEAT_BRIGHTNESS, "mLux=%{public}f, smoothLux=%{public}f", mLux, smoothLux); in IsUpdateLuxSuccess()
80 mLuxBufferFilter.Push(timestamp, smoothLux); in IsUpdateLuxSuccess()
86 UpdateParam(smoothLux); in IsUpdateLuxSuccess()

Completed in 2 milliseconds