Home
last modified time | relevance | path

Searched refs:isAFBCCompressed (Results 1 – 5 of 5) sorted by relevance

/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.cpp404 int orderingType = isAFBCCompressed(src.bufferHandle) in otfMppReordering()
476 (isAFBCCompressed(mppSrc->mSrcImg.bufferHandle))) { in otfMppReordering()
490 (isAFBCCompressed(mppSrc->mSrcImg.bufferHandle))) { in otfMppReordering()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp321 bool isAFBCCompressed(const buffer_handle_t handle) { in isAFBCCompressed() function
356 if (isAFBCCompressed(handle)) { in getCompressionType()
370 if (isAFBCCompressed(handle)) { in getCompressionInfo()
DExynosHWCHelper.h444 bool isAFBCCompressed(const buffer_handle_t handle);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1102 isAFBCCompressed(dst_handle), isFormatSBWC(gmeta.format), isFormatLossy(gmeta.format)); in needDstBufRealloc()
1116 (isAFBCCompressed(dst_handle) != (dst.compressionInfo.type == COMP_TYPE_AFBC)) || in needDstBufRealloc()
1204 gmeta.format, isAFBCCompressed(srcHandle)); in setupLayer()
1356 dstImgInfo->format, isAFBCCompressed(dstHandle)); in setupDst()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp958 isAFBCCompressed(mTargetBuffer)); in dump()