Searched refs:setDefaultCodecColorAspectsIfNeeded (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
D | ColorUtils.h | 151 static void setDefaultCodecColorAspectsIfNeeded(
|
/frameworks/av/media/libstagefright/foundation/ |
D | ColorUtils.cpp | 372 void ColorUtils::setDefaultCodecColorAspectsIfNeeded( in setDefaultCodecColorAspectsIfNeeded() function in android::ColorUtils
|
/frameworks/av/media/libstagefright/foundation/tests/colorutils/ |
D | ColorUtilsTest.cpp | 288 ColorUtils::setDefaultCodecColorAspectsIfNeeded(aspects, mWidth, mHeight); in TEST_P()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 3690 setDefaultCodecColorAspectsIfNeeded(params.sAspects, width, height); in setColorAspectsForVideoDecoder() 3780 setDefaultCodecColorAspectsIfNeeded(params.sAspects, width, height); in getColorAspectsAndDataSpaceForVideoDecoder() 3816 setDefaultCodecColorAspectsIfNeeded(params.sAspects, width, height); in setColorAspectsForVideoEncoder() 3873 setDefaultCodecColorAspectsIfNeeded(aspects, width, height); in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.cpp | 1424 ColorUtils::setDefaultCodecColorAspectsIfNeeded(aspects, width, height); in getFormatForDomain()
|
D | CCodec.cpp | 1105 setDefaultCodecColorAspectsIfNeeded(aspects, width, height); in configure()
|