|
FFmpeg
4.0
|
Go to the source code of this file.
Functions | |
| static HWDevice * | hw_device_get_by_type (enum AVHWDeviceType type) |
| HWDevice * | hw_device_get_by_name (const char *name) |
| static HWDevice * | hw_device_add (void) |
| static char * | hw_device_default_name (enum AVHWDeviceType type) |
| int | hw_device_init_from_string (const char *arg, HWDevice **dev_out) |
| static int | hw_device_init_from_type (enum AVHWDeviceType type, const char *device, HWDevice **dev_out) |
| void | hw_device_free_all (void) |
| static HWDevice * | hw_device_match_by_codec (const AVCodec *codec) |
| int | hw_device_setup_for_decode (InputStream *ist) |
| int | hw_device_setup_for_encode (OutputStream *ost) |
| static int | hwaccel_retrieve_data (AVCodecContext *avctx, AVFrame *input) |
| int | hwaccel_decode_init (AVCodecContext *avctx) |
Variables | |
| static int | nb_hw_devices |
| static HWDevice ** | hw_devices |
|
static |
Definition at line 28 of file ffmpeg_hw.c.
Referenced by hw_device_match_by_codec(), and hw_device_setup_for_decode().
| HWDevice* hw_device_get_by_name | ( | const char * | name | ) |
Definition at line 42 of file ffmpeg_hw.c.
Referenced by hw_device_default_name(), hw_device_init_from_string(), hw_device_setup_for_decode(), and opt_filter_hw_device().
Definition at line 52 of file ffmpeg_hw.c.
Referenced by hw_device_init_from_string(), and hw_device_init_from_type().
|
static |
Definition at line 67 of file ffmpeg_hw.c.
Referenced by hw_device_init_from_string(), and hw_device_init_from_type().
Definition at line 92 of file ffmpeg_hw.c.
Referenced by opt_init_hw_device(), and opt_sdp_file().
|
static |
Definition at line 226 of file ffmpeg_hw.c.
Referenced by hw_device_setup_for_decode().
Definition at line 269 of file ffmpeg_hw.c.
Referenced by transcode().
Definition at line 281 of file ffmpeg_hw.c.
Referenced by hw_device_setup_for_decode(), and hw_device_setup_for_encode().
| int hw_device_setup_for_decode | ( | InputStream * | ist | ) |
Definition at line 298 of file ffmpeg_hw.c.
Referenced by init_input_stream().
| int hw_device_setup_for_encode | ( | OutputStream * | ost | ) |
Definition at line 414 of file ffmpeg_hw.c.
Referenced by init_output_stream().
|
static |
Definition at line 430 of file ffmpeg_hw.c.
Referenced by hwaccel_decode_init().
| int hwaccel_decode_init | ( | AVCodecContext * | avctx | ) |
Definition at line 472 of file ffmpeg_hw.c.
Referenced by get_format().
|
static |
Definition at line 25 of file ffmpeg_hw.c.
Referenced by hw_device_add(), hw_device_free_all(), hw_device_get_by_name(), and hw_device_get_by_type().
|
static |
Definition at line 26 of file ffmpeg_hw.c.
1.8.13