Home
last modified time | relevance | path

Searched refs:kColorStandardVendorStart (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DColorUtils.h71 kColorStandardVendorStart = 0x10000, enumerator
/frameworks/av/media/module/foundation/
DColorUtils.cpp115 return kColorStandardVendorStart + primaries + coeffs * 0x100; in wrapColorAspectsIntoColorStandard()
133 if (standard >= (int32_t)kColorStandardVendorStart) { in unwrapColorAspectsFromColorStandard()
134 start = kColorStandardVendorStart; in unwrapColorAspectsFromColorStandard()
/frameworks/av/media/module/foundation/tests/colorutils/
DColorUtilsTest.cpp525 status = ColorUtils::unwrapColorAspectsFromColorStandard(ColorUtils::kColorStandardVendorStart, in TEST()
532 ColorUtils::kColorStandardVendorStart * 4, &primaries, &matrixCoeffs); in TEST()