FFmpeg
|
#include <hwcontext_internal.h>
Data Fields | |
const HWContextType * | hw_type |
void * | priv |
AVBufferPool * | pool_internal |
AVBufferRef * | source_frames |
For a derived context, a reference to the original frames context it was derived from. More... | |
int | source_allocation_map_flags |
Flags to apply to the mapping from the source to the derived frame context when trying to allocate in the derived context. More... | |
Definition at line 113 of file hwcontext_internal.h.
const HWContextType* AVHWFramesInternal::hw_type |
Definition at line 114 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_create_derived(), and av_hwframe_map().
void* AVHWFramesInternal::priv |
Definition at line 115 of file hwcontext_internal.h.
Referenced by opencl_frames_init_command_queue(), opencl_frames_uninit(), opencl_map_frame(), opencl_transfer_data_from(), opencl_transfer_data_to(), opencl_unmap_frame(), qsv_frames_derive_to(), vaapi_frames_init(), vaapi_frames_uninit(), vaapi_map_frame(), and vaapi_pool_alloc().
AVBufferPool* AVHWFramesInternal::pool_internal |
Definition at line 117 of file hwcontext_internal.h.
Referenced by opencl_frames_init(), and vaapi_frames_init().
AVBufferRef* AVHWFramesInternal::source_frames |
For a derived context, a reference to the original frames context it was derived from.
Definition at line 123 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_create_derived(), and av_hwframe_map().
int AVHWFramesInternal::source_allocation_map_flags |
Flags to apply to the mapping from the source to the derived frame context when trying to allocate in the derived context.
Definition at line 128 of file hwcontext_internal.h.
Referenced by av_hwframe_ctx_create_derived().