Home
last modified time | relevance | path

Searched refs:mpp_it (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp270 auto mpp_it = std::find_if(otfMPPs.begin(), otfMPPs.end(), in doPreProcess() local
272 exynosMPPVG = mpp_it == otfMPPs.end() ? nullptr : *mpp_it; in doPreProcess()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1349 auto mpp_it = std::find_if(mOtfMPPs.begin(), mOtfMPPs.end(), in getCandidateM2mMPPOutImages() local
1353 otfMppForHDRPlus = mpp_it == mOtfMPPs.end() ? nullptr : *mpp_it; in getCandidateM2mMPPOutImages()