Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h435 isFormatYUV(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatYuv()
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()
/hardware/google/graphics/common/libhwc2.1/libresource/
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()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h414 bool isFormatYUV(int format);
DExynosHWCHelper.cpp185 bool isFormatYUV(int format) in isFormatYUV() function