Searched defs:ipu_image_pixfmt (Results 1 – 1 of 1) sorted by relevance
126 struct ipu_image_pixfmt { struct127 u32 fourcc; /* V4L2 fourcc */128 int bpp; /* total bpp */129 int uv_width_dec; /* decimation in width for U/V planes */130 int uv_height_dec; /* decimation in height for U/V planes */131 bool planar; /* planar format */132 bool uv_swapped; /* U and V planes are swapped */133 bool uv_packed; /* partial planar (U and V in same plane) */