Searched refs:color_matrix (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display.cpp | 103 double color_matrix[kColorTransformMatrixCount] = {0}; in SetColorTransform() local 104 CopyColorTransformMatrix(matrix, color_matrix); in SetColorTransform() 105 DisplayError error = display_intf_->SetColorTransform(matrix_count, color_matrix); in SetColorTransform()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display.cpp | 103 double color_matrix[kColorTransformMatrixCount] = {0}; in SetColorTransform() local 104 CopyColorTransformMatrix(matrix, color_matrix); in SetColorTransform() 105 DisplayError error = display_intf_->SetColorTransform(matrix_count, color_matrix); in SetColorTransform()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display.cpp | 111 double color_matrix[kColorTransformMatrixCount] = {0}; in SetColorTransform() local 112 CopyColorTransformMatrix(matrix, color_matrix); in SetColorTransform() 114 auto status = HandleColorModeTransform(current_color_mode_, hint, color_matrix); in SetColorTransform()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display.cpp | 134 double color_matrix[kColorTransformMatrixCount] = {0}; in SetColorTransform() local 135 CopyColorTransformMatrix(matrix, color_matrix); in SetColorTransform() 137 auto status = HandleColorModeTransform(current_color_mode_, hint, color_matrix); in SetColorTransform()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display.cpp | 139 double color_matrix[kColorTransformMatrixCount] = {0}; in SetColorTransform() local 140 CopyColorTransformMatrix(matrix, color_matrix); in SetColorTransform() 142 auto status = HandleColorModeTransform(current_color_mode_, hint, color_matrix); in SetColorTransform()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display.cpp | 141 double color_matrix[kColorTransformMatrixCount] = {0}; in SetColorTransform() local 142 CopyColorTransformMatrix(matrix, color_matrix); in SetColorTransform() 144 auto status = HandleColorModeTransform(current_color_mode_, hint, color_matrix); in SetColorTransform()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_display.cpp | 533 double color_matrix[kColorTransformMatrixCount] = {0}; in Dump() local 535 CopyColorTransformMatrix(PickTransferMatrix(), color_matrix); in Dump() 542 << color_matrix[i] << " "; in Dump()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display.cpp | 316 double color_matrix[kColorTransformMatrixCount] = {0}; in SetColorTransform() local 317 CopyColorTransformMatrix(matrix, color_matrix); in SetColorTransform() 319 DisplayError error = display_intf_->SetColorTransform(kColorTransformMatrixCount, color_matrix); in SetColorTransform()
|