Searched refs:isFormatYUV (Results 1 – 6 of 6) sorted by relevance
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()
435 isFormatYUV(VendorGraphicBufferMeta::get_internal_format(mLayerBuffer))); in isLayerFormatYuv()
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()
1170 if (isFormatYUV(src_img.format)) in getCandidateScalingM2mMPPOutImages()1175 if (isFormatYUV(src_img.format)) { in getCandidateScalingM2mMPPOutImages()1309 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()1318 if (isFormatYUV(src_img.format)) in getCandidateM2mMPPOutImages()1400 if (isFormatYUV(src_img.format) && !hasHdrInfo(src_img)) { in getCandidateM2mMPPOutImages()
414 bool isFormatYUV(int format);
185 bool isFormatYUV(int format) in isFormatYUV() function