Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h490 isFormatRgb(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatRgb()
DExynosLayer.cpp363 if (isFormatRgb(gmeta.format)) in doPreProcess()
DExynosDisplay.cpp5922 if (isFormatRgb(halFormat)) in getRestrictionIndex()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp120 if (isFormatRgb(format)) in isNarrowRgb()
168 bool isFormatRgb(int format) in isFormatRgb() function
183 if (isFormatRgb(format)) in isFormatYUV()
694 if (isFormatRgb(format)) in getBytePerPixelOfPrimaryPlane()
DExynosHWCHelper.h453 bool isFormatRgb(int format);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp466 if (isFormatRgb(src.format) && (hasHdrInfo(src) == false)) in isSrcFormatSupported()
473 isFormatRgb(src.format)) { in isSrcFormatSupported()
1195 if (isFormatRgb(gmeta.format)) in setupLayer()
1364 if (isFormatRgb(dstImgInfo->format)) { in setupDst()
1378 if (isFormatRgb(dstImgInfo->format)) in setupDst()
2429 … if ((isFormatRgb(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_RGB, PPC_ROT_NO)) in getPPCIndex()
2841 return !!(isFormatRgb(img.format) == false); in getRestrictionClassification()
/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp330 formatIndex = (isFormatRgb(format) ? RGB : 0) | formatBPP; in calculateHWResourceAmount()