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()
1103 assignedBufferNum, dst.usageFlags, dst.compressionInfo.type, in needDstBufRealloc()
1111 (isAFBCCompressed(dst_handle) != (dst.compressionInfo.type == COMP_TYPE_AFBC)) || in needDstBufRealloc()
1143 (mPrevFrameInfo.srcInfo[i].compressionInfo.type != in canUsePrevFrame()
1144 mAssignedSources[i]->mSrcImg.compressionInfo.type) || in canUsePrevFrame()
1233 if (src.compressionInfo.type == COMP_TYPE_AFBC) { in setupLayer()
1234 if ((src.compressionInfo.modifier & AFBC_FORMAT_MOD_BLOCK_SIZE_MASK) == in setupLayer()
1793 img->compressionInfo.type = COMP_TYPE_AFBC; in getDstImageInfo()
1794 img->compressionInfo.modifier = AFBC_FORMAT_MOD_BLOCK_SIZE_16x16; in getDstImageInfo()
1803 img->compressionInfo = getCompressionInfo(img->bufferHandle); in getDstImageInfo()
2411 else if (src.compressionInfo.type == COMP_TYPE_AFBC) { in getPPCIndex()