FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVDRMPlaneDescriptor Struct Reference

DRM plane descriptor. More...

#include <hwcontext_drm.h>

Data Fields

int object_index
 Index of the object containing this plane in the objects array of the enclosing frame descriptor. More...
 
ptrdiff_t offset
 Offset within that object of this plane. More...
 
ptrdiff_t pitch
 Pitch (linesize) of this plane. More...
 

Detailed Description

DRM plane descriptor.

Describes a single plane of a layer, which is contained within a single object.

Definition at line 71 of file hwcontext_drm.h.

Field Documentation

int AVDRMPlaneDescriptor::object_index

Index of the object containing this plane in the objects array of the enclosing frame descriptor.

Definition at line 76 of file hwcontext_drm.h.

Referenced by drm_map_frame().

ptrdiff_t AVDRMPlaneDescriptor::offset

Offset within that object of this plane.

Definition at line 80 of file hwcontext_drm.h.

Referenced by drm_map_frame().

ptrdiff_t AVDRMPlaneDescriptor::pitch

Pitch (linesize) of this plane.

Definition at line 84 of file hwcontext_drm.h.

Referenced by drm_map_frame().


The documentation for this struct was generated from the following file: