Lines Matching refs:format
37 The driver supports the four character code (FOURCC) based format setting API.
46 to be aware of the pixel storage format in order to write image data to the
47 frame buffer memory in the format expected by the hardware.
87 Macropixels are stored in memory as described by the format FOURCC identifier
140 Pixels are encoded and interpreted as described by the format FOURCC
152 about the frame buffer device and the current format. Those information can't
154 application modifies the format.
178 about a frame buffer device, its current format and video mode, as well as
197 __u32 nonstd; /* != 0 Non standard pixel format */
233 Frame buffer devices offer two ways to configure the frame buffer format: the
237 The legacy API has been the only frame buffer format configuration API for a
242 To select a format, applications set the fb_var_screeninfo bits_per_pixel field
276 Upon successful format configuration, drivers update the fb_fix_screeninfo
277 type, visual and line_length fields depending on the selected format.
280 The FOURCC-based API replaces format descriptions by four character codes
281 (FOURCC). FOURCCs are abstract identifiers that uniquely define a format
294 To select a format, applications set the grayscale field to the desired FOURCC.
304 Upon successful format configuration, drivers update the fb_fix_screeninfo
305 type, visual and line_length fields depending on the selected format. The type