Go to the source code of this file.
◆ hw_device_add()
static HWDevice * hw_device_add |
( |
void |
| ) |
|
|
static |
◆ hw_device_default_name()
static char * hw_device_default_name |
( |
enum AVHWDeviceType |
type | ) |
|
|
static |
◆ hw_device_free_all()
void hw_device_free_all |
( |
void |
| ) |
|
◆ hw_device_get_by_name()
HWDevice * hw_device_get_by_name |
( |
const char * |
name | ) |
|
◆ hw_device_get_by_type()
static HWDevice * hw_device_get_by_type |
( |
enum AVHWDeviceType |
type | ) |
|
|
static |
◆ hw_device_init_from_string()
int hw_device_init_from_string |
( |
const char * |
arg, |
|
|
HWDevice ** |
dev_out |
|
) |
| |
◆ hw_device_init_from_type()
static int hw_device_init_from_type |
( |
enum AVHWDeviceType |
type, |
|
|
const char * |
device, |
|
|
HWDevice ** |
dev_out |
|
) |
| |
|
static |
◆ hw_device_match_by_codec()
static HWDevice * hw_device_match_by_codec |
( |
const AVCodec * |
codec | ) |
|
|
static |
◆ hw_device_setup_for_decode()
◆ hw_device_setup_for_encode()
◆ hw_device_setup_for_filter()
◆ hwaccel_decode_init()
int hwaccel_decode_init |
( |
AVCodecContext * |
avctx | ) |
|
◆ hwaccel_retrieve_data()
static int hwaccel_retrieve_data |
( |
AVCodecContext * |
avctx, |
|
|
AVFrame * |
input |
|
) |
| |
|
static |
◆ hw_devices
◆ nb_hw_devices
__thread int nb_hw_devices |