Home
last modified time | relevance | path

Searched refs:dstImgInfo (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp1304 int32_t ExynosMPP::setupDst(exynos_mpp_img_info *dstImgInfo) in setupDst() argument
1308 buffer_handle_t dstHandle = dstImgInfo->bufferHandle; in setupDst()
1312 uint32_t bufferNum = getBufferNumOfFormat(dstImgInfo->format, getCompressionType(dstHandle)); in setupDst()
1316 dstImgInfo->format, isAFBCCompressed(dstHandle)); in setupDst()
1324 if (isFormatRgb(dstImgInfo->format)) { in setupDst()
1338 if (isFormatRgb(dstImgInfo->format)) in setupDst()
1347 if (getBufLength(dstHandle, MAX_HW2D_PLANES, bufLength, dstImgInfo->format, in setupDst()
1350 bufLength[0], bufLength[1], bufLength[2], dstImgInfo->format); in setupDst()
1354 dstImgInfo->bufferType = getBufferType(dstHandle); in setupDst()
1355 if (dstImgInfo->bufferType == MPP_BUFFER_SECURE_DRM) in setupDst()
[all …]
DExynosMPP.h675 int32_t setupDst(exynos_mpp_img_info *dstImgInfo);