pub const IMAGE_TILING_TYPE_CAPTURE: u32 = 10;
Expand description

The tiling used by the display engine’s capture feature.

This value is used as a signal that the image buffer will used by the display engine to store displayed contents, and therefore is a slight abuse of the “tiling” semantics.

Like every other tiling value, this introduces constraints on image parameters such as dimensions and pixel format.