• Home
  • Raw
  • Download

Lines Matching defs:dst

285 bool ExynosMPP::isDataspaceSupportedByMPP(struct exynos_image &src, struct exynos_image &dst)  in isDataspaceSupportedByMPP()
324 bool ExynosMPP::isSupportedHDR(struct exynos_image &src, struct exynos_image &dst) in isSupportedHDR()
449 bool ExynosMPP::checkCSCRestriction(struct exynos_image &src, struct exynos_image &dst) in checkCSCRestriction()
490 bool ExynosMPP::isDstFormatSupported(struct exynos_image &dst) in isDstFormatSupported()
701 uint32_t ExynosMPP::getDstMaxWidth(struct exynos_image &dst) in getDstMaxWidth()
706 uint32_t ExynosMPP::getDstMaxHeight(struct exynos_image &dst) in getDstMaxHeight()
711 uint32_t ExynosMPP::getDstMinWidth(struct exynos_image &dst) in getDstMinWidth()
728 uint32_t ExynosMPP::getDstMinHeight(struct exynos_image &dst) in getDstMinHeight()
767 uint32_t ExynosMPP::getDstXOffsetAlign(struct exynos_image &dst) in getDstXOffsetAlign()
779 uint32_t ExynosMPP::getDstYOffsetAlign(struct exynos_image &dst) in getDstYOffsetAlign()
800 struct exynos_image &src, struct exynos_image __unused &dst) in isSupportLayerColorTransform()
1009 int32_t ExynosMPP::freeOutBuf(struct exynos_mpp_img_info dst) { in freeOutBuf()
1064 bool ExynosMPP::needDstBufRealloc(struct exynos_image &dst, uint32_t index) in needDstBufRealloc()
1161 …PP::setupLayer(exynos_mpp_img_info *srcImgInfo, struct exynos_image &src, struct exynos_image &dst) in setupLayer()
1662 exynos_image dst = source->mMidImg; in canSkipProcessing() local
1676 int32_t ExynosMPP::doPostProcessing(struct exynos_image &src, struct exynos_image &dst) in doPostProcessing()
2030 … ExynosMPP::isSupported(ExynosDisplay &display, struct exynos_image &src, struct exynos_image &dst) in isSupported()
2267 …ynosMPP::getSrcMaxBlendingNum(struct exynos_image __unused &src, struct exynos_image __unused &dst) in getSrcMaxBlendingNum()
2313 …sMPP::isAssignableState(ExynosDisplay *display, struct exynos_image &src, struct exynos_image &dst) in isAssignableState()
2357 struct exynos_image &dst, float totalUsedCapacity) in isAssignable()
2364 struct exynos_image &dst, float totalUsedCapacity) in hasEnoughCapa()
2400 const struct exynos_image &dst, in getPPCIndex()
2464 const struct exynos_image &dst, const struct exynos_image &criteria, in getPPC()
2566 struct exynos_image &dst) in getRequiredCapacity()
2652 float ExynosMPP::getRequiredBaseCycles(struct exynos_image &src, struct exynos_image &dst) in getRequiredBaseCycles()
2747 exynos_image &dst = mppSource->mDstImg; in removeCapacity() local