|
FFmpeg
|
#include <hwcontext_internal.h>
Data Fields | |
| const HWContextType * | hw_type |
| void * | priv |
| AVBufferRef * | source_device |
| For a derived device, a reference to the original device context it was derived from. More... | |
Definition at line 103 of file hwcontext_internal.h.
| const HWContextType* AVHWDeviceInternal::hw_type |
Definition at line 104 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_create(), av_hwdevice_ctx_create_derived_opts(), and av_hwframe_ctx_alloc().
| void* AVHWDeviceInternal::priv |
Definition at line 105 of file hwcontext_internal.h.
Referenced by d3d12va_device_create(), d3d12va_device_free(), and d3d12va_load_functions().
| AVBufferRef* AVHWDeviceInternal::source_device |
For a derived device, a reference to the original device context it was derived from.
Definition at line 111 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_create_derived_opts().
1.8.17