Searched defs:ColorUtils (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DColorUtils.h32 struct ColorUtils { struct in namespace:android
187 inline static const char *asString(android::ColorUtils::ColorStandard i, const char *def = "??") {
190 case ColorUtils::kColorStandardUnspecified: return "Unspecified";
191 case ColorUtils::kColorStandardBT709: return "BT709";
192 case ColorUtils::kColorStandardBT601_625: return "BT601_625";
193 case ColorUtils::kColorStandardBT601_625_Unadjusted: return "BT601_625_Unadjusted";
194 case ColorUtils::kColorStandardBT601_525: return "BT601_525";
195 case ColorUtils::kColorStandardBT601_525_Unadjusted: return "BT601_525_Unadjusted";
196 case ColorUtils::kColorStandardBT2020: return "BT2020";
197 case ColorUtils
[all...]
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DColorUtils.h32 struct ColorUtils { struct in namespace:android
187 inline static const char *asString(android::ColorUtils::ColorStandard i, const char *def = "??") {
190 case ColorUtils::kColorStandardUnspecified: return "Unspecified";
191 case ColorUtils::kColorStandardBT709: return "BT709";
192 case ColorUtils::kColorStandardBT601_625: return "BT601_625";
193 case ColorUtils::kColorStandardBT601_625_Unadjusted: return "BT601_625_Unadjusted";
194 case ColorUtils::kColorStandardBT601_525: return "BT601_525";
195 case ColorUtils::kColorStandardBT601_525_Unadjusted: return "BT601_525_Unadjusted";
196 case ColorUtils::kColorStandardBT2020: return "BT2020";
197 case ColorUtils
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DColorUtils.h32 struct ColorUtils { struct in namespace:android
187 inline static const char *asString(android::ColorUtils::ColorStandard i, const char *def = "??") {
190 case ColorUtils::kColorStandardUnspecified: return "Unspecified";
191 case ColorUtils::kColorStandardBT709: return "BT709";
192 case ColorUtils::kColorStandardBT601_625: return "BT601_625";
193 case ColorUtils::kColorStandardBT601_625_Unadjusted: return "BT601_625_Unadjusted";
194 case ColorUtils::kColorStandardBT601_525: return "BT601_525";
195 case ColorUtils::kColorStandardBT601_525_Unadjusted: return "BT601_525_Unadjusted";
196 case ColorUtils::kColorStandardBT2020: return "BT2020";
197 case ColorUtils
[all...]
/frameworks/base/core/java/com/android/internal/graphics/
H A DColorUtils.java26 * Copied from: frameworks/support/core-utils/java/android/support/v4/graphics/ColorUtils.java
30 public final class ColorUtils { class
43 private ColorUtils() {} method in class:ColorUtils
/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java29 public final class ColorUtils { class
42 private ColorUtils() {} method in class:ColorUtils

Completed in 236 milliseconds