Home
last modified time | relevance | path

Searched refs:rot_dst (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp2078 exynos_image rot_dst = dst; in isSupported() local
2081 rot_dst.w = dst.h; in isSupported()
2082 rot_dst.h = dst.w; in isSupported()
2124 else if (src.w > rot_dst.w * maxDownscale) in isSupported()
2126 else if (rot_dst.w > src.w * maxUpscale) in isSupported()
2128 else if (src.h > rot_dst.h * maxDownscale) in isSupported()
2130 else if (rot_dst.h > src.h * maxUpscale) in isSupported()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp1087 DRMRect rot_dst = {0, 0, 0, 0}; in SetupAtomic() local
1089 SetRect(hw_rotate_info->dst_roi, &rot_dst); in SetupAtomic()
1090 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ROTATION_DST_RECT, pipe_id, rot_dst); in SetupAtomic()