Searched refs:u_offset (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/video/imx/
H A Dipu_common.c822 uint32_t u_offset = 0; local
913 u_offset = stride * height;
914 v_offset = u_offset + (uv_stride * height / 2);
932 u_offset = (u == 0) ? v_offset + v_offset / 2 : u;
942 u_offset = (u == 0) ? stride * height : u;
943 v_offset = (v == 0) ? u_offset + u_offset / 2 : v;
950 u_offset = (u == 0) ? stride * height : u;
963 u_offset = u;
968 if (u_offset/
[all...]
H A Dipu.h217 uint32_t u_offset, uint32_t v_offset);

Completed in 92 milliseconds