Searched refs:u_off (Results 1 – 2 of 2) sorted by relevance
109 u32 u_off; member978 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off; in calc_tile_offsets_planar() local1007 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()1023 y_off, u_off, v_off); in calc_tile_offsets_planar()1055 image->tile[tile].u_off = 0; in calc_tile_offsets_packed()1325 tile_image.u_offset = image->tile[tile_idx[0]].u_off; in init_idmac_channel()[all …]
261 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off);