DRM layer descriptor. More...
#include <hwcontext_drm.h>
DRM layer descriptor.
Describes a single layer within a frame. This has the structure defined by its format, and will contain one or more planes.
Definition at line 96 of file hwcontext_drm.h.
Format of the layer (DRM_FORMAT_*).
Definition at line 100 of file hwcontext_drm.h.
Number of planes in the layer.
This must match the number of planes required by format.
Definition at line 106 of file hwcontext_drm.h.
Referenced by drm_map_frame().
Array of planes in this layer.
Definition at line 110 of file hwcontext_drm.h.
Referenced by drm_map_frame().