Home
last modified time | relevance | path

Searched refs:exynos_image (Results 1 – 16 of 16) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h444 exynos_image srcInfo[NUM_MPP_SRC_BUFS];
445 exynos_image dstInfo[NUM_MPP_SRC_BUFS];
453 void setExynosImage(const exynos_image& src_img, const exynos_image& dst_img);
454 void setExynosMidImage(const exynos_image& mid_img);
458 exynos_image mSrcImg;
459 exynos_image mDstImg;
460 exynos_image mMidImg;
585 int32_t doPostProcessing(struct exynos_image& dst);
589 int32_t getDstImageInfo(exynos_image *img);
594 …rtual int64_t isSupported(ExynosDisplay &display, struct exynos_image &src, struct exynos_image &d…
[all …]
DExynosResourceManager.h143 struct exynos_image __unused &src, in otfMppReordering()
144 struct exynos_image __unused &dst) { in otfMppReordering()
148exynos_image &m2m_out_img, ExynosMPP **m2mMPP, ExynosMPP **otfMPP, uint32_t &overlayInfo);
156 ExynosLayer *layer, std::vector<exynos_image> &image_lists);
187 struct exynos_image& src, struct exynos_image& dst,
192 uint32_t layer_index, const exynos_image& m2m_out_img,
201 const exynos_image &src_img,
202 const exynos_image &dst_img,
203 std::vector<exynos_image> &image_lists);
204 exynos_image getAlignedImage(exynos_image image, const ExynosMPP *m2mMpp,
[all …]
DExynosMPP.cpp128 void ExynosMPPSource::setExynosImage(const exynos_image& src_img, const exynos_image& dst_img) { in setExynosImage()
133 void ExynosMPPSource::setExynosMidImage(const exynos_image& mid_img) { in setExynosMidImage()
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()
345 bool ExynosMPP::isSupportedHStrideCrop(struct exynos_image __unused &src) in isSupportedHStrideCrop()
350 bool ExynosMPP::isSupportedBlend(struct exynos_image &src) in isSupportedBlend()
362 bool ExynosMPP::checkRotationCondition(struct exynos_image &src) in checkRotationCondition()
386 bool ExynosMPP::isSupportedTransform(struct exynos_image &src) in isSupportedTransform()
406 bool ExynosMPP::isSupportedCompression(struct exynos_image &src) in isSupportedCompression()
418 bool ExynosMPP::isSupportedCapability(ExynosDisplay &display, struct exynos_image &src) in isSupportedCapability()
[all …]
DExynosResourceManager.cpp689 exynos_image src_img; in updateExynosComposition()
690 exynos_image dst_img; in updateExynosComposition()
814 const exynos_image& m2m_out_img, in changeLayerFromClientToDevice()
873 exynos_image m2m_out_img; in updateClientComposition()
904 exynos_image m2m_out_img; in updateClientComposition()
980 exynos_image src_img; in assignCompositionTarget()
981 exynos_image dst_img; in assignCompositionTarget()
1127 const exynos_image &srcImg, in validateRCDLayer()
1128 const exynos_image &dstImg) { in validateRCDLayer()
1160 exynos_image ExynosResourceManager::getAlignedImage(exynos_image image, const ExynosMPP *m2mMpp, in getAlignedImage()
[all …]
/hardware/google/graphics/gs201/libhwc2.1/libresource/
DExynosMPPModule.h31 virtual int64_t isSupported(ExynosDisplay &display, struct exynos_image &src,
32 struct exynos_image &dst);
34 const struct exynos_image &src,
35 const struct exynos_image &dst);
DExynosMPPModule.cpp37 const struct exynos_image &src, in checkSpecificRestriction()
38 const struct exynos_image &dst) { in checkSpecificRestriction()
62 struct exynos_image &src, in isSupported()
63 struct exynos_image &dst) { in isSupported()
/hardware/google/graphics/zuma/libhwc2.1/libresource/
DExynosResourceManagerModule.h35 struct exynos_image &src, struct exynos_image &dst);
52 struct exynos_image& src, struct exynos_image& dst,
DExynosResourceManagerModule.cpp262 exynos_image src_img; in calculateHWResourceAmount()
263 exynos_image dst_img; in calculateHWResourceAmount()
401 struct exynos_image &src, in otfMppReordering()
402 struct exynos_image &dst) in otfMppReordering()
582 struct exynos_image& src, struct exynos_image& dst, in isAssignable()
/hardware/google/graphics/gs101/libhwc2.1/libresource/
DExynosMPPModule.h30 virtual uint32_t getSrcXOffsetAlign(struct exynos_image &src);
DExynosMPPModule.cpp38 uint32_t ExynosMPPModule::getSrcXOffsetAlign(struct exynos_image &src) in getSrcXOffsetAlign()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h386 typedef struct exynos_image { struct
468 bool isScaled(exynos_image &src, exynos_image &dst);
469 bool isScaledDown(exynos_image &src, exynos_image &dst);
470 bool hasHdrInfo(const exynos_image &img);
472 bool hasHdr10Plus(exynos_image &img);
474 void dumpExynosImage(uint32_t type, exynos_image &img);
475 void dumpExynosImage(String8& result, const exynos_image& img);
DExynosHWCHelper.cpp547 void dumpExynosImage(uint32_t type, exynos_image &img) in dumpExynosImage()
558 void dumpExynosImage(String8& result, const exynos_image& img) { in dumpExynosImage()
590 bool isScaled(exynos_image &src, exynos_image &dst) in isScaled()
605 bool isScaledDown(exynos_image &src, exynos_image &dst) in isScaledDown()
620 bool hasHdrInfo(const exynos_image& img) { in hasHdrInfo()
641 exynos_image img; in hasHdrInfo()
646 bool hasHdr10Plus(exynos_image &img) { in hasHdr10Plus()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.h480 int32_t setSrcExynosImage(exynos_image *src_img);
481 int32_t setDstExynosImage(exynos_image *dst_img);
DExynosLayer.cpp263 exynos_image src_img; in doPreProcess()
264 exynos_image dst_img; in doPreProcess()
805 int32_t ExynosLayer::setSrcExynosImage(exynos_image *src_img) in setSrcExynosImage()
910 int32_t ExynosLayer::setDstExynosImage(exynos_image *dst_img) in setDstExynosImage()
996 exynos_image src_img; in checkBtsCap()
997 exynos_image dst_img; in checkBtsCap()
DExynosDisplay.h176 exynos_image srcInfo[NUM_SKIP_STATIC_LAYER];
177 exynos_image dstInfo[NUM_SKIP_STATIC_LAYER];
636 …t32_t setCompositionTargetExynosImage(uint32_t targetType, exynos_image *src_img, exynos_image *ds…
DExynosDisplay.cpp1154 exynos_image outImage; in initDisplay()
1301 exynos_image srcImg; in doPreProcessing()
1302 exynos_image dstImg; in doPreProcessing()
1823 exynos_image src_img; in doExynosComposition()
1824 exynos_image dst_img; in doExynosComposition()
1838 struct exynos_image srcImg, dstImg; in doExynosComposition()
1865 exynos_image outImage; in doExynosComposition()
2020 exynos_image src_img = layer.mSrcImg; in configureHandle()
2026 exynos_image mpp_dst_img; in configureHandle()
3442 void dumpBuffer(const String8& prefix, const exynos_image& image, std::ofstream& configFile) { in dumpBuffer()
[all …]