Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.h61 class HWCColorMatrix {
63 HWCColorMatrix(const string &values) : key_values_(values){}; in HWCColorMatrix() function
64 virtual ~HWCColorMatrix() = default;
77 class WhiteCompensation : public HWCColorMatrix {
79 WhiteCompensation(const string &values) : HWCColorMatrix(values){}; in WhiteCompensation()
128 class SaturationCompensation : public HWCColorMatrix {
130 SaturationCompensation(const string &values) : HWCColorMatrix(values){}; in SaturationCompensation()
Dhwc_display.cpp200 HWC2::Error HWCColorMatrix::SetEnabled(bool enabled) { in SetEnabled()
205 bool HWCColorMatrix::ParseFloatValueByCommas(const string &values, uint32_t length, in ParseFloatValueByCommas()