Searched refs:v_off (Results 1 – 5 of 5) sorted by relevance
| /drivers/media/platform/rockchip/rga/ |
| A D | rga-hw.c | 60 lt->v_off = offset->v_off + (y / y_div) * uv_stride + x / x_div; in rga_get_addr_offset() 64 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset() 68 rt->v_off = lt->v_off + w / x_div - 1; in rga_get_addr_offset() 72 rb->v_off = lb->v_off + w / x_div - 1; in rga_get_addr_offset() 336 src_offsets.left_top.v_off; in rga_cmd_set_src_info() 386 dst_offset->v_off; in rga_cmd_set_dst_info()
|
| A D | rga.h | 97 unsigned int v_off; member
|
| A D | rga-buf.c | 152 rbuf->offset.v_off = offsets[2]; in rga_buf_prepare()
|
| /drivers/gpu/ipu-v3/ |
| A D | ipu-image-convert.c | 111 u32 v_off; member 978 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off; in calc_tile_offsets_planar() local 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() 1014 image->tile[tile++].v_off = v_off; in calc_tile_offsets_planar() 1016 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar() 1023 y_off, u_off, v_off); in calc_tile_offsets_planar() 1056 image->tile[tile++].v_off = 0; in calc_tile_offsets_packed() 1326 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel() 1678 src_tile->v_off); in do_tile_complete() [all …]
|
| 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() 288 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, v_off / 8); in ipu_cpmem_set_uv_offset()
|
Completed in 18 milliseconds