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.cpp1344 int32_t ExynosMPP::setupDst(exynos_mpp_img_info *dstImgInfo) in setupDst() argument
1348 buffer_handle_t dstHandle = dstImgInfo->bufferHandle; in setupDst()
1352 uint32_t bufferNum = getBufferNumOfFormat(dstImgInfo->format, getCompressionType(dstHandle)); in setupDst()
1356 dstImgInfo->format, isAFBCCompressed(dstHandle)); in setupDst()
1364 if (isFormatRgb(dstImgInfo->format)) { in setupDst()
1378 if (isFormatRgb(dstImgInfo->format)) in setupDst()
1387 if (getBufLength(dstHandle, MAX_HW2D_PLANES, bufLength, dstImgInfo->format, in setupDst()
1390 bufLength[0], bufLength[1], bufLength[2], dstImgInfo->format); in setupDst()
1394 dstImgInfo->bufferType = getBufferType(dstHandle); in setupDst()
1395 if (dstImgInfo->bufferType == MPP_BUFFER_SECURE_DRM) in setupDst()
[all …]
DExynosMPP.h716 int32_t setupDst(exynos_mpp_img_info *dstImgInfo);