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

DRM device. More...

#include <hwcontext_drm.h>

Data Fields

int fd
 File descriptor of DRM device. More...
 

Detailed Description

DRM device.

Allocated as AVHWDeviceContext.hwctx.

Definition at line 154 of file hwcontext_drm.h.

Field Documentation

int AVDRMDeviceContext::fd

File descriptor of DRM device.

This is used as the device to create frames on, and may also be used in some derivation and mapping operations.

If no device is required, set to -1.

Definition at line 163 of file hwcontext_drm.h.

Referenced by drm_device_create(), drm_device_free(), kmsgrab_read_header(), kmsgrab_read_packet(), and vaapi_device_derive().


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