Searched refs:x_predecim (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 81 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 1860 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset() 1862 *pix_inc = pixinc(x_predecim, ps); in calc_vrfb_rotation_offset() 1881 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset() 1883 *pix_inc = pixinc(x_predecim, ps); in calc_vrfb_rotation_offset() 1898 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument 1941 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset() 1945 *pix_inc = pixinc(x_predecim, 2 * ps); in calc_dma_rotation_offset() 1947 *pix_inc = pixinc(x_predecim, ps); in calc_dma_rotation_offset() [all …]
|
/linux-4.1.27/include/video/ |
D | omapdss.h | 931 int *x_predecim, int *y_predecim);
|