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

/frameworks/av/include/media/stagefright/foundation/
H A DColorUtils.h32 struct ColorUtils { struct in namespace:android
181 inline static const char *asString(android::ColorUtils::ColorStandard i, const char *def = "??") {
184 case ColorUtils::kColorStandardUnspecified: return "Unspecified";
185 case ColorUtils::kColorStandardBT709: return "BT709";
186 case ColorUtils::kColorStandardBT601_625: return "BT601_625";
187 case ColorUtils::kColorStandardBT601_625_Unadjusted: return "BT601_625_Unadjusted";
188 case ColorUtils::kColorStandardBT601_525: return "BT601_525";
189 case ColorUtils::kColorStandardBT601_525_Unadjusted: return "BT601_525_Unadjusted";
190 case ColorUtils::kColorStandardBT2020: return "BT2020";
191 case ColorUtils
[all...]
/frameworks/support/v4/java/android/support/v4/graphics/
H A DColorUtils.java29 public final class ColorUtils { class
42 private ColorUtils() {} method in class:ColorUtils

Completed in 388 milliseconds