Searched refs:outImage (Results 1 – 1 of 1) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosDisplay.cpp | 1154 exynos_image outImage; in initDisplay() local 1161 (m2mMPP->getDstImageInfo(&outImage) == NO_ERROR)) { in initDisplay() 1163 … fence_close(outImage.releaseFenceFd, this, FENCE_TYPE_DST_RELEASE, FENCE_IP_MSC); in initDisplay() 1165 … fence_close(outImage.releaseFenceFd, this, FENCE_TYPE_DST_RELEASE, FENCE_IP_G2D); in initDisplay() 1168 … fence_close(outImage.releaseFenceFd, this, FENCE_TYPE_DST_RELEASE, FENCE_IP_ALL); in initDisplay() 1865 exynos_image outImage; in doExynosComposition() local 1866 if ((ret = mExynosCompositionInfo.mM2mMPP->getDstImageInfo(&outImage)) != NO_ERROR) { in doExynosComposition() 1874 mExynosCompositionInfo.setTargetBuffer(this, outImage.bufferHandle, in doExynosComposition() 1875 outImage.releaseFenceFd, dataspace); in doExynosComposition() 5964 exynos_image outImage; in closeFencesForSkipFrame() local [all …]
|