FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVHWFramesInternal Struct Reference

#include <hwcontext_internal.h>

Data Fields

const HWContextTypehw_type
 
voidpriv
 
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 113 of file hwcontext_internal.h.

Field Documentation

const HWContextType* AVHWFramesInternal::hw_type
void* AVHWFramesInternal::priv
AVBufferPool* AVHWFramesInternal::pool_internal
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(), av_hwframe_ctx_init(), av_hwframe_get_buffer(), av_hwframe_map(), and hwframe_ctx_free().

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(), and av_hwframe_get_buffer().


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