Home
last modified time | relevance | path

Searched refs:getDataSpaceForColorAspects (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DColorUtils.h157 static android_dataspace getDataSpaceForColorAspects(ColorAspects &aspects, bool mayExpand);
/frameworks/av/media/libstagefright/foundation/tests/colorutils/
DColorUtilsTest.cpp302 android_dataspace dataSpace = ColorUtils::getDataSpaceForColorAspects(aspects, false); in TEST_P()
594 android_dataspace dataSpace = ColorUtils::getDataSpaceForColorAspects(aspects, true); in TEST()
598 dataSpace = ColorUtils::getDataSpaceForColorAspects(aspects, true); in TEST()
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp558 android_dataspace ColorUtils::getDataSpaceForColorAspects(ColorAspects &aspects, bool mayExpand) { in getDataSpaceForColorAspects() function in android::ColorUtils
/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp941 *dataSpace = ColorUtils::getDataSpaceForColorAspects(aspects, true /* mayExpand */); in map()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp1433 dataspace = ColorUtils::getDataSpaceForColorAspects(aspects, true /* mayExpand */); in getFormatForDomain()
DCCodec.cpp1108 dataSpace = getDataSpaceForColorAspects(aspects, true /* mayexpand */); in configure()
/frameworks/av/media/libstagefright/
DACodec.cpp3757 *dataSpace = getDataSpaceForColorAspects(params.sAspects, true /* mayexpand */); in getDataSpace()