Searched refs:u_off (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/media/platform/rockchip/rga/ |
H A D | rga-hw.c | 59 lt->u_off = offset->u_off + (y / y_div) * uv_stride + x / x_div; in rga_get_addr_offset() 63 lb->u_off = lt->u_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 67 rt->u_off = lt->u_off + w / x_div - 1; in rga_get_addr_offset() 71 rb->u_off = lb->u_off + w / x_div - 1; in rga_get_addr_offset() 334 src_offsets.left_top.u_off; in rga_cmd_set_src_info() 384 dst_offset->u_off; in rga_cmd_set_dst_info() [all...] |
H A D | rga.h | 96 unsigned int u_off; member
|
H A D | rga-buf.c | 151 rbuf->offset.u_off = offsets[1]; in rga_buf_prepare()
|
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-image-convert.c | 109 u32 u_off; member 978 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off; in calc_tile_offsets_planar() local 1007 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar() 1008 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar() 1010 swap(u_off, v_off); in calc_tile_offsets_planar() 1013 image->tile[tile].u_off = u_off; in calc_tile_offsets_planar() 1016 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar() 1019 "y_off %08x, u_off %08x, v_off %08x\n", in calc_tile_offsets_planar() 1023 y_off, u_off, v_of in calc_tile_offsets_planar() [all...] |
H A D | ipu-cpmem.c | 283 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off) in ipu_cpmem_set_uv_offset() argument 285 WARN_ON_ONCE((u_off & 0x7) || (v_off & 0x7)); in ipu_cpmem_set_uv_offset() 287 ipu_ch_param_write_field(ch, IPU_FIELD_UBO, u_off / 8); in ipu_cpmem_set_uv_offset()
|
/linux/include/video/ |
H A D | imx-ipu-v3.h | 261 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off);
|