Searched refs:otfMPP (Results 1 – 6 of 6) sorted by relevance
/hardware/google/graphics/zuma/libhwc2.1/libresource/ |
D | ExynosResourceManagerModule.cpp | 66 ExynosMPP *otfMPP = compLayer->mOtfMPP; in checkTDMResource() local 67 if (!otfMPP || layer == compLayer) continue; in checkTDMResource() 68 getAmounts(display, blkId, axiId, otfMPP, mppSrc, compLayer, in checkTDMResource() 76 ExynosMPP *otfMPP = display->mExynosCompositionInfo.mOtfMPP; in checkTDMResource() local 77 if (otfMPP) in checkTDMResource() 78 getAmounts(display, blkId, axiId, otfMPP, mppSrc, &display->mExynosCompositionInfo, in checkTDMResource() 86 ExynosMPP *otfMPP = display->mClientCompositionInfo.mOtfMPP; in checkTDMResource() local 87 if (otfMPP) in checkTDMResource() 88 getAmounts(display, blkId, axiId, otfMPP, mppSrc, &display->mClientCompositionInfo, in checkTDMResource() 129 ExynosMPP *otfMPP = layer->mOtfMPP; in isHWResourceAvailable() local [all …]
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosResourceManager.cpp | 782 ExynosMPP *otfMPP = display->mExynosCompositionInfo.mOtfMPP; in updateExynosComposition() local 784 (otfMPP != NULL) && in updateExynosComposition() 789 if (layer->mSupportedMPPFlag & otfMPP->mLogicalType) { in updateExynosComposition() 794 if ((ret = otfMPP->resetAssignedState()) != NO_ERROR) in updateExynosComposition() 797 __func__, otfMPP->mName.c_str(), ret); in updateExynosComposition() 800 if ((ret = otfMPP->assignMPP(display, layer)) != NO_ERROR) in updateExynosComposition() 803 __func__, otfMPP->mName.c_str(), ret); in updateExynosComposition() 815 ExynosMPP* m2mMPP, ExynosMPP* otfMPP) { in changeLayerFromClientToDevice() argument 821 if (otfMPP != NULL) { in changeLayerFromClientToDevice() 822 if ((ret = otfMPP->assignMPP(display, layer)) != NO_ERROR) in changeLayerFromClientToDevice() [all …]
|
D | ExynosResourceManager.h | 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/ |
D | ExynosDisplay.cpp | 1910 ExynosMPP* otfMPP = NULL; in configureHandle() local 1916 otfMPP = layer.mOtfMPP; in configureHandle() 1923 if (otfMPP == nullptr && layer.mExynosCompositionType != HWC2_COMPOSITION_DISPLAY_DECORATION) { in configureHandle() 1993 cfg.assignedMPP = otfMPP; in configureHandle() 2146 if (otfMPP != nullptr) { in configureHandle() 2147 srcMaxWidth = otfMPP->getSrcMaxWidth(src_img); in configureHandle() 2148 srcMaxHeight = otfMPP->getSrcMaxHeight(src_img); in configureHandle() 2149 srcWidthAlign = otfMPP->getSrcWidthAlign(src_img); in configureHandle() 2150 srcHeightAlign = otfMPP->getSrcHeightAlign(src_img); in configureHandle() 2151 srcXAlign = otfMPP->getSrcXOffsetAlign(src_img); in configureHandle() [all …]
|
/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
D | ExynosDisplayDrmInterface.h | 513 int getDeconChannel(ExynosMPP *otfMPP);
|
D | ExynosDisplayDrmInterface.cpp | 1672 int ExynosDisplayDrmInterface::getDeconChannel(ExynosMPP *otfMPP) in getDeconChannel() argument 1676 if((idma_channel_map[i].type == otfMPP->mPhysicalType) && in getDeconChannel() 1677 (idma_channel_map[i].index == otfMPP->mPhysicalIndex)) in getDeconChannel()
|