Searched refs:mDstImgs (Results 1 – 2 of 2) sorted by relevance
250 memset(&mDstImgs[i], 0, sizeof(mDstImgs[i])); in ExynosMPP()251 mDstImgs[i].acrylicAcquireFenceFd = -1; in ExynosMPP()252 mDstImgs[i].acrylicReleaseFenceFd = -1; in ExynosMPP()931 exynos_mpp_img_info freeDstBuf = mDstImgs[index]; in allocOutBuf()933 dumpExynosMPPImgInfo(eDebugMPP, mDstImgs[index]); in allocOutBuf()958 memset(&mDstImgs[index], 0, sizeof(mDstImgs[index])); in allocOutBuf()960 mDstImgs[index].acrylicAcquireFenceFd = -1; in allocOutBuf()961 mDstImgs[index].acrylicReleaseFenceFd = -1; in allocOutBuf()962 mDstImgs[index].bufferHandle = dstBuffer; in allocOutBuf()963 mDstImgs[index].bufferType = getBufferType(usage); in allocOutBuf()[all …]
532 struct exynos_mpp_img_info mDstImgs[NUM_MPP_DST_BUFS_DEFAULT]; variable