Home
last modified time | relevance | path

Searched refs:color_range (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.h45 void GetRange(const int32_t &dataspace, ColorRange *color_range);
Dhwc_layers.cpp129 void GetRange(const int32_t &dataspace, ColorRange *color_range) { in GetRange() argument
133 *color_range = Range_Full; in GetRange()
136 *color_range = Range_Limited; in GetRange()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h45 void GetRange(const int32_t &dataspace, ColorRange *color_range);
Dhwc_layers.cpp132 void GetRange(const int32_t &dataspace, ColorRange *color_range) { in GetRange() argument
136 *color_range = Range_Full; in GetRange()
139 *color_range = Range_Limited; in GetRange()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.h51 void GetRange(const int32_t &dataspace, ColorRange *color_range);
Dhwc_layers.cpp123 void GetRange(const int32_t &dataspace, ColorRange *color_range) { in GetRange() argument
127 *color_range = Range_Full; in GetRange()
130 *color_range = Range_Limited; in GetRange()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h51 bool GetRange(const int32_t &dataspace, ColorRange *color_range);
Dhwc_layers.cpp127 bool GetRange(const int32_t &dataspace, ColorRange *color_range) { in GetRange() argument
131 *color_range = Range_Full; in GetRange()
134 *color_range = Range_Limited; in GetRange()
137 *color_range = Range_Extended; in GetRange()