Searched refs:kAtcProfileLuxMapStr (Results 1 – 2 of 2) sorted by relevance
308 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()
40 constexpr char kAtcProfileLuxMapStr[] = "lux_map"; variable