Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/ipu-v3/
Dipu-image-convert.c133 bool uv_packed; /* partial planar (U and V in same plane) */ member
289 .uv_packed = true,
302 .uv_packed = true,
590 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
625 fmt->planar && !fmt->uv_packed) ? in tile_width_align()
642 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
986 if (fmt->uv_packed) in calc_tile_offsets_planar()
1000 if (fmt->uv_packed) in calc_tile_offsets_planar()
1007 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()