Searched refs:curr_dynamic_range_ (Results 1 – 2 of 2) sorted by relevance
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