Lines Matching refs:FOURCC
38 The driver supports the four character code (FOURCC) based format setting API.
39 When supported, formats are configured using a FOURCC instead of manually
88 Macropixels are stored in memory as described by the format FOURCC identifier
141 Pixels are encoded and interpreted as described by the format FOURCC
192 /* >1 = FOURCC */
218 __u32 colorspace; /* colorspace for FOURCC-based modes */
235 legacy API and the FOURCC-based API.
281 The FOURCC-based API replaces format descriptions by four character codes
282 (FOURCC). FOURCCs are abstract identifiers that uniquely define a format
284 formats. Drivers are also encouraged to implement the FOURCC-based API for RGB
287 Drivers that support the FOURCC-based API report this capability by setting
290 FOURCC definitions are located in the linux/videodev2.h header. However, and
292 and don't require usage of the V4L2 subsystem. FOURCC documentation is
295 To select a format, applications set the grayscale field to the desired FOURCC.
300 The red, green, blue and transp fields are not used with the FOURCC-based API.