Searched defs:u_offset (Results 1 - 2 of 2) sorted by path

/drivers/dma/ipu/
H A Dipu_idmac.c277 u32 u_offset, u32 v_offset)
279 params->pp.ubo_l = u_offset & 0x7ff;
280 params->pp.ubo_h = u_offset >> 11;
289 u32 u_offset; local
394 u_offset = stride * height;
395 v_offset = u_offset + u_offset / 4;
396 ipu_ch_param_set_plane_offset(params, u_offset, v_offset);
404 u_offset = v_offset + v_offset / 2;
405 ipu_ch_param_set_plane_offset(params, u_offset, v_offse
276 ipu_ch_param_set_plane_offset(union chan_param_mem *params, u32 u_offset, u32 v_offset) argument
[all...]
/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c399 int u_offset, int v_offset)
405 ipu_ch_param_write_field(ch, IPU_FIELD_UBO, u_offset / 8);
411 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, u_offset / 8);
416 ipu_ch_param_write_field(ch, IPU_FIELD_UBO, u_offset / 8);
417 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, u_offset / 8);
426 int u_offset, v_offset; local
433 u_offset = stride * height;
434 v_offset = u_offset + (uv_stride * height / 2);
436 u_offset, v_offset);
440 u_offset
397 ipu_cpmem_set_yuv_planar_full(struct ipuv3_channel *ch, u32 pixel_format, int stride, int u_offset, int v_offset) argument
595 int offset, u_offset, v_offset; local
[all...]

Completed in 71 milliseconds