|
FFmpeg
4.0
|
#include <libavcodec/avcodec.h>
Data Fields | |
| enum AVPixelFormat | pix_fmt |
| A hardware pixel format which the codec can use. More... | |
| int | methods |
| Bit set of AV_CODEC_HW_CONFIG_METHOD_* flags, describing the possible setup methods which can be used with this configuration. More... | |
| enum AVHWDeviceType | device_type |
| The device type associated with the configuration. More... | |
| enum AVPixelFormat AVCodecHWConfig::pix_fmt |
A hardware pixel format which the codec can use.
Definition at line 3386 of file avcodec.h.
Referenced by avcodec_default_get_format(), avcodec_get_hw_frames_parameters(), ff_get_format(), get_format(), hwaccel_init(), and main().
| int AVCodecHWConfig::methods |
Bit set of AV_CODEC_HW_CONFIG_METHOD_* flags, describing the possible setup methods which can be used with this configuration.
Definition at line 3391 of file avcodec.h.
Referenced by avcodec_default_get_format(), ff_get_format(), get_format(), hw_device_match_by_codec(), and main().
| enum AVHWDeviceType AVCodecHWConfig::device_type |
The device type associated with the configuration.
Must be set for AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX and AV_CODEC_HW_CONFIG_METHOD_HW_FRAMES_CTX, otherwise unused.
Definition at line 3398 of file avcodec.h.
Referenced by avcodec_default_get_format(), ff_get_format(), get_format(), hw_device_match_by_codec(), hw_device_setup_for_decode(), and main().
1.8.13