Searched defs:mmal_fmt (Results 1 – 1 of 1) sorted by relevance
25 struct mmal_fmt { struct26 char *name;27 u32 fourcc; /* v4l2 format id */28 int flags; /* v4l2 flags field */29 u32 mmal;30 int depth;31 u32 mmal_component; /* MMAL component index to be used to encode */32 u32 ybbp; /* depth of first Y plane for planar formats */33 bool remove_padding; /* Does the GPU have to remove padding,