Home
last modified time | relevance | path

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

/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c111 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 …]
/linux/include/video/
H A Dimx-ipu-v3.h261 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off);