Home
last modified time | relevance | path

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

/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DColorUtils.h96 kColorRangeFull = 1, enumerator
240 case ColorUtils::kColorRangeFull: return "Full";
/frameworks/av/media/module/foundation/
DColorUtils.cpp41 { CU::kColorRangeFull, CA::RangeFull },
519 { CU::kColorRangeFull, GET_HAL_BITFIELD(RANGE, FULL) },
526 static_assert(CU::kColorRangeFull == 1, "SDK mismatch"); // N
594 range = kColorRangeFull; in getDataSpaceForColorAspects()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp60 const bool isFullRange = (colorSpace.mRange == ColorUtils::kColorRangeFull); in getLibYUVMatrix()
113 && mRange == ColorUtils::kColorRangeFull); in isBtV2020()
119 && mRange == ColorUtils::kColorRangeFull); in isF709()
140 && (mRange == ColorUtils::kColorRangeFull); in isJ601()
733 const bool isFullRange = mSrcColorSpace.mRange == ColorUtils::kColorRangeFull; in getMatrix()
/frameworks/av/media/module/foundation/tests/colorutils/
DColorUtilsTest.cpp257 EXPECT_EQ(range, ColorUtils::kColorRangeFull) in TEST_P()