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 102 of file hwcontext_internal.h.
const HWContextType* AVHWDeviceInternal::hw_type |
Definition at line 103 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_create(), av_hwdevice_ctx_create_derived(), and av_hwframe_ctx_alloc().
void* AVHWDeviceInternal::priv |
Definition at line 104 of file hwcontext_internal.h.
Referenced by opencl_check_extension(), opencl_device_init(), opencl_device_uninit(), opencl_frames_derive_to(), opencl_frames_init_command_queue(), opencl_map_to(), vaapi_device_init(), vaapi_device_uninit(), vaapi_frames_get_constraints(), vaapi_get_image_format(), and vaapi_transfer_get_formats().
AVBufferRef* AVHWDeviceInternal::source_device |
For a derived device, a reference to the original device context it was derived from.
Definition at line 110 of file hwcontext_internal.h.
Referenced by av_hwdevice_ctx_create_derived().