Searched refs:cal_table_ (Results 1 – 2 of 2) sorted by relevance
36 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()
39 std::unordered_map<std::string, int> cal_table_; variable