Home
last modified time | relevance | path

Searched refs:doPostProcessing (Results 1 – 4 of 4) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h585 int32_t doPostProcessing(struct exynos_image& dst);
DExynosMPP.cpp1693 int32_t ExynosMPP::doPostProcessing(struct exynos_image& dst) { in doPostProcessing() function in ExynosMPP
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.h679 int doPostProcessing();
DExynosDisplay.cpp1764 int ExynosDisplay::doPostProcessing() { in doPostProcessing() function in ExynosDisplay
1851 if ((ret = mExynosCompositionInfo.mM2mMPP->doPostProcessing( in doExynosComposition()
3845 if ((ret = m2mMpp->doPostProcessing(midImg)) != NO_ERROR) { in presentDisplay()
3951 doPostProcessing(); in presentDisplay()
5054 if ((ret = m2mMpp->doPostProcessing(midImg)) != NO_ERROR) { in startPostProcessing()