Lines Matching refs:ExynosMPP
53 : android::SortedVector<ExynosMPP* >(rhs) { in ExynosMPPVector()
61 const ExynosMPP* l = *((ExynosMPP**)(lhs)); in do_compare()
62 const ExynosMPP* r = *((ExynosMPP**)(rhs)); in do_compare()
119 ExynosMPP* exynosMPP = new ExynosMPPModule(this, exynos_mpp.physicalType, in ExynosResourceManager()
133 ExynosMPP* exynosMPP = new ExynosMPPModule(this, exynos_mpp.physicalType, in ExynosResourceManager()
170 ExynosMPP *exynosMPP = mOtfMPPs[i]; in ~ExynosResourceManager()
175 ExynosMPP *exynosMPP = mM2mMPPs[i]; in ~ExynosResourceManager()
187 ExynosMPP *exynosMPP = mM2mMPPs[i]; in reloadResourceForHWFC()
199 ExynosMPP *exynosMPP = mM2mMPPs[i]; in setTargetDisplayLuminance()
211 ExynosMPP *exynosMPP = mM2mMPPs[i]; in setTargetDisplayDevice()
237 bool ExynosResourceManager::DstBufMgrThread::needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP… in needDstRealloc()
489 ExynosMPP *m2mMPP = NULL; in setResourcePriority()
679 ExynosMPP *m2mMPP = display->mExynosCompositionInfo.mM2mMPP; in updateExynosComposition()
782 ExynosMPP *otfMPP = display->mExynosCompositionInfo.mOtfMPP; in updateExynosComposition()
815 ExynosMPP* m2mMPP, ExynosMPP* otfMPP) { in changeLayerFromClientToDevice()
871 ExynosMPP *m2mMPP = NULL; in updateClientComposition()
872 ExynosMPP *otfMPP = NULL; in updateClientComposition()
902 ExynosMPP *m2mMPP = NULL; in updateClientComposition()
903 ExynosMPP *otfMPP = NULL; in updateClientComposition()
1160 exynos_image ExynosResourceManager::getAlignedImage(exynos_image image, const ExynosMPP *m2mMpp, in getAlignedImage()
1161 const ExynosMPP *otfMpp) const { in getAlignedImage()
1204 ExynosMPP *otfMpp = nullptr; in getCandidateScalingM2mMPPOutImages()
1205 ExynosMPP *m2mMpp = nullptr; in getCandidateScalingM2mMPPOutImages()
1209 for (ExynosMPP *m : mOtfMPPs) { in getCandidateScalingM2mMPPOutImages()
1219 for (ExynosMPP *m : mM2mMPPs) { in getCandidateScalingM2mMPPOutImages()
1228 for (ExynosMPP *m : mM2mMPPs) { in getCandidateScalingM2mMPPOutImages()
1243 for (ExynosMPP *m : mOtfMPPs) { in getCandidateScalingM2mMPPOutImages()
1348 ExynosMPP *otfMppForHDRPlus = nullptr; in getCandidateM2mMPPOutImages()
1447 exynos_image &m2m_out_img, ExynosMPP **m2mMPP, ExynosMPP **otfMPP, uint32_t &overlayInfo) in assignLayer()
1646 ExynosMPP *m2mMPP = NULL; in assignLayers()
1647 ExynosMPP *otfMPP = NULL; in assignLayers()
1985 auto updatePreAssignDisplay = [=](ExynosMPP* mpp, const ExynosDisplay* mainDisp, in updatePreAssignDisplayList()
2159 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t type) in getExynosMPP()
2173 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t physicalType, uint32_t physicalIndex) in getExynosMPP()
2210 void ExynosResourceManager::setFrameRateForPerformance(ExynosMPP &mpp, in setFrameRateForPerformance()
2229 ExynosMPP *mpp = NULL; in deliverPerformanceInfo()
2331 float ExynosResourceManager::getResourceUsedCapa(ExynosMPP &mpp) in getResourceUsedCapa()
2385 ExynosMPP *findMpp = nullptr; in setScaleDownRatio()
2387 auto mpp_compare = [=](ExynosMPP *mpp)->bool { in setScaleDownRatio()
2605 ExynosMPP* ExynosResourceManager::getOtfMPPWithChannel(int ch) in getOtfMPPWithChannel()
2607 ExynosMPP *otfMPP = NULL; in getOtfMPPWithChannel()
2748 bool ExynosResourceManager::isAssignable(ExynosMPP *candidateMPP, ExynosDisplay *display, in isAssignable()