Home
last modified time | relevance | path

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

/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.h34 virtual int32_t otfMppReordering(ExynosDisplay *display, ExynosMPPVector &otfMPPs,
DExynosResourceManagerModule.cpp400 ExynosMPPVector &otfMPPs, in otfMppReordering() argument
464 for (auto it : otfMPPs) { in otfMppReordering()
515 std::sort(otfMPPs.begin(), otfMPPs.end(), orderPolicy); in otfMppReordering()
519 for (uint32_t i = 0; i < otfMPPs.size(); i++) { in otfMppReordering()
520 ExynosMPPModule *mpp = (ExynosMPPModule *)otfMPPs[i]; in otfMppReordering()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp269 auto otfMPPs = ExynosResourceManager::getOtfMPPs(); in doPreProcess() local
270 auto mpp_it = std::find_if(otfMPPs.begin(), otfMPPs.end(), in doPreProcess()
272 exynosMPPVG = mpp_it == otfMPPs.end() ? nullptr : *mpp_it; in doPreProcess()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.h142 ExynosMPPVector __unused &otfMPPs, in otfMppReordering() argument