/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 238 * RenderIntent defines the mapping from color mode colors to display colors. 240 * A render intent must not change how it maps colors when the color mode 247 * ColorMode::NATIVE colors are already display colors. 262 * Enhance colors that are in the display gamut. Colors out of the display 272 * Tone map high-dynamic-range colors to the display's dynamic range. The 273 * dynamic range of the colors are communicated separately. After tone 280 * Tone map high-dynamic-range colors to the display's dynamic range. The 281 * dynamic range of the colors are communicated separately. After tone
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_external_test.cpp | 581 array<array<uint32_t, 3>, 8> colors = {{ in GenerateColorSquare() local 599 PixelCopy(colors[color][0], colors[color][1], colors[color][2], 0, &temp); in GenerateColorSquare() 600 CalcCRC(colors[color][0], &crc_red); in GenerateColorSquare() 601 CalcCRC(colors[color][1], &crc_green); in GenerateColorSquare() 602 CalcCRC(colors[color][2], &crc_blue); in GenerateColorSquare() 605 color = (color + 1) % colors.size(); in GenerateColorSquare() 610 std::reverse(colors.begin(), (colors.end() - 1)); in GenerateColorSquare()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display_external_test.cpp | 588 array<array<uint32_t, 3>, 8> colors = {{ in GenerateColorSquare() local 606 PixelCopy(colors[color][0], colors[color][1], colors[color][2], 0, &temp); in GenerateColorSquare() 607 CalcCRC(colors[color][0], &crc_red); in GenerateColorSquare() 608 CalcCRC(colors[color][1], &crc_green); in GenerateColorSquare() 609 CalcCRC(colors[color][2], &crc_blue); in GenerateColorSquare() 612 color = (color + 1) % colors.size(); in GenerateColorSquare() 617 std::reverse(colors.begin(), (colors.end() - 1)); in GenerateColorSquare()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display_external_test.cpp | 588 array<array<uint32_t, 3>, 8> colors = {{ in GenerateColorSquare() local 606 PixelCopy(colors[color][0], colors[color][1], colors[color][2], 0, &temp); in GenerateColorSquare() 607 CalcCRC(colors[color][0], &crc_red); in GenerateColorSquare() 608 CalcCRC(colors[color][1], &crc_green); in GenerateColorSquare() 609 CalcCRC(colors[color][2], &crc_blue); in GenerateColorSquare() 612 color = (color + 1) % colors.size(); in GenerateColorSquare() 617 std::reverse(colors.begin(), (colors.end() - 1)); in GenerateColorSquare()
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_pluggable_test.cpp | 579 array<array<uint32_t, 3>, 8> colors = {{ in GenerateColorSquare() local 597 PixelCopy(colors[color][0], colors[color][1], colors[color][2], 0, &temp); in GenerateColorSquare() 598 CalcCRC(colors[color][0], &crc_red); in GenerateColorSquare() 599 CalcCRC(colors[color][1], &crc_green); in GenerateColorSquare() 600 CalcCRC(colors[color][2], &crc_blue); in GenerateColorSquare() 603 color = (color + 1) % colors.size(); in GenerateColorSquare() 608 std::reverse(colors.begin(), (colors.end() - 1)); in GenerateColorSquare()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_pluggable_test.cpp | 579 array<array<uint32_t, 3>, 8> colors = {{ in GenerateColorSquare() local 597 PixelCopy(colors[color][0], colors[color][1], colors[color][2], 0, &temp); in GenerateColorSquare() 598 CalcCRC(colors[color][0], &crc_red); in GenerateColorSquare() 599 CalcCRC(colors[color][1], &crc_green); in GenerateColorSquare() 600 CalcCRC(colors[color][2], &crc_blue); in GenerateColorSquare() 603 color = (color + 1) % colors.size(); in GenerateColorSquare() 608 std::reverse(colors.begin(), (colors.end() - 1)); in GenerateColorSquare()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ReadbackVts.cpp | 317 void TestBufferLayer::setBuffer(std::vector<IComposerClient::Color> colors) { in setBuffer() argument 322 ASSERT_NO_FATAL_FAILURE(fillBuffer(colors)); in setBuffer()
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | ReadbackVts.h | 133 void setBuffer(std::vector<Color> colors);
|
D | ReadbackVts.cpp | 334 void TestBufferLayer::setBuffer(std::vector<Color> colors) { in setBuffer() argument 338 ASSERT_NO_FATAL_FAILURE(fillBuffer(colors)); in setBuffer()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ReadbackVts.h | 127 void setBuffer(std::vector<IComposerClient::Color> colors);
|
/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 973 * Values beyond the range [0.0 - 1.0] would correspond to other colors 1006 * Values beyond the range [0.0 - 1.0] would correspond to other colors 1199 * Colorimetric indicates that colors should be preserved. In the case 1203 * source colors lie outside the destination gamut (#2, #3), those will 1204 * need to be mapped to colors that are within the destination gamut, 1205 * while the already in-gamut colors remain unchanged. 1221 * such as saturation boost may be applied to the source colors. Skin-tone 1450 /** Applies a transform that maps all colors to shades of gray */
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 1224 * <p>A matrix that transforms white balanced camera colors from the reference 1231 * <p>A matrix that transforms white balanced camera colors from the reference 1400 * represents the colors in the top-left 2x2 section of
|