FFmpeg
Data Fields
AVHWFramesInternal Struct Reference

#include <hwcontext_internal.h>

Data Fields

const HWContextTypehw_type
 
void * priv
 
AVBufferPoolpool_internal
 
AVBufferRefsource_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...
 

Detailed Description

Definition at line 114 of file hwcontext_internal.h.

Field Documentation

◆ hw_type

const HWContextType* AVHWFramesInternal::hw_type

◆ priv

void* AVHWFramesInternal::priv

Definition at line 116 of file hwcontext_internal.h.

◆ pool_internal

AVBufferPool* AVHWFramesInternal::pool_internal

Definition at line 118 of file hwcontext_internal.h.

Referenced by opencl_frames_init(), vaapi_frames_init(), and vulkan_frames_init().

◆ source_frames

AVBufferRef* AVHWFramesInternal::source_frames

For a derived context, a reference to the original frames context it was derived from.

Definition at line 124 of file hwcontext_internal.h.

Referenced by av_hwframe_ctx_create_derived(), av_hwframe_map(), and av_hwframe_transfer_data().

◆ source_allocation_map_flags

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 129 of file hwcontext_internal.h.

Referenced by av_hwframe_ctx_create_derived().


The documentation for this struct was generated from the following file: