FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Files | Data Structures | Functions
VDA
Hardware Accelerators bridge

Files

file  vda.h
 Public libavcodec VDA header.
 

Data Structures

struct  vda_context
 This structure is used to provide the necessary configurations and data to the VDA FFmpeg HWAccel implementation. More...
 

Functions

int ff_vda_create_decoder (struct vda_context *vda_ctx, uint8_t *extradata, int extradata_size)
 Create the video decoder.
 
int ff_vda_destroy_decoder (struct vda_context *vda_ctx)
 Destroy the video decoder.
 

Detailed Description

Function Documentation

int ff_vda_create_decoder ( struct vda_context vda_ctx,
uint8_t extradata,
int  extradata_size 
)

Create the video decoder.

Definition at line 159 of file vda_h264.c.

Referenced by vdadec_init().

int ff_vda_destroy_decoder ( struct vda_context vda_ctx)

Destroy the video decoder.

Definition at line 246 of file vda_h264.c.

Referenced by vdadec_close().