Home
last modified time | relevance | path

Searched refs:v_off (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/
Drga-hw.c22 unsigned int v_off; member
68 lt->v_off = lt->u_off + frm->width * frm->height / uv_factor; in rga_get_addr_offset()
72 lb->v_off = lt->v_off + (h / y_div - 1) * uv_stride; in rga_get_addr_offset()
76 rt->v_off = lt->v_off + w / x_div - 1; in rga_get_addr_offset()
80 rb->v_off = lb->v_off + w / x_div - 1; in rga_get_addr_offset()
333 src_offsets.left_top.v_off; in rga_cmd_set_trans_info()
347 dst_offset->v_off; in rga_cmd_set_trans_info()
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-image-convert.c108 u32 v_off; member
993 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off, tmp; in calc_tile_offsets_planar() local
1023 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()
1026 u_off = v_off; in calc_tile_offsets_planar()
1027 v_off = tmp; in calc_tile_offsets_planar()
1032 image->tile[tile++].v_off = v_off; in calc_tile_offsets_planar()
1034 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar()
1041 y_off, u_off, v_off); in calc_tile_offsets_planar()
1074 image->tile[tile++].v_off = 0; in calc_tile_offsets_packed()
1344 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel()
[all …]
Dipu-cpmem.c283 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()
/kernel/linux/linux-5.10/include/video/
Dimx-ipu-v3.h260 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off);
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch38748 + s->r.top = f->v_off;
39132 + r->top = f->v_off;
40475 + * v_off: crop vertical pixel offset
40488 + u32 v_off;
40745 + f->v_off = top;
41261 + crop.top = dst_f->v_off;
43111 + s->r.top = f->v_off;