libavcodec/vda.h File Reference
#include <pthread.h>
#include <stdint.h>
#include <VideoDecodeAcceleration/VDADecoder.h>
Go to the source code of this file.
Define Documentation
Definition at line 33 of file vda.h.
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 133 of file vda.c.
int ff_vda_destroy_decoder |
( |
struct vda_context * |
vda_ctx |
) |
|
Destroy the video decoder.
Definition at line 211 of file vda.c.
Return the top frame of the queue.
Definition at line 231 of file vda.c.
void ff_vda_release_vda_frame |
( |
vda_frame * |
frame |
) |
|