Home
last modified time | relevance | path

Searched refs:checkIfAspectsChangedAndUnspecifyThem (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/foundation/tests/colorutils/
DColorUtilsTest.cpp323 bool status = ColorUtils::checkIfAspectsChangedAndUnspecifyThem(aspects, origAspects); in TEST()
327 status = ColorUtils::checkIfAspectsChangedAndUnspecifyThem(aspects, origAspects); in TEST()
333 status = ColorUtils::checkIfAspectsChangedAndUnspecifyThem(aspects, origAspects); in TEST()
340 status = ColorUtils::checkIfAspectsChangedAndUnspecifyThem(aspects, origAspects, true); in TEST()
348 status = ColorUtils::checkIfAspectsChangedAndUnspecifyThem(aspects, origAspects, true); in TEST()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DColorUtils.h164 static bool checkIfAspectsChangedAndUnspecifyThem(
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp528 bool ColorUtils::checkIfAspectsChangedAndUnspecifyThem( in checkIfAspectsChangedAndUnspecifyThem() function in android::ColorUtils
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp2184 if (err != OK || !ColorUtils::checkIfAspectsChangedAndUnspecifyThem( in handleDataSpaceChanged()
/frameworks/av/media/libstagefright/
DACodec.cpp3688 || !ColorUtils::checkIfAspectsChangedAndUnspecifyThem( in setColorAspectsForVideoEncoder()
3739 if (err != OK || !ColorUtils::checkIfAspectsChangedAndUnspecifyThem(aspects, origAspects)) { in setInitialColorAspectsForVideoEncoderSurfaceAndGetDataSpace()