Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h431 isFormatRgb(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatRgb()
DExynosLayer.cpp328 if (isFormatRgb(gmeta.format)) in doPreProcess()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp117 if (isFormatRgb(format)) in isNarrowRgb()
172 bool isFormatRgb(int format) in isFormatRgb() function
187 if (isFormatRgb(format)) in isFormatYUV()
605 if (isFormatRgb(format)) in getBytePerPixelOfPrimaryPlane()
DExynosHWCHelper.h413 bool isFormatRgb(int format);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp460 if (isFormatRgb(src.format) && (hasHdrInfo(src) == false)) in isSrcFormatSupported()
467 isFormatRgb(src.format)) { in isSrcFormatSupported()
1175 if (isFormatRgb(gmeta.format)) in setupLayer()
1324 if (isFormatRgb(dstImgInfo->format)) { in setupDst()
1338 if (isFormatRgb(dstImgInfo->format)) in setupDst()
2371 … if ((isFormatRgb(criteria.format)) && hasPPC(mPhysicalType, PPC_FORMAT_AFBC_RGB, PPC_ROT_NO)) in getPPCIndex()
2783 return !!(isFormatRgb(img.format) == false); in getRestrictionClassification()