HomeSort by relevance Sort by last modified time
    Searched refs:colorTransform (Results 1 - 13 of 13) sorted by null

  /frameworks/native/libs/ui/include/ui/
DebugUtils.h 33 std::string decodeColorTransform(android_color_transform colorTransform);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES20RenderEngine.h 53 mat4 colorTransform;
83 virtual void setupColorTransform(const mat4& colorTransform);
GLES20RenderEngine.cpp 266 void GLES20RenderEngine::setupColorTransform(const mat4& colorTransform) {
267 mState.setColorMatrix(colorTransform);
  /frameworks/native/libs/ui/
DebugUtils.cpp 247 std::string decodeColorTransform(android_color_transform colorTransform) {
248 switch (colorTransform) {
271 return android::base::StringPrintf("Unknown color transform %d", colorTransform);
  /frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
LayerProtoParser.h 125 std::string colorTransform;
  /frameworks/native/services/surfaceflinger/
LayerStats.cpp 105 layerGlobal.colorMode.c_str(), layerGlobal.colorTransform.c_str(),
121 result.append("Frequency,LayerCount,ColorMode,ColorTransform,Orientation\n");
  /system/media/camera/tests/
camera_metadata_tests.cpp 281 camera_metadata_rational_t colorTransform[] = {
288 colorTransform, ARRAY_SIZE(colorTransform));
292 ARRAY_SIZE(colorTransform));
350 EXPECT_EQ(ARRAY_SIZE(colorTransform), entry.count);
352 EXPECT_EQ(colorTransform[i].numerator, entry.data.r[i].numerator);
353 EXPECT_EQ(colorTransform[i].denominator, entry.data.r[i].denominator);
972 camera_metadata_rational_t colorTransform[] = {
979 colorTransform, ARRAY_SIZE(colorTransform));
    [all...]
  /frameworks/native/services/surfaceflinger/layerproto/
LayerProtoParser.cpp 50 layerGlobal.colorTransform = layersProto.color_transform();
  /device/generic/goldfish/camera/
EmulatedQemuCamera3.cpp 858 static const camera_metadata_rational colorTransform[9] = {
863 settings.update(ANDROID_COLOR_CORRECTION_TRANSFORM, colorTransform, 9);
    [all...]
EmulatedFakeCamera2.cpp     [all...]
EmulatedFakeCamera3.cpp 550 static const camera_metadata_rational colorTransform[9] = {
555 settings.update(ANDROID_COLOR_CORRECTION_TRANSFORM, colorTransform, 9);
    [all...]
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCamera2.cpp     [all...]
EmulatedFakeCamera3.cpp 513 static const camera_metadata_rational colorTransform[9] = {
515 settings.update(ANDROID_COLOR_CORRECTION_TRANSFORM, colorTransform, 9);
    [all...]

Completed in 408 milliseconds