Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h470 bool hasHdrInfo(const exynos_image &img);
471 bool hasHdrInfo(android_dataspace dataSpace);
DExynosHWCHelper.cpp620 bool hasHdrInfo(const exynos_image& img) { in hasHdrInfo() function
640 bool hasHdrInfo(android_dataspace dataSpace) { in hasHdrInfo() function
643 return hasHdrInfo(img); in hasHdrInfo()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp306 if (!hasHdrInfo(src) && ((mAttr & MPP_ATTR_WCG) == 0)) in isDataspaceSupportedByMPP()
332 if (hasHdr10Plus(src) || hasHdrInfo(src) ) { in isSupportedHDR()
429 else if (hasHdrInfo(src)) in isSupportedCapability()
466 if (isFormatRgb(src.format) && (hasHdrInfo(src) == false)) in isSrcFormatSupported()
1217 if (hasHdrInfo(src)) { in setupLayer()
2408 if ((hasHdrInfo(src) && (totalUsedCapacity == 0) && in isCapacityExceptionCondition()
2564 if ((hasHdrInfo(mAssignedSources[i]->mSrcImg) || in getAssignedCapacity()
DExynosResourceManager.cpp1193 if (hasHdrInfo(src_img)) { in getCandidateScalingM2mMPPOutImages()
1323 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
1331 if (hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
1376 if (hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
1414 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp276 if(hasHdrInfo(src_img)) mIsHdrLayer = true; in doPreProcess()
940 if (hasHdrInfo(mDataSpace)) { in setDstExynosImage()
DExynosDisplay.cpp2055 if (hasHdrInfo(layer.mMidImg)) { in configureHandle()
2105 if (hasHdrInfo(src_img)) { in configureHandle()
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDisplayDrmInterface.cpp1821 if (hasHdrInfo(config.dataspace)) { in setupCommitFromDisplayConfig()