Searched refs:isFormatYUV (Results 1 – 5 of 5) sorted by relevance
435 isFormatYUV(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatYuv()
161 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()
464 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()
414 bool isFormatYUV(int format);
185 bool isFormatYUV(int format) in isFormatYUV() function