Home
last modified time | relevance | path

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

/device/google/tangorpro/lights/
Dled_lut_calibrator.cpp36 cal_table_.clear(); in LedLutCalibrator()
42 const auto cal_data = cal_table_.find(key); in GetByColorIntensity()
44 if (cal_data == cal_table_.end()) { in GetByColorIntensity()
126 cal_table_[key] = pwm; in ParseBlock()
Dled_lut_calibrator.h39 std::unordered_map<std::string, int> cal_table_; variable