Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/foundation/tests/colorutils/
DColorUtilsTest.cpp426 bool status = ColorUtils::getHDRStaticInfoFromFormat(format, &returnedInfoHDR); in TEST()
444 status = ColorUtils::getHDRStaticInfoFromFormat(format, &returnedInfoHDR); in TEST()
452 status = ColorUtils::getHDRStaticInfoFromFormat(mediaFormat->mFormat, &returnedInfoHDR); in TEST()
561 bool boolStatus = ColorUtils::getHDRStaticInfoFromFormat(format, &hdrInfo); in TEST()
568 boolStatus = ColorUtils::getHDRStaticInfoFromFormat(format, &hdrInfo); in TEST()
577 boolStatus = ColorUtils::getHDRStaticInfoFromFormat(format, &hdrInfo); in TEST()
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DColorUtils.h184 static bool getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info);
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp451 if (ColorUtils::getHDRStaticInfoFromFormat(format, &info) in render()
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp762 bool ColorUtils::getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info) { in getHDRStaticInfoFromFormat() function in android::ColorUtils
/frameworks/av/media/libstagefright/
DUtils.cpp1711 if (ColorUtils::getHDRStaticInfoFromFormat(msg, &info)) { in convertMessageToMetaData()
DMediaCodec.cpp2316 if (ColorUtils::getHDRStaticInfoFromFormat(mOutputFormat, &info)) { in onMessageReceived()
DACodec.cpp3707 if (getHDRStaticInfoFromFormat(configFormat, info)) { in setHDRStaticInfoForVideoCodec()
6453 if (ColorUtils::getHDRStaticInfoFromFormat(buffer->format(), &info) in onOutputBufferDrained()