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_alloc(), av_hwdevice_ctx_create(), av_hwdevice_ctx_create_derived_opts(), av_hwdevice_ctx_init(), av_hwdevice_get_hwframe_constraints(), av_hwdevice_hwconfig_alloc(), av_hwframe_ctx_alloc(), and hwdevice_ctx_free().
void* AVHWDeviceInternal::priv |
Definition at line 105 of file hwcontext_internal.h.
Referenced by alloc_bind_mem(), alloc_mem(), av_hwdevice_ctx_alloc(), check_extensions(), create_frame(), create_instance(), hwdevice_ctx_free(), opencl_check_extension(), opencl_device_init(), opencl_device_uninit(), opencl_frames_derive_to(), opencl_frames_init_command_queue(), opencl_map_frame(), opencl_map_to(), opencl_mem_flags_for_mapping(), qsv_device_init(), qsv_init_child_ctx(), qsv_init_internal_session(), vaapi_device_init(), vaapi_device_uninit(), vaapi_frames_get_constraints(), vaapi_get_image_format(), vaapi_transfer_get_formats(), vdpau_buffer_free(), vdpau_device_init(), vdpau_device_uninit(), vdpau_frames_get_constraints(), vdpau_frames_init(), vdpau_init_pixmfts(), vdpau_pool_alloc(), vulkan_device_create_internal(), vulkan_device_free(), vulkan_device_init(), vulkan_frames_get_constraints(), vulkan_frames_init(), vulkan_map_frame_to_mem(), vulkan_map_from(), vulkan_map_to(), vulkan_pool_alloc(), vulkan_transfer_data(), vulkan_transfer_data_from(), and vulkan_transfer_data_to().
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(), and hwdevice_ctx_free().