FFmpeg  3.4.9
Data Fields
VAAPIDecodeContext Struct Reference

#include <libavcodec/vaapi_decode.h>

Data Fields

VAProfile va_profile
 
VAEntrypoint va_entrypoint
 
VAConfigID va_config
 
VAContextID va_context
 
FF_DISABLE_DEPRECATION_WARNINGS int have_old_context
 
struct vaapi_contextold_context
 
AVBufferRefdevice_ref
 
FF_ENABLE_DEPRECATION_WARNINGS AVHWDeviceContextdevice
 
AVVAAPIDeviceContexthwctx
 
AVHWFramesContextframes
 
AVVAAPIFramesContexthwfc
 
enum AVPixelFormat surface_format
 
int surface_count
 

Detailed Description

Definition at line 55 of file vaapi_decode.h.

Field Documentation

◆ va_profile

VAProfile VAAPIDecodeContext::va_profile

Definition at line 56 of file vaapi_decode.h.

Referenced by vaapi_decode_make_config().

◆ va_entrypoint

VAEntrypoint VAAPIDecodeContext::va_entrypoint

Definition at line 57 of file vaapi_decode.h.

Referenced by vaapi_decode_make_config().

◆ va_config

VAConfigID VAAPIDecodeContext::va_config

◆ va_context

VAContextID VAAPIDecodeContext::va_context

◆ have_old_context

FF_DISABLE_DEPRECATION_WARNINGS int VAAPIDecodeContext::have_old_context

Definition at line 63 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and ff_vaapi_decode_uninit().

◆ old_context

struct vaapi_context* VAAPIDecodeContext::old_context

Definition at line 64 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init().

◆ device_ref

AVBufferRef* VAAPIDecodeContext::device_ref

Definition at line 65 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and ff_vaapi_decode_uninit().

◆ device

Definition at line 69 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init().

◆ hwctx

AVVAAPIDeviceContext* VAAPIDecodeContext::hwctx

◆ frames

AVHWFramesContext* VAAPIDecodeContext::frames

Definition at line 72 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and vaapi_decode_make_config().

◆ hwfc

AVVAAPIFramesContext* VAAPIDecodeContext::hwfc

Definition at line 73 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init().

◆ surface_format

enum AVPixelFormat VAAPIDecodeContext::surface_format

Definition at line 75 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and vaapi_decode_make_config().

◆ surface_count

int VAAPIDecodeContext::surface_count

Definition at line 76 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and vaapi_decode_make_config().


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