FFmpeg
Data Fields
dxva_context Struct Reference
DXVA2

This structure is used to provides the necessary configurations and data to the DXVA2 FFmpeg HWAccel implementation. More...

#include <dxva2.h>

Data Fields

IDirectXVideoDecoder *  decoder
  DXVA2 decoder object. More...
 
const DXVA2_ConfigPictureDecode *  cfg
  DXVA2 configuration used to create the decoder. More...
 
unsigned  surface_count
  The number of surface in the surface array. More...
 
LPDIRECT3DSURFACE9 *  surface
  The array of Direct3D surfaces used to create the decoder. More...
 
uint64_t  workaround
  A bit field configuring the workarounds needed for using the decoder. More...
 
unsigned  report_id
  Private to the FFmpeg AVHWAccel implementation. More...
 

Detailed Description

This structure is used to provides the necessary configurations and data to the DXVA2 FFmpeg HWAccel implementation.

The application must make it available as AVCodecContext.hwaccel_context.

Definition at line 57 of file dxva2.h.

Field Documentation

IDirectXVideoDecoder* dxva_context::decoder

DXVA2 decoder object.

Definition at line 61 of file dxva2.h.

Referenced by dxva2_create_decoder().

const DXVA2_ConfigPictureDecode* dxva_context::cfg

DXVA2 configuration used to create the decoder.

Definition at line 66 of file dxva2.h.

Referenced by dxva2_create_decoder().

unsigned dxva_context::surface_count

The number of surface in the surface array.

Definition at line 71 of file dxva2.h.

Referenced by dxva2_create_decoder().

LPDIRECT3DSURFACE9* dxva_context::surface

The array of Direct3D surfaces used to create the decoder.

Definition at line 76 of file dxva2.h.

Referenced by dxva2_create_decoder().

uint64_t dxva_context::workaround

A bit field configuring the workarounds needed for using the decoder.

Definition at line 81 of file dxva2.h.

Referenced by dxva2_create_decoder().

unsigned dxva_context::report_id

Private to the FFmpeg AVHWAccel implementation.

Definition at line 86 of file dxva2.h.


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

Generated on Wed Jun 10 2015 01:57:20 for FFmpeg by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /