Searched refs:video_left (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/gpu/drm/meson/
H A Dmeson_overlay.c233 int video_top, video_left, video_width, video_height; local
264 video_left = state->crtc_x;
273 video_top, video_left, video_width, video_height);
344 start = video_left + video_width / 2 - ((w_in << 17) / ratio_x);
347 if (video_left < 0 && start < 0)
349 else if (start < video_left)
350 hd_start_lines = ((video_left - start) * ratio_x) >> 18;
354 if (video_left < 0)
356 video_left + video_width - 1,
360 video_left
[all...]

Completed in 146 milliseconds