Lines Matching refs:dstImgInfo

1304 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()
1368 setFenceName(dstImgInfo->acrylicAcquireFenceFd, FENCE_G2D_DST_DPP); in setupDst()
1370 setFenceInfo(dstImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, in setupDst()
1373 setFenceName(dstImgInfo->acrylicAcquireFenceFd, FENCE_MSC_DST_DPP); in setupDst()
1375 setFenceInfo(dstImgInfo->acrylicAcquireFenceFd, mAssignedDisplay, in setupDst()
1381 mAcrylicHandle->setCanvasImageType(dstImgInfo->format, dataspace); in setupDst()
1388 dstImgInfo->acrylicAcquireFenceFd = fence_close(dstImgInfo->acrylicAcquireFenceFd, in setupDst()
1391 dstImgInfo->acrylicAcquireFenceFd, attribute); in setupDst()
1395 dstImgInfo->acrylicAcquireFenceFd = in setupDst()
1396 …hwcCheckFenceDebug(mAssignedDisplay, FENCE_TYPE_DST_ACQUIRE, FENCE_IP_G2D, dstImgInfo->acrylicAcqu… in setupDst()
1398 dstImgInfo->acrylicAcquireFenceFd, attribute); in setupDst()
1410 dstImgInfo->format, dataspace, metaInfo.minLuminance, metaInfo.maxLuminance); in setupDst()
1413 bufferNum, dstImgInfo->acrylicAcquireFenceFd, attribute); in setupDst()
1416 dstImgInfo->acrylicAcquireFenceFd = -1; in setupDst()
1417 dstImgInfo->dataspace = dataspace; in setupDst()