Lines Matching refs:compressionInfo
377 if ((src.compressionInfo.type == COMP_TYPE_AFBC) && (src.transform != 0)) return false; in checkRotationCondition()
408 if (src.compressionInfo.type == COMP_TYPE_AFBC) { in isSupportedCompression()
1108 dst.compressionInfo.type, isFormatLossy(dst.format)); in needDstBufRealloc()
1116 (isAFBCCompressed(dst_handle) != (dst.compressionInfo.type == COMP_TYPE_AFBC)) || in needDstBufRealloc()
1148 (mPrevFrameInfo.srcInfo[i].compressionInfo.type != in canUsePrevFrame()
1149 mAssignedSources[i]->mSrcImg.compressionInfo.type) || in canUsePrevFrame()
1238 if (src.compressionInfo.type == COMP_TYPE_AFBC) { in setupLayer()
1239 if ((src.compressionInfo.modifier & AFBC_FORMAT_MOD_BLOCK_SIZE_MASK) == in setupLayer()
1809 img->compressionInfo.type = COMP_TYPE_AFBC; in getDstImageInfo()
1810 img->compressionInfo.modifier = AFBC_FORMAT_MOD_BLOCK_SIZE_16x16; in getDstImageInfo()
1819 img->compressionInfo = getCompressionInfo(img->bufferHandle); in getDstImageInfo()
2428 else if (src.compressionInfo.type == COMP_TYPE_AFBC) { in getPPCIndex()