FFmpeg
|
Go to the source code of this file.
Functions | |
static int | test_derivation (AVBufferRef *src_ref, const char *src_name) |
static int | test_device (enum AVHWDeviceType type, const char *name, const char *device, AVDictionary *opts, int flags) |
static int | test_device_type (enum AVHWDeviceType type) |
int | main (void) |
Variables | |
struct { | |
enum AVHWDeviceType type | |
const char * possible_devices [5] | |
} | test_devices [] |
|
static |
Definition at line 23 of file hwdevice.c.
Referenced by test_device().
|
static |
Definition at line 97 of file hwdevice.c.
Referenced by test_device_type().
|
static |
Definition at line 148 of file hwdevice.c.
Referenced by main().
int main | ( | void | ) |
Definition at line 203 of file hwdevice.c.
enum AVHWDeviceType type |
Definition at line 128 of file hwdevice.c.
Referenced by main(), test_device(), and test_device_type().
const char* possible_devices[5] |
Definition at line 129 of file hwdevice.c.
Referenced by test_device_type().
const { ... } test_devices[] |
Referenced by test_device_type().