FFmpeg
|
Go to the source code of this file.
Functions | |
AVVDAContext * | av_vda_alloc_context (void) |
Allocate and initialize a VDA context. More... | |
int | av_vda_default_init (AVCodecContext *avctx) |
This is a convenience function that creates and sets up the VDA context using an internal implementation. More... | |
void | av_vda_default_free (AVCodecContext *ctx) |
This function must be called to free the VDA context initialized with av_vda_default_init(). More... | |