Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp237 …osResourceManager::DstBufMgrThread::needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP *m2mMPP) in needDstRealloc() argument
240 if (((Xres == 720 && Yres == 1480) && (m2mMPP->getDstAllocSize() != DST_SIZE_HD_PLUS)) || in needDstRealloc()
241 ((Xres == 720 && Yres == 1280) && (m2mMPP->getDstAllocSize() != DST_SIZE_HD)) || in needDstRealloc()
242 ((Xres == 1080 && Yres == 2220) && (m2mMPP->getDstAllocSize() != DST_SIZE_FHD_PLUS)) || in needDstRealloc()
243 ((Xres == 1080 && Yres == 1920) && (m2mMPP->getDstAllocSize() != DST_SIZE_FHD)) || in needDstRealloc()
244 ((Xres == 1440 && Yres == 2960) && (m2mMPP->getDstAllocSize() != DST_SIZE_WQHD_PLUS)) || in needDstRealloc()
245 ((Xres == 1440 && Yres == 2560) && (m2mMPP->getDstAllocSize() != DST_SIZE_WQHD))) { in needDstRealloc()
489 ExynosMPP *m2mMPP = NULL; in setResourcePriority() local
500 m2mMPP = layer->mM2mMPP; in setResourcePriority()
506 m2mMPP->mName.c_str()); in setResourcePriority()
[all …]
DExynosResourceManager.h96 bool needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP *m2mMPP);
148 … exynos_image &m2m_out_img, ExynosMPP **m2mMPP, ExynosMPP **otfMPP, uint32_t &overlayInfo);
193 ExynosMPP* m2mMPP, ExynosMPP* otfMPP);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp1155 ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP; in initDisplay() local
1159 (m2mMPP != NULL) && in initDisplay()
1160 (m2mMPP->mAssignedDisplay == this) && in initDisplay()
1161 (m2mMPP->getDstImageInfo(&outImage) == NO_ERROR)) { in initDisplay()
1162 if (m2mMPP->mPhysicalType == MPP_MSC) { in initDisplay()
1164 } else if (m2mMPP->mPhysicalType == MPP_G2D) { in initDisplay()
1167 DISPLAY_LOGE("[%zu] layer has invalid mppType(%d)", i, m2mMPP->mPhysicalType); in initDisplay()
1170 m2mMPP->resetDstReleaseFence(); in initDisplay()
1911 ExynosMPP* m2mMPP = NULL; in configureHandle() local
1917 m2mMPP = layer.mM2mMPP; in configureHandle()
[all …]