Searched refs:y_predecim (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c71 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
1824 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim)
1872 (y_predecim * screen_width - x_predecim * width) +
1894 (y_predecim * screen_width + x_predecim * width) -
1911 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim)
1954 (y_predecim * screen_width - fbw * x_predecim) +
1969 y_predecim + (fieldmode ? 1 : 0), ps);
1979 (y_predecim * screen_width - fbw * x_predecim) -
1994 y_predecim - (fieldmode ? 1 : 0), ps);
2005 *row_inc = pixinc(y_predecim * screen_widt
1818 calc_vrfb_rotation_offset(u8 rotation, bool mirror, u16 screen_width, u16 width, u16 height, enum omap_color_mode color_mode, bool fieldmode, unsigned int field_offset, unsigned *offset0, unsigned *offset1, s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) argument
1905 calc_dma_rotation_offset(u8 rotation, bool mirror, u16 screen_width, u16 width, u16 height, enum omap_color_mode color_mode, bool fieldmode, unsigned int field_offset, unsigned *offset0, unsigned *offset1, s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) argument
2061 calc_tiler_rotation_offset(u16 screen_width, u16 width, enum omap_color_mode color_mode, bool fieldmode, unsigned int field_offset, unsigned *offset0, unsigned *offset1, s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim) argument
2249 dispc_ovl_calc_scaling_24xx(unsigned long pclk, unsigned long lclk, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2295 dispc_ovl_calc_scaling_34xx(unsigned long pclk, unsigned long lclk, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2380 dispc_ovl_calc_scaling_44xx(unsigned long pclk, unsigned long lclk, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2425 dispc_ovl_calc_scaling(unsigned long pclk, unsigned long lclk, enum omap_overlay_caps caps, const struct omap_video_timings *mgr_timings, u16 width, u16 height, u16 out_width, u16 out_height, enum omap_color_mode color_mode, bool *five_taps, int *x_predecim, int *y_predecim, u16 pos_x, enum omap_dss_rotation_type rotation_type, bool mem_to_mem) argument
2511 dispc_ovl_check(enum omap_plane plane, enum omap_channel channel, const struct omap_overlay_info *oi, const struct omap_video_timings *timings, int *x_predecim, int *y_predecim) argument
2571 int x_predecim = 1, y_predecim = 1; local
[all...]
H A Ddss.h423 int *x_predecim, int *y_predecim);
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c107 int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
2097 s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim,
2127 *row_inc = pixinc(1 + (y_predecim * screen_width - width * x_predecim) +
2292 int *x_predecim, int *y_predecim,
2321 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error);
2341 int *x_predecim, int *y_predecim,
2397 } while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error);
2429 int *x_predecim, int *y_predecim,
2503 int *x_predecim, int *y_predecim, u16 pos_x,
2552 *x_predecim = *y_predecim
2094 calc_offset(u16 screen_width, u16 width, u32 fourcc, bool fieldmode, unsigned int field_offset, unsigned int *offset0, unsigned int *offset1, s32 *row_inc, s32 *pix_inc, int x_predecim, int y_predecim, enum omap_dss_rotation_type rotation_type, u8 rotation) argument
2286 dispc_ovl_calc_scaling_24xx(struct dispc_device *dispc, unsigned long pclk, unsigned long lclk, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2335 dispc_ovl_calc_scaling_34xx(struct dispc_device *dispc, unsigned long pclk, unsigned long lclk, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2423 dispc_ovl_calc_scaling_44xx(struct dispc_device *dispc, unsigned long pclk, unsigned long lclk, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, int *decim_x, int *decim_y, u16 pos_x, unsigned long *core_clk, bool mem_to_mem) argument
2495 dispc_ovl_calc_scaling(struct dispc_device *dispc, enum omap_plane_id plane, unsigned long pclk, unsigned long lclk, enum omap_overlay_caps caps, const struct videomode *vm, u16 width, u16 height, u16 out_width, u16 out_height, u32 fourcc, bool *five_taps, int *x_predecim, int *y_predecim, u16 pos_x, enum omap_dss_rotation_type rotation_type, bool mem_to_mem) argument
2635 int x_predecim = 1, y_predecim = 1; local
[all...]

Completed in 120 milliseconds