Searched refs:y_predecim (Results 1 – 1 of 1) sorted by relevance
/drivers/video/omap2/dss/ |
D | dispc.c | 78 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, 1710 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument 1757 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset() 1778 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset() 1795 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument 1838 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset() 1853 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset() 1863 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset() 1878 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset() 1889 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset() [all …]
|