Searched refs:h_ratio (Results 1 – 4 of 4) sorted by relevance
88 exynos_plane->h_ratio = (src_w << 16) / crtc_w; in exynos_plane_mode_set()94 exynos_plane->src_w = (actual_w * exynos_plane->h_ratio) >> 16; in exynos_plane_mode_set()
75 unsigned int h_ratio; member
478 vp_reg_write(res, VP_H_RATIO, plane->h_ratio); in vp_video_buffer()
1685 int w_ratio, h_ratio, scale_factor, cur_ratio, i; in exynos3250_jpeg_try_downscale() local1688 h_ratio = ctx->out_q.h / r->height; in exynos3250_jpeg_try_downscale()1690 scale_factor = w_ratio > h_ratio ? w_ratio : h_ratio; in exynos3250_jpeg_try_downscale()