Home
last modified time | relevance | path

Searched refs:MatrixOther (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/headers/media_plugin/media/hardware/
DVideoAPI.h163 MatrixOther = 0xff, enumerator
324 case ColorAspects::MatrixOther: return "Other";
/frameworks/av/media/module/foundation/
DColorUtils.cpp93 return c <= ColorAspects::MatrixOther; in isValid()
136 numCoeffs = ColorAspects::MatrixOther + 1; // 0x100; in unwrapColorAspectsFromColorStandard()
145 *coeffs = ColorAspects::MatrixOther; in unwrapColorAspectsFromColorStandard()
303 { 0, ColorAspects::MatrixOther },
310 { 8, ColorAspects::MatrixOther /* YCgCo */ },
329 if (aspects.mMatrixCoeffs == ColorAspects::MatrixOther || in convertCodecColorAspectsToIsoAspects()
/frameworks/av/media/module/foundation/tests/colorutils/
DColorUtilsTest.cpp460 CA::MatrixCoeffs unmappedMatrixCoeffs = (CA::MatrixCoeffs)(CA::MatrixOther + 1); in TEST()
495 aspects.mMatrixCoeffs = CA::MatrixOther; in TEST()
511 colorMatrixCoeffs = CA::MatrixOther; in TEST()
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp111 { C2Color::MATRIX_OTHER, ColorAspects::MatrixOther },
880 sfMatrix = ColorAspects::MatrixOther; in map()