Searched refs:x_predecim (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 71 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, 1813 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument 1861 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset() 1863 *pix_inc = pixinc(x_predecim, ps); in calc_vrfb_rotation_offset() 1883 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset() 1885 *pix_inc = pixinc(x_predecim, ps); in calc_vrfb_rotation_offset() 1900 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument 1943 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset() 1947 *pix_inc = pixinc(x_predecim, 2 * ps); in calc_dma_rotation_offset() 1949 *pix_inc = pixinc(x_predecim, ps); in calc_dma_rotation_offset() [all …]
|
| H A D | dss.h | 420 int *x_predecim, int *y_predecim);
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 107 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, 2057 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim, in calc_offset() argument 2087 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) + in calc_offset() 2090 *pix_inc = pixinc(x_predecim, 2 * ps); in calc_offset() 2092 *pix_inc = pixinc(x_predecim, ps); in calc_offset() 2252 int *x_predecim, int *y_predecim, in dispc_ovl_calc_scaling_24xx() argument 2281 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_24xx() 2301 int *x_predecim, int *y_predecim, in dispc_ovl_calc_scaling_34xx() argument 2357 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error); in dispc_ovl_calc_scaling_34xx() 2389 int *x_predecim, int *y_predecim, in dispc_ovl_calc_scaling_44xx() argument [all …]
|