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.cpp901 mode.lux_map.clear(); in parseAtcProfile()
903 mode.lux_map.emplace_back(atc_lux_map{nodes[i][kAtcProfileLuxMapStr][index].asUInt(), in parseAtcProfile()
1016 uint32_t index = getAtcLuxMapIndex(mode.lux_map, mCurrentLux); in setAtcMode()
1017 ambient_light = mode.lux_map[index].al; in setAtcMode()
1018 strength = mode.lux_map[index].st; in setAtcMode()
1094 uint32_t index = getAtcLuxMapIndex(mode.lux_map, value); in setLbeAmbientLight()
1095 if (setAtcAmbientLight(mode.lux_map[index].al) != NO_ERROR) { in setLbeAmbientLight()
1100 if (setAtcStDimming(mode.lux_map[index].st) != NO_ERROR) { in setLbeAmbientLight()
DExynosPrimaryDisplayModule.h280 std::vector<atc_lux_map> lux_map; member