Searched refs:hasHdrInfo (Results 1 – 7 of 7) sorted by relevance
470 bool hasHdrInfo(const exynos_image &img);471 bool hasHdrInfo(android_dataspace dataSpace);
620 bool hasHdrInfo(const exynos_image& img) { in hasHdrInfo() function640 bool hasHdrInfo(android_dataspace dataSpace) { in hasHdrInfo() function643 return hasHdrInfo(img); in hasHdrInfo()
306 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()
1193 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()
276 if(hasHdrInfo(src_img)) mIsHdrLayer = true; in doPreProcess()940 if (hasHdrInfo(mDataSpace)) { in setDstExynosImage()
2055 if (hasHdrInfo(layer.mMidImg)) { in configureHandle()2105 if (hasHdrInfo(src_img)) { in configureHandle()
1821 if (hasHdrInfo(config.dataspace)) { in setupCommitFromDisplayConfig()