Home
last modified time | relevance | path

Searched refs:color_matrix_ (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display.h82 double color_matrix_[kColorTransformMatrixCount] = {0}; variable
Dhwc_display.cpp98 auto status = HandleColorModeTransform(mode, current_color_transform_, color_matrix_); in SetColorMode()
163 CopyColorTransformMatrix(matrix, color_matrix_); in HandleColorModeTransform()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display.h87 double color_matrix_[kColorTransformMatrixCount] = { 1.0, 0.0, 0.0, 0.0, \ variable
Dhwc_display.cpp115 auto status = HandleColorModeTransform(mode, current_color_transform_, color_matrix_); in SetColorMode()
193 CopyColorTransformMatrix(matrix, color_matrix_); in HandleColorModeTransform()
331 << color_matrix_[i] << " "; in Dump()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_display.h88 double color_matrix_[kColorTransformMatrixCount] = { 1.0, 0.0, 0.0, 0.0, \ variable
Dhwc_display.cpp120 auto status = HandleColorModeTransform(mode, current_color_transform_, color_matrix_); in SetColorMode()
130 DisplayError error = display_intf_->SetColorTransform(kColorTransformMatrixCount, color_matrix_); in RestoreColorTransform()
195 CopyColorTransformMatrix(matrix, color_matrix_); in HandleColorModeTransform()
339 << color_matrix_[i] << " "; in Dump()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_display.h87 double color_matrix_[kColorTransformMatrixCount] = { 1.0, 0.0, 0.0, 0.0, \ variable
Dhwc_display.cpp120 auto status = HandleColorModeTransform(mode, current_color_transform_, color_matrix_); in SetColorMode()
188 CopyColorTransformMatrix(matrix, color_matrix_); in HandleColorModeTransform()
328 << color_matrix_[i] << " "; in Dump()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display.cpp172 CopyColorTransformMatrix(color_matrix_, matrix); in PickTransferMatrix()
182 return color_matrix_; in PickTransferMatrix()
367 CopyColorTransformMatrix(color_matrix_, color_matrix_restore); in SetColorTransform()
368 CopyColorTransformMatrix(matrix, color_matrix_); in SetColorTransform()
372 CopyColorTransformMatrix(color_matrix_restore, color_matrix_); in SetColorTransform()
Dhwc_display.h195 double color_matrix_[kColorTransformMatrixCount] = { 1.0, 0.0, 0.0, 0.0, \ variable