Searched refs:curr_dynamic_range_ (Results 1 – 4 of 4) sorted by relevance
185 if ((hdr_present && curr_dynamic_range_ == kHdrType) || in ApplyCurrentColorModeWithRenderIntent()186 (!hdr_present && curr_dynamic_range_ == kSdrType)) in ApplyCurrentColorModeWithRenderIntent()191 curr_dynamic_range_ = (hdr_present)? kHdrType : kSdrType; in ApplyCurrentColorModeWithRenderIntent()194 std::string mode_string = preferred_mode_[current_color_mode_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()196 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()204 curr_dynamic_range_ == kHdrType) { in ApplyCurrentColorModeWithRenderIntent()210 (current_color_mode_ == ColorMode::BT2100_PQ) && (curr_dynamic_range_ == kSdrType)) { in ApplyCurrentColorModeWithRenderIntent()222 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()290 if ((!from_client) || (current_color_mode_ == mode && curr_dynamic_range_ == range)) { in SetPreferredColorModeInternal()445 if (curr_dynamic_range_ == kHdrType) { in Dump()
173 DynamicRangeType curr_dynamic_range_ = kSdrType; variable
178 if ((hdr_present && curr_dynamic_range_ == kHdrType) || in ApplyCurrentColorModeWithRenderIntent()179 (!hdr_present && curr_dynamic_range_ == kSdrType)) in ApplyCurrentColorModeWithRenderIntent()184 curr_dynamic_range_ = (hdr_present)? kHdrType : kSdrType; in ApplyCurrentColorModeWithRenderIntent()187 std::string mode_string = preferred_mode_[current_color_mode_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()189 mode_string = color_mode_map_[current_color_mode_][current_render_intent_][curr_dynamic_range_]; in ApplyCurrentColorModeWithRenderIntent()197 curr_dynamic_range_ == kHdrType) { in ApplyCurrentColorModeWithRenderIntent()208 current_color_mode_, current_render_intent_, curr_dynamic_range_, mode_string.c_str()); in ApplyCurrentColorModeWithRenderIntent()276 if ((!from_client) || (current_color_mode_ == mode && curr_dynamic_range_ == range)) { in SetPreferredColorModeInternal()434 if (curr_dynamic_range_ == kHdrType) { in Dump()
112 DynamicRangeType curr_dynamic_range_ = kSdrType; variable