Home
last modified time | relevance | path

Searched refs:h_ratio (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c88 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()
Dexynos_drm_drv.h75 unsigned int h_ratio; member
Dexynos_mixer.c478 vp_reg_write(res, VP_H_RATIO, plane->h_ratio); in vp_video_buffer()
/linux-4.4.14/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1685 int w_ratio, h_ratio, scale_factor, cur_ratio, i; in exynos3250_jpeg_try_downscale() local
1688 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()