Searched refs:MatrixOther (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/media/hardware/
H A DVideoAPI.h161 MatrixOther = 0xff, enumerator in enum:uint32_t
318 case ColorAspects::MatrixOther: return "Other";
/frameworks/av/media/libstagefright/foundation/
H A DColorUtils.cpp88 return c <= ColorAspects::MatrixOther;
131 numCoeffs = ColorAspects::MatrixOther + 1; // 0x100;
140 *coeffs = ColorAspects::MatrixOther;
296 { 0, ColorAspects::MatrixOther },
303 { 8, ColorAspects::MatrixOther /* YCgCo */ },
322 if (aspects.mMatrixCoeffs == ColorAspects::MatrixOther ||

Completed in 3176 milliseconds