| 
    FFmpeg
    
   | 
 
#include <avcodec.h>
Data Fields | |
| const char * | name | 
| Name of the hardware accelerated codec.  More... | |
| enum AVMediaType | type | 
| Type of codec implemented by the hardware accelerator.  More... | |
| enum AVCodecID | id | 
| Codec implemented by the hardware accelerator.  More... | |
| enum AVPixelFormat | pix_fmt | 
| Supported pixel format.  More... | |
| int | capabilities | 
| Hardware accelerated codec capabilities.  More... | |
| const char* AVHWAccel::name | 
Name of the hardware accelerated codec.
The name is globally unique among encoders and among decoders (but an encoder and a decoder can share the same name).
Definition at line 2135 of file avcodec.h.
Referenced by hwaccel_init().
| enum AVMediaType AVHWAccel::type | 
| enum AVCodecID AVHWAccel::id | 
| enum AVPixelFormat AVHWAccel::pix_fmt | 
Supported pixel format.
Only hardware accelerated formats are supported here.
Definition at line 2156 of file avcodec.h.
Referenced by ff_decode_get_hw_frames_ctx(), ff_dxva2_decode_init(), hwaccel_init(), and nvdec_init_hwframes().
| int AVHWAccel::capabilities | 
Hardware accelerated codec capabilities.
see AV_HWACCEL_CODEC_CAP_*
Definition at line 2162 of file avcodec.h.
Referenced by hwaccel_init().
 1.8.17