Searched refs:CA (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/foundation/tests/colorutils/ |
D | ColorUtilsTest.cpp | 37 typedef ColorAspects CA; typedef 39 class ColorRangeTest : public ::testing::TestWithParam</* ColorRange */ CA::Range> { 43 CA::Range mRange; 46 class ColorTransferTest : public ::testing::TestWithParam</* ColorTransfer */ CA::Transfer> { 50 CA::Transfer mTransfer; 54 /* Primaries */ CA::Primaries, 55 /* MatrixCoeffs */ CA::MatrixCoeffs>> { 62 CA::Primaries mPrimaries; 63 CA::MatrixCoeffs mMatrixCoeffs; 67 /* Primaries */ CA::Primaries, [all …]
|
/frameworks/av/media/libstagefright/foundation/ |
D | ColorUtils.cpp | 31 typedef ColorAspects CA; typedef 38 ALookup<CU::ColorRange, CA::Range> sRanges{ 40 { CU::kColorRangeLimited, CA::RangeLimited }, 41 { CU::kColorRangeFull, CA::RangeFull }, 42 { CU::kColorRangeUnspecified, CA::RangeUnspecified }, 47 ALookup<CU::ColorStandard, std::pair<CA::Primaries, CA::MatrixCoeffs>> sStandards { 49 { CU::kColorStandardUnspecified, { CA::PrimariesUnspecified, CA::MatrixUnspecified } }, 50 { CU::kColorStandardBT709, { CA::PrimariesBT709_5, CA::MatrixBT709_5 } }, 51 { CU::kColorStandardBT601_625, { CA::PrimariesBT601_6_625, CA::MatrixBT601_6 } }, 54 { CA::PrimariesBT601_6_625, CA::MatrixBT709_5 } }, [all …]
|
D | ColorUtils_fill.cpp | 27 typedef ColorAspects CA; typedef
|
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/ |
D | valid-cert.pem | 144 CA:TRUE
|