#include <pthread.h>
#include <stdint.h>
#include <VideoDecodeAcceleration/VDADecoder.h>
Go to the source code of this file.
|
struct | vda_frame |
| This structure is used to store a decoded frame information and data. More...
|
|
struct | vda_context |
| This structure is used to provide the necessary configurations and data to the VDA Libav HWAccel implementation. More...
|
|
Definition at line 33 of file vda.h.
This structure is used to store a decoded frame information and data.
int ff_vda_create_decoder |
( |
struct vda_context * |
vda_ctx, |
|
|
uint8_t * |
extradata, |
|
|
int |
extradata_size |
|
) |
| |
Create the video decoder.
Definition at line 129 of file vda.c.
int ff_vda_destroy_decoder |
( |
struct vda_context * |
vda_ctx) | |
|
Destroy the video decoder.
Definition at line 199 of file vda.c.
Return the top frame of the queue.
Definition at line 216 of file vda.c.