Lines Matching full:format
38 The driver supports the four character code (FOURCC) based format setting API.
47 to be aware of the pixel storage format in order to write image data to the
48 frame buffer memory in the format expected by the hardware.
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
153 about the frame buffer device and the current format. Those information can't
155 application modifies the format::
179 about a frame buffer device, its current format and video mode, as well as
198 __u32 nonstd; /* != 0 Non standard pixel format */
231 4. Format configuration
234 Frame buffer devices offer two ways to configure the frame buffer format: the
238 The legacy API has been the only frame buffer format configuration API for a
243 To select a format, applications set the fb_var_screeninfo bits_per_pixel field
277 Upon successful format configuration, drivers update the fb_fix_screeninfo
278 type, visual and line_length fields depending on the selected format.
281 The FOURCC-based API replaces format descriptions by four character codes
282 (FOURCC). FOURCCs are abstract identifiers that uniquely define a format
295 To select a format, applications set the grayscale field to the desired FOURCC.
305 Upon successful format configuration, drivers update the fb_fix_screeninfo
306 type, visual and line_length fields depending on the selected format. The type