Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/
DExynosPrimaryDisplayModule.cpp308 if (nodes[i][kAtcProfileLuxMapStr].size() != nodes[i][kAtcProfileAlMapStr].size() && in parseAtcProfile()
314 uint32_t map_cnt = nodes[i][kAtcProfileLuxMapStr].size(); in parseAtcProfile()
318 mode.lux_map.emplace_back(atc_lux_map{nodes[i][kAtcProfileLuxMapStr][index].asUInt(), in parseAtcProfile()
DExynosPrimaryDisplayModule.h40 constexpr char kAtcProfileLuxMapStr[] = "lux_map"; variable