Home
last modified time | relevance | path

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

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