Home
last modified time | relevance | path

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

/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosLayer.cpp161 if (isFormatYUV(gmeta.format)) { in doPreProcess()
169 if (isFormatYUV(gmeta.format)) { in doPreProcess()
236 if (isFormatYUV(gmeta.format)) { in doPreProcess()
246 if (isFormatYUV(gmeta.format) && exynosMPPVG) { in doPreProcess()
332 } else if (isFormatYUV(gmeta.format)) { in doPreProcess()
H A DExynosLayer.h435 isFormatYUV(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatYuv()
/aosp12/hardware/google/graphics/common/libhwc2.1/libresource/
H A DExynosMPP.cpp464 isFormatYUV(src.format)) in isSrcFormatSupported()
580 if (isFormatYUV(src.format)) in getSrcMaxWidth()
588 if (isFormatYUV(src.format)) in getSrcMaxHeight()
1269 if(isFormatYUV(src.format)) in setupLayer()
2373 … else if ((isFormatYUV(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_YUV, PPC_ROT_NO)) in getPPCIndex()
H A DExynosResourceManager.cpp1170 if (isFormatYUV(src_img.format)) in getCandidateScalingM2mMPPOutImages()
1175 if (isFormatYUV(src_img.format)) { in getCandidateScalingM2mMPPOutImages()
1309 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
1318 if (isFormatYUV(src_img.format)) in getCandidateM2mMPPOutImages()
1400 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
/aosp12/hardware/google/graphics/common/libhwc2.1/libhwchelper/
H A DExynosHWCHelper.h414 bool isFormatYUV(int format);
H A DExynosHWCHelper.cpp185 bool isFormatYUV(int format) in isFormatYUV() function