Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 25 of 57) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/video/drm/
H A Dbmp_helper.c146 int stride, padded_width, bpp, i, width, height; in bmpdecoder() local
197 stride = width * 2; in bmpdecoder()
200 dst += stride * (height - 1); in bmpdecoder()
209 dst -= stride * 2; in bmpdecoder()
219 stride = ALIGN(width * 3, 4); in bmpdecoder()
221 src += stride * (height - 1); in bmpdecoder()
225 dst += stride; in bmpdecoder()
226 src += stride; in bmpdecoder()
228 src -= stride * 2; in bmpdecoder()
/rk3399_rockchip-uboot/arch/arm/mach-imx/
H A Diomux-v3.c94 int stride; in imx_iomux_v3_setup_multiple_pads() local
98 stride = 2; in imx_iomux_v3_setup_multiple_pads()
102 stride = 1; in imx_iomux_v3_setup_multiple_pads()
106 p += stride; in imx_iomux_v3_setup_multiple_pads()
/rk3399_rockchip-uboot/drivers/video/
H A Dipu_common.c800 uint32_t height, uint32_t stride, in ipu_ch_param_init() argument
815 ipu_ch_param_set_field(&params, 1, 102, 14, (stride * 2) - 1); in ipu_ch_param_init()
818 ipu_ch_param_set_field(&params, 1, 102, 14, stride - 1); in ipu_ch_param_init()
893 if (uv_stride < stride / 2) in ipu_ch_param_init()
894 uv_stride = stride / 2; in ipu_ch_param_init()
896 u_offset = stride * height; in ipu_ch_param_init()
911 if (uv_stride < stride / 2) in ipu_ch_param_init()
912 uv_stride = stride / 2; in ipu_ch_param_init()
914 v_offset = (v == 0) ? stride * height : v; in ipu_ch_param_init()
922 if (uv_stride < stride / 2) in ipu_ch_param_init()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Dsimple-framebuffer.txt12 - stride: The number of bytes in each line of the framebuffer.
23 stride = <(1600 * 2)>;
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-tegra20/
H A Ddisplay.h22 unsigned stride; /* Number of bytes per line */ member
/rk3399_rockchip-uboot/drivers/ram/rockchip/
H A Dsdram_rk3399.c1845 sdram_params->base.stride << 10); in dram_all_config()
1947 unsigned int stride = -1; in calculate_stride() local
1977 stride = 0x17; in calculate_stride()
1979 stride = 0x18; in calculate_stride()
1991 stride = 0x1F; in calculate_stride()
1996 stride = 0; in calculate_stride()
2000 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
2010 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
2017 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
2024 stride = (gstride_type == UN_STRIDE) ? in calculate_stride()
[all …]
H A Dsdram_rk3288.c617 rk_clrsetreg(&dram->sgrf->soc_con2, 0x1f, sdram_params->base.stride); in dram_all_config()
750 int stride = -1; in sdram_get_stride() local
761 stride = 0; in sdram_get_stride()
764 stride = 5; in sdram_get_stride()
767 stride = 9; in sdram_get_stride()
770 stride = 0xd; in sdram_get_stride()
773 stride = -1; in sdram_get_stride()
778 sdram_params->base.stride = stride; in sdram_get_stride()
H A Dsdram-px30-ddr3-detect-333.inc30 .stride = 0,
H A Dsdram-px30-lpddr2-detect-333.inc30 .stride = 0,
H A Dsdram-px30-ddr4-detect-333.inc30 .stride = 0,
H A Dsdram-px30-lpddr3-detect-333.inc30 .stride = 0,
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3288.h99 u32 stride; member
/rk3399_rockchip-uboot/drivers/ram/rockchip/sdram_inc/rv1126/
H A Dsdram-rv1126-lpddr3-detect-1056.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-664.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-528.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-1056.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-924.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr3-detect-528.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr3-detect-784.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-396.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr3-detect-396.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-328.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr3-detect-924.inc30 .stride = 0,
H A Dsdram-rv1126-lpddr3-detect-664.inc30 .stride = 0,
H A Dsdram-rv1126-ddr3-detect-784.inc30 .stride = 0,

123