FFmpegfs Fuse Multi Media Filesystem 2.14
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 More...
 
HWACCELAPI m_hwaccel_API
 Acceleration API, e.g VAAPI, MMAL or OMX. More...
 
AVHWDeviceType m_hwaccel_device_type
 Hardware buffering type, NONE if not used. More...
 

Detailed Description

Hardware acceleration device and type.

<

Definition at line 440 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 443 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 444 of file ffmpegfs.cc.

Referenced by get_hwaccel().

◆ m_supported

bool HWACCEL::m_supported

true if API supported, false if not

Definition at line 442 of file ffmpegfs.cc.

Referenced by get_hwaccel().


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