Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/foundation/
DColorUtils.h181 static bool getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info);
/frameworks/av/media/libstagefright/foundation/
DColorUtils.cpp662 bool ColorUtils::getHDRStaticInfoFromFormat(const sp<AMessage> &format, HDRStaticInfo *info) { in getHDRStaticInfoFromFormat() function in android::ColorUtils
/frameworks/av/media/libstagefright/
DUtils.cpp1360 if (ColorUtils::getHDRStaticInfoFromFormat(msg, &info)) { in convertMessageToMetaData()
DACodec.cpp3592 if (getHDRStaticInfoFromFormat(configFormat, info)) { in setHDRStaticInfoForVideoCodec()