Libav
Data Fields
VAAPIDecoderContext Struct Reference

Data Fields

const AVClassclass
 
AVBufferRefdevice_ref
 
AVHWDeviceContextdevice
 
AVBufferRefframes_ref
 
AVHWFramesContextframes
 
VAProfile va_profile
 
VAEntrypoint va_entrypoint
 
VAConfigID va_config
 
VAContextID va_context
 
enum AVPixelFormat decode_format
 
int decode_width
 
int decode_height
 
int decode_surfaces
 
enum AVPixelFormat output_format
 
struct vaapi_context decoder_vaapi_context
 

Detailed Description

Definition at line 55 of file avconv_vaapi.c.

Field Documentation

◆ class

const AVClass* VAAPIDecoderContext::class

Definition at line 56 of file avconv_vaapi.c.

Referenced by vaapi_decode_init().

◆ device_ref

AVBufferRef* VAAPIDecoderContext::device_ref

◆ device

AVHWDeviceContext* VAAPIDecoderContext::device

◆ frames_ref

AVBufferRef* VAAPIDecoderContext::frames_ref

Definition at line 60 of file avconv_vaapi.c.

Referenced by vaapi_decode_init(), vaapi_decode_uninit(), and vaapi_get_buffer().

◆ frames

AVHWFramesContext* VAAPIDecoderContext::frames

Definition at line 61 of file avconv_vaapi.c.

Referenced by vaapi_decode_init().

◆ va_profile

VAProfile VAAPIDecoderContext::va_profile

Definition at line 63 of file avconv_vaapi.c.

Referenced by vaapi_build_decoder_config().

◆ va_entrypoint

VAEntrypoint VAAPIDecoderContext::va_entrypoint

Definition at line 64 of file avconv_vaapi.c.

Referenced by vaapi_build_decoder_config().

◆ va_config

VAConfigID VAAPIDecoderContext::va_config

◆ va_context

VAContextID VAAPIDecoderContext::va_context

Definition at line 66 of file avconv_vaapi.c.

Referenced by vaapi_decode_init(), and vaapi_decode_uninit().

◆ decode_format

enum AVPixelFormat VAAPIDecoderContext::decode_format

Definition at line 68 of file avconv_vaapi.c.

Referenced by vaapi_build_decoder_config(), and vaapi_decode_init().

◆ decode_width

int VAAPIDecoderContext::decode_width

Definition at line 69 of file avconv_vaapi.c.

Referenced by vaapi_build_decoder_config(), and vaapi_decode_init().

◆ decode_height

int VAAPIDecoderContext::decode_height

Definition at line 70 of file avconv_vaapi.c.

Referenced by vaapi_build_decoder_config(), and vaapi_decode_init().

◆ decode_surfaces

int VAAPIDecoderContext::decode_surfaces

Definition at line 71 of file avconv_vaapi.c.

Referenced by vaapi_build_decoder_config(), and vaapi_decode_init().

◆ output_format

enum AVPixelFormat VAAPIDecoderContext::output_format

◆ decoder_vaapi_context

struct vaapi_context VAAPIDecoderContext::decoder_vaapi_context

Definition at line 79 of file avconv_vaapi.c.

Referenced by vaapi_decode_init().


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