Searched refs:rot_dst (Results 1 – 2 of 2) sorted by relevance
2078 exynos_image rot_dst = dst; in isSupported() local2081 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()
1087 DRMRect rot_dst = {0, 0, 0, 0}; in SetupAtomic() local1089 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()