Searched refs:kColorStandardVendorStart (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DColorUtils.h66 kColorStandardVendorStart = 0x10000, member in struct:android::ColorUtils
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DColorUtils.h66 kColorStandardVendorStart = 0x10000, member in struct:android::ColorUtils
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DColorUtils.h66 kColorStandardVendorStart = 0x10000, member in struct:android::ColorUtils
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp110 return kColorStandardVendorStart + primaries + coeffs * 0x100;
128 if (standard >= (int32_t)kColorStandardVendorStart) {
129 start = kColorStandardVendorStart;

Completed in 103 milliseconds