Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp316 mode.lux_map.clear(); in parseAtcProfile()
318 mode.lux_map.emplace_back(atc_lux_map{nodes[i][kAtcProfileLuxMapStr][index].asUInt(), in parseAtcProfile()
434 uint32_t index = getAtcLuxMapIndex(mode.lux_map, mCurrentLux); in setAtcMode()
435 ambient_light = mode.lux_map[index].al; in setAtcMode()
436 strength = mode.lux_map[index].st; in setAtcMode()
516 uint32_t index = getAtcLuxMapIndex(mode.lux_map, value); in setLbeAmbientLight()
517 if (setAtcAmbientLight(mode.lux_map[index].al) != NO_ERROR) { in setLbeAmbientLight()
522 if (setAtcStDimming(mode.lux_map[index].st) != NO_ERROR) { in setLbeAmbientLight()
DExynosPrimaryDisplayModule.h160 std::vector<atc_lux_map> lux_map; member