Lines Matching refs:ExynosMPP
98 : android::SortedVector<ExynosMPP* >(rhs) { in ExynosMPPVector()
106 const ExynosMPP* l = *((ExynosMPP**)(lhs)); in do_compare()
107 const ExynosMPP* r = *((ExynosMPP**)(rhs)); in do_compare()
164 ExynosMPP* exynosMPP = new ExynosMPPModule(this, exynos_mpp.physicalType, in ExynosResourceManager()
177 ExynosMPP* exynosMPP = new ExynosMPPModule(this, exynos_mpp.physicalType, in ExynosResourceManager()
209 ExynosMPP *exynosMPP = mOtfMPPs[i]; in ~ExynosResourceManager()
214 ExynosMPP *exynosMPP = mM2mMPPs[i]; in ~ExynosResourceManager()
226 ExynosMPP *exynosMPP = mM2mMPPs[i]; in reloadResourceForHWFC()
238 ExynosMPP *exynosMPP = mM2mMPPs[i]; in setTargetDisplayLuminance()
250 ExynosMPP *exynosMPP = mM2mMPPs[i]; in setTargetDisplayDevice()
276 bool ExynosResourceManager::DstBufMgrThread::needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP… in needDstRealloc()
523 ExynosMPP *m2mMPP = NULL; in setResourcePriority()
712 ExynosMPP *m2mMPP = display->mExynosCompositionInfo.mM2mMPP; in updateExynosComposition()
806 ExynosMPP *otfMPP = display->mExynosCompositionInfo.mOtfMPP; in updateExynosComposition()
836 uint32_t layer_index, exynos_image m2m_out_img, ExynosMPP *m2mMPP, ExynosMPP *otfMPP) in changeLayerFromClientToDevice()
893 ExynosMPP *m2mMPP = NULL; in updateClientComposition()
894 ExynosMPP *otfMPP = NULL; in updateClientComposition()
924 ExynosMPP *m2mMPP = NULL; in updateClientComposition()
925 ExynosMPP *otfMPP = NULL; in updateClientComposition()
1136 exynos_image ExynosResourceManager::getAlignedImage(exynos_image image, const ExynosMPP *m2mMpp, in getAlignedImage()
1137 const ExynosMPP *otfMpp) const { in getAlignedImage()
1180 ExynosMPP *otfMpp = nullptr; in getCandidateScalingM2mMPPOutImages()
1181 ExynosMPP *m2mMpp = nullptr; in getCandidateScalingM2mMPPOutImages()
1334 ExynosMPP *otfMppForHDRPlus = nullptr; in getCandidateM2mMPPOutImages()
1433 exynos_image &m2m_out_img, ExynosMPP **m2mMPP, ExynosMPP **otfMPP, uint32_t &overlayInfo) in assignLayer()
1595 ExynosMPP *m2mMPP = NULL; in assignLayers()
1596 ExynosMPP *otfMPP = NULL; in assignLayers()
2017 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t type) in getExynosMPP()
2031 ExynosMPP* ExynosResourceManager::getExynosMPP(uint32_t physicalType, uint32_t physicalIndex) in getExynosMPP()
2068 void ExynosResourceManager::setFrameRateForPerformance(ExynosMPP &mpp, in setFrameRateForPerformance()
2087 ExynosMPP *mpp = NULL; in deliverPerformanceInfo()
2189 float ExynosResourceManager::getResourceUsedCapa(ExynosMPP &mpp) in getResourceUsedCapa()
2244 ExynosMPP *findMpp = nullptr; in setScaleDownRatio()
2246 auto mpp_compare = [=](ExynosMPP *mpp)->bool { in setScaleDownRatio()
2454 ExynosMPP* ExynosResourceManager::getOtfMPPWithChannel(int ch) in getOtfMPPWithChannel()
2456 ExynosMPP *otfMPP = NULL; in getOtfMPPWithChannel()