FFmpeg
|
#include <ffmpeg.h>
Data Fields | |
const char * | name |
enum AVHWDeviceType | type |
AVBufferRef * | device_ref |
const char* HWDevice::name |
Definition at line 110 of file ffmpeg.h.
Referenced by hw_device_for_filter(), hw_device_init_from_string(), hw_device_init_from_type(), hw_device_setup_for_decode(), and hw_device_setup_for_encode().
enum AVHWDeviceType HWDevice::type |
Definition at line 111 of file ffmpeg.h.
Referenced by hw_device_for_filter(), hw_device_init_from_string(), hw_device_init_from_type(), hw_device_setup_for_decode(), and hw_device_setup_for_encode().
AVBufferRef* HWDevice::device_ref |
Definition at line 112 of file ffmpeg.h.
Referenced by hw_device_for_filter(), hw_device_init_from_string(), hw_device_init_from_type(), hw_device_setup_for_decode(), and hw_device_setup_for_encode().