Home
last modified time | relevance | path

Searched refs:isFormatYUV (Results 1 – 8 of 8) sorted by relevance

/hardware/google/graphics/gs201/libhwc2.1/libresource/
DExynosMPPModule.cpp43 if (isFormatYUV(gmeta.format)) { in checkSpecificRestriction()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h494 isFormatYUV(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatYuv()
DExynosLayer.cpp193 if (isFormatYUV(gmeta.format)) { in doPreProcess()
201 if (isFormatYUV(gmeta.format)) { in doPreProcess()
268 if (isFormatYUV(gmeta.format)) { in doPreProcess()
278 if (isFormatYUV(gmeta.format) && exynosMPPVG) { in doPreProcess()
367 } else if (isFormatYUV(gmeta.format)) { in doPreProcess()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1194 if (isFormatYUV(src_img.format)) in getCandidateScalingM2mMPPOutImages()
1199 if (isFormatYUV(src_img.format)) { in getCandidateScalingM2mMPPOutImages()
1323 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
1332 if (isFormatYUV(src_img.format)) in getCandidateM2mMPPOutImages()
1414 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
2804 ret = (isFormatYUV(srcImg.format)) ? 1 : 0; in needHWResource()
DExynosMPP.cpp470 isFormatYUV(src.format)) in isSrcFormatSupported()
586 if (isFormatYUV(src.format)) in getSrcMaxWidth()
594 if (isFormatYUV(src.format)) in getSrcMaxHeight()
1299 if(isFormatYUV(src.format)) in setupLayer()
2431 … else if ((isFormatYUV(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_YUV, PPC_ROT_NO)) in getPPCIndex()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h454 bool isFormatYUV(int format);
DExynosHWCHelper.cpp181 bool isFormatYUV(int format) in isFormatYUV() function
/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp344 if (isFormatYUV(format)) { in calculateHWResourceAmount()