|
FFmpegfs Fuse Multi Media Filesystem 2.19
|
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. | |
| 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().
| 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().
| bool HWACCEL::m_supported |
true if API supported, false if not
Definition at line 445 of file ffmpegfs.cc.
Referenced by get_hwaccel().