Home
last modified time | relevance | path

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

/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c136 bool uv_packed; /* partial planar (U and V in same plane) */ member
308 .uv_packed = true,
321 .uv_packed = true,
605 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
640 fmt->planar && !fmt->uv_packed) ? in tile_width_align()
657 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
1001 if (fmt->uv_packed) in calc_tile_offsets_planar()
1015 if (fmt->uv_packed) in calc_tile_offsets_planar()
1022 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()