|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | AVCodecHWConfigInternal |
Macros | |
| #define | HW_CONFIG_HWACCEL(device, frames, ad_hoc, format, device_type_, name) |
| #define | HW_CONFIG_INTERNAL(format) |
| #define | HWACCEL_DXVA2(codec) |
| #define | HWACCEL_D3D11VA2(codec) |
| #define | HWACCEL_NVDEC(codec) |
| #define | HWACCEL_NVDEC_CUARRAY(codec) |
| #define | HWACCEL_VAAPI(codec) |
| #define | HWACCEL_VDPAU(codec) |
| #define | HWACCEL_VIDEOTOOLBOX(codec) |
| #define | HWACCEL_VULKAN(codec) |
| #define | HWACCEL_D3D11VA(codec) |
| #define | HWACCEL_D3D12VA(codec) |
| #define | HW_CONFIG_ENCODER(device, frames, ad_hoc, format, device_type_) |
| #define | HW_CONFIG_ENCODER_DEVICE(format, device_type_) |
| #define | HW_CONFIG_ENCODER_FRAMES(format, device_type_) |
Functions | |
| void | ff_hwaccel_uninit (AVCodecContext *avctx) |
Definition at line 42 of file hwconfig.h.
| #define HW_CONFIG_INTERNAL | ( | format | ) |
Definition at line 54 of file hwconfig.h.
| #define HWACCEL_DXVA2 | ( | codec | ) |
Definition at line 64 of file hwconfig.h.
| #define HWACCEL_D3D11VA2 | ( | codec | ) |
Definition at line 66 of file hwconfig.h.
| #define HWACCEL_NVDEC | ( | codec | ) |
Definition at line 68 of file hwconfig.h.
| #define HWACCEL_NVDEC_CUARRAY | ( | codec | ) |
Definition at line 70 of file hwconfig.h.
| #define HWACCEL_VAAPI | ( | codec | ) |
Definition at line 72 of file hwconfig.h.
| #define HWACCEL_VDPAU | ( | codec | ) |
Definition at line 74 of file hwconfig.h.
| #define HWACCEL_VIDEOTOOLBOX | ( | codec | ) |
Definition at line 76 of file hwconfig.h.
| #define HWACCEL_VULKAN | ( | codec | ) |
Definition at line 78 of file hwconfig.h.
| #define HWACCEL_D3D11VA | ( | codec | ) |
Definition at line 80 of file hwconfig.h.
| #define HWACCEL_D3D12VA | ( | codec | ) |
Definition at line 82 of file hwconfig.h.
Definition at line 85 of file hwconfig.h.
| #define HW_CONFIG_ENCODER_DEVICE | ( | format, | |
| device_type_ ) |
Definition at line 97 of file hwconfig.h.
| #define HW_CONFIG_ENCODER_FRAMES | ( | format, | |
| device_type_ ) |
Definition at line 100 of file hwconfig.h.
| void ff_hwaccel_uninit | ( | AVCodecContext * | avctx | ) |
Definition at line 1217 of file decode.c.
Referenced by ff_codec_close(), ff_frame_thread_free(), ff_get_format(), and update_context_from_thread().