Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp237 auto otfMPPs = ExynosResourceManager::getOtfMPPs(); in doPreProcess() local
238 auto mpp_it = std::find_if(otfMPPs.begin(), otfMPPs.end(), in doPreProcess()
240 exynosMPPVG = mpp_it == otfMPPs.end() ? nullptr : *mpp_it; in doPreProcess()