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

#include <vaapi_decode.h>

Data Fields

VAConfigID va_config
 
VAContextID va_context
 
FF_DISABLE_DEPRECATION_WARNINGS int have_old_context
 
struct vaapi_contextold_context
 
AVBufferRefdevice_ref
 
FF_ENABLE_DEPRECATION_WARNINGS
AVHWDeviceContext
device
 
AVVAAPIDeviceContexthwctx
 
AVHWFramesContextframes
 
AVVAAPIFramesContexthwfc
 
enum AVPixelFormat surface_format
 
int surface_count
 
VASurfaceAttrib pixel_format_attribute
 

Detailed Description

Definition at line 55 of file vaapi_decode.h.

Field Documentation

VAConfigID VAAPIDecodeContext::va_config

Definition at line 56 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and ff_vaapi_decode_uninit().

VAContextID VAAPIDecodeContext::va_context
FF_DISABLE_DEPRECATION_WARNINGS int VAAPIDecodeContext::have_old_context

Definition at line 61 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and ff_vaapi_decode_uninit().

struct vaapi_context* VAAPIDecodeContext::old_context

Definition at line 62 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init().

AVBufferRef* VAAPIDecodeContext::device_ref

Definition at line 63 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init(), and ff_vaapi_decode_uninit().

Definition at line 67 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init().

AVVAAPIDeviceContext* VAAPIDecodeContext::hwctx
AVHWFramesContext* VAAPIDecodeContext::frames

Definition at line 70 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init().

AVVAAPIFramesContext* VAAPIDecodeContext::hwfc

Definition at line 71 of file vaapi_decode.h.

Referenced by ff_vaapi_decode_init().

enum AVPixelFormat VAAPIDecodeContext::surface_format

Definition at line 73 of file vaapi_decode.h.

int VAAPIDecodeContext::surface_count

Definition at line 74 of file vaapi_decode.h.

VASurfaceAttrib VAAPIDecodeContext::pixel_format_attribute

Definition at line 76 of file vaapi_decode.h.

Referenced by vaapi_decode_find_best_format().


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