Lines Matching refs:pixels
23 * As some pixel formats store multiple pixels in a block (DRM_FORMAT_R* for example), some
24 * pixels are not individually addressable. This function return 3 values: the offset of the
38 * in some formats a block can represent multiple pixels.
91 * the caller may have to read multiple pixels before using the next one (for example, to read from
92 * left to right in a DRM_FORMAT_R1 plane, each block contains 8 pixels, so the step must be used
93 * only every 8 pixels).
269 /* Switch blue and red pixels. */
430 struct pixel_argb_u16 *in_pixels = src_buffer->pixels;