Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_plane.c114 exynos_plane->h_ratio = (src_w << 16) / crtc_w; in exynos_plane_mode_set()
120 exynos_plane->src_width = (actual_w * exynos_plane->h_ratio) >> 16; in exynos_plane_mode_set()
Dexynos_drm_drv.h95 unsigned int h_ratio; member
Dexynos_mixer.c461 vp_reg_write(res, VP_H_RATIO, plane->h_ratio); in vp_video_buffer()
/linux-4.1.27/drivers/media/platform/s5p-jpeg/
Djpeg-core.c1431 int w_ratio, h_ratio, scale_factor, cur_ratio, i; in exynos3250_jpeg_try_downscale() local
1434 h_ratio = ctx->out_q.h / r->height; in exynos3250_jpeg_try_downscale()
1436 scale_factor = w_ratio > h_ratio ? w_ratio : h_ratio; in exynos3250_jpeg_try_downscale()