FFmpeg  3.3.9
Data Fields
AVHWFramesInternal Struct Reference

#include <libavutil/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...
 

Detailed Description

Definition at line 100 of file hwcontext_internal.h.

Field Documentation

◆ hw_type

const HWContextType* AVHWFramesInternal::hw_type

◆ priv

void* AVHWFramesInternal::priv

◆ pool_internal

AVBufferPool* AVHWFramesInternal::pool_internal

◆ source_frames

AVBufferRef* AVHWFramesInternal::source_frames

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

Definition at line 110 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().


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