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.cpp276 …osResourceManager::DstBufMgrThread::needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP *m2mMPP) in needDstRealloc() argument
279 if (((Xres == 720 && Yres == 1480) && (m2mMPP->getDstAllocSize() != DST_SIZE_HD_PLUS)) || in needDstRealloc()
280 ((Xres == 720 && Yres == 1280) && (m2mMPP->getDstAllocSize() != DST_SIZE_HD)) || in needDstRealloc()
281 ((Xres == 1080 && Yres == 2220) && (m2mMPP->getDstAllocSize() != DST_SIZE_FHD_PLUS)) || in needDstRealloc()
282 ((Xres == 1080 && Yres == 1920) && (m2mMPP->getDstAllocSize() != DST_SIZE_FHD)) || in needDstRealloc()
283 ((Xres == 1440 && Yres == 2960) && (m2mMPP->getDstAllocSize() != DST_SIZE_WQHD_PLUS)) || in needDstRealloc()
284 ((Xres == 1440 && Yres == 2560) && (m2mMPP->getDstAllocSize() != DST_SIZE_WQHD))) { in needDstRealloc()
523 ExynosMPP *m2mMPP = NULL; in setResourcePriority() local
534 m2mMPP = layer->mM2mMPP; in setResourcePriority()
540 m2mMPP->mName.string()); in setResourcePriority()
[all …]
DExynosResourceManager.h97 bool needDstRealloc(uint32_t Xres, uint32_t Yres, ExynosMPP *m2mMPP);
143 … exynos_image &m2m_out_img, ExynosMPP **m2mMPP, ExynosMPP **otfMPP, uint32_t &overlayInfo);
184 … uint32_t layer_index, exynos_image m2m_out_img, ExynosMPP *m2mMPP, ExynosMPP *otfMPP);
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp770 ExynosMPP* m2mMPP = mLayers[i]->mM2mMPP; in initDisplay() local
774 (m2mMPP != NULL) && in initDisplay()
775 (m2mMPP->mAssignedDisplay == this) && in initDisplay()
776 (m2mMPP->getDstImageInfo(&outImage) == NO_ERROR)) { in initDisplay()
777 if (m2mMPP->mPhysicalType == MPP_MSC) { in initDisplay()
779 } else if (m2mMPP->mPhysicalType == MPP_G2D) { in initDisplay()
782 DISPLAY_LOGE("[%zu] layer has invalid mppType(%d)", i, m2mMPP->mPhysicalType); in initDisplay()
785 m2mMPP->resetDstReleaseFence(); in initDisplay()
1504 ExynosMPP* m2mMPP = NULL; in configureHandle() local
1510 m2mMPP = layer.mM2mMPP; in configureHandle()
[all …]