Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c133 bool uv_packed; /* partial planar (U and V in same plane) */ member
305 .uv_packed = true,
318 .uv_packed = true,
606 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
641 fmt->planar && !fmt->uv_packed) ? in tile_width_align()
658 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
1002 if (fmt->uv_packed) in calc_tile_offsets_planar()
1016 if (fmt->uv_packed) in calc_tile_offsets_planar()
1023 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c133 bool uv_packed; /* partial planar (U and V in same plane) */ member
305 .uv_packed = true,
318 .uv_packed = true,
606 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
641 fmt->planar && !fmt->uv_packed) ? in tile_width_align()
658 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
1002 if (fmt->uv_packed) in calc_tile_offsets_planar()
1016 if (fmt->uv_packed) in calc_tile_offsets_planar()
1023 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c133 bool uv_packed; /* partial planar (U and V in same plane) */ member
305 .uv_packed = true,
318 .uv_packed = true,
606 return fmt->uv_packed ? 8 : 8 * fmt->uv_width_dec; in tile_left_align()
641 fmt->planar && !fmt->uv_packed) ? in tile_width_align()
658 return (fmt->planar && !fmt->uv_packed) ? 8 * fmt->uv_width_dec : 8; in tile_height_align()
1002 if (fmt->uv_packed) in calc_tile_offsets_planar()
1016 if (fmt->uv_packed) in calc_tile_offsets_planar()
1023 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar()