FFmpeg
|
This struct is allocated as AVHWDeviceContext.hwctx. More...
#include <hwcontext_amf.h>
Data Fields | |
void * | library |
AMFFactory * | factory |
void * | trace_writer |
int64_t | version |
version of AMF runtime More... | |
AMFContext * | context |
This struct is allocated as AVHWDeviceContext.hwctx.
Definition at line 33 of file hwcontext_amf.h.
void* AVAMFDeviceContext::library |
Definition at line 34 of file hwcontext_amf.h.
Referenced by amf_device_uninit(), and amf_load_library().
AMFFactory* AVAMFDeviceContext::factory |
Definition at line 35 of file hwcontext_amf.h.
Referenced by amf_device_uninit(), and amf_load_library().
void* AVAMFDeviceContext::trace_writer |
Definition at line 36 of file hwcontext_amf.h.
Referenced by amf_device_uninit().
int64_t AVAMFDeviceContext::version |
version of AMF runtime
Definition at line 38 of file hwcontext_amf.h.
Referenced by amf_device_uninit(), amf_legacy_driver_no_bitness_detect(), and amf_load_library().
AMFContext* AVAMFDeviceContext::context |
Definition at line 39 of file hwcontext_amf.h.
Referenced by amf_device_init(), amf_device_uninit(), and amf_transfer_data_to().