Searched refs:isFormatRgb (Results 1 – 7 of 7) sorted by relevance
490 isFormatRgb(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatRgb()
363 if (isFormatRgb(gmeta.format)) in doPreProcess()
5922 if (isFormatRgb(halFormat)) in getRestrictionIndex()
120 if (isFormatRgb(format)) in isNarrowRgb()168 bool isFormatRgb(int format) in isFormatRgb() function183 if (isFormatRgb(format)) in isFormatYUV()694 if (isFormatRgb(format)) in getBytePerPixelOfPrimaryPlane()
453 bool isFormatRgb(int format);
466 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()
330 formatIndex = (isFormatRgb(format) ? RGB : 0) | formatBPP; in calculateHWResourceAmount()