Home
last modified time | relevance | path

Searched defs:mmal_fmt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/staging/vc04_services/bcm2835-camera/
Dmmal-common.h25 struct mmal_fmt { struct
26 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,