FFmpegfs Fuse Multi Media Filesystem 2.19
Loading...
Searching...
No Matches
Public Attributes | List of all members
HWACCEL Struct Reference

Hardware acceleration device and type. More...

Public Attributes

bool m_supported
 true if API supported, false if not
 
HWACCELAPI m_hwaccel_API
 Acceleration API, e.g VAAPI, MMAL or OMX.
 
AVHWDeviceType m_hwaccel_device_type
 Hardware buffering type, NONE if not used.
 

Detailed Description

Hardware acceleration device and type.

<

Definition at line 443 of file ffmpegfs.cc.

Member Data Documentation

◆ m_hwaccel_API

HWACCELAPI HWACCEL::m_hwaccel_API

Acceleration API, e.g VAAPI, MMAL or OMX.

Definition at line 446 of file ffmpegfs.cc.

Referenced by get_hwaccel().

◆ m_hwaccel_device_type

AVHWDeviceType HWACCEL::m_hwaccel_device_type

Hardware buffering type, NONE if not used.

Definition at line 447 of file ffmpegfs.cc.

Referenced by get_hwaccel().

◆ m_supported

bool HWACCEL::m_supported

true if API supported, false if not

Definition at line 445 of file ffmpegfs.cc.

Referenced by get_hwaccel().


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