Searched refs:rot_dst (Results 1 – 3 of 3) sorted by relevance
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosMPP.cpp | 2029 exynos_image rot_dst = dst; in isSupported() local 2032 rot_dst.w = dst.h; in isSupported() 2033 rot_dst.h = dst.w; in isSupported() 2075 else if (src.w > rot_dst.w * maxDownscale) in isSupported() 2077 else if (rot_dst.w > src.w * maxUpscale) in isSupported() 2079 else if (src.h > rot_dst.h * maxDownscale) in isSupported() 2081 else if (rot_dst.h > src.h * maxUpscale) in isSupported()
|
/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 911 DRMRect rot_dst = {0, 0, 0, 0}; in SetupAtomic() local 913 SetRect(hw_rotate_info->dst_roi, &rot_dst); in SetupAtomic() 914 drm_atomic_intf_->Perform(DRMOps::PLANE_SET_ROTATION_DST_RECT, pipe_id, rot_dst); in SetupAtomic()
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 1087 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()
|