Home
last modified time | relevance | path

Searched refs:y_predecim (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddispc.c82 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
1826 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_vrfb_rotation_offset() argument
1873 (y_predecim * screen_width - x_predecim * width) + in calc_vrfb_rotation_offset()
1894 (y_predecim * screen_width + x_predecim * width) - in calc_vrfb_rotation_offset()
1911 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) in calc_dma_rotation_offset() argument
1954 (y_predecim * screen_width - fbw * x_predecim) + in calc_dma_rotation_offset()
1969 y_predecim + (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
1979 (y_predecim * screen_width - fbw * x_predecim) - in calc_dma_rotation_offset()
1994 y_predecim - (fieldmode ? 1 : 0), ps); in calc_dma_rotation_offset()
2005 *row_inc = pixinc(y_predecim * screen_width * 2 - 1 + in calc_dma_rotation_offset()
[all …]
/linux-4.4.14/include/video/
Domapdss.h931 int *x_predecim, int *y_predecim);