Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp301 bool isAFBCCompressed(const buffer_handle_t handle) { in isAFBCCompressed() function
310 if (isAFBCCompressed(handle)) { in getCompressionType()
DExynosHWCHelper.h425 bool isAFBCCompressed(const buffer_handle_t handle);
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1085 isAFBCCompressed(dst_handle), isFormatSBWC(gmeta.format), isFormatLossy(gmeta.format)); in needDstBufRealloc()
1097 (isAFBCCompressed(dst_handle) != dst.compressed) || in needDstBufRealloc()
1184 gmeta.format, isAFBCCompressed(srcHandle)); in setupLayer()
1316 dstImgInfo->format, isAFBCCompressed(dstHandle)); in setupDst()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp397 bool compressed = isAFBCCompressed(mLayerBuffer); in setLayerBuffer()