FFmpeg
|
#include "vda.h"
Go to the source code of this file.
Functions | |
void | ff_vda_output_callback (void *vda_hw_ctx, CFDictionaryRef user_info, OSStatus status, uint32_t infoFlags, CVImageBufferRef image_buffer) |
int | ff_vda_default_init (AVCodecContext *avctx) |
void | ff_vda_default_free (AVCodecContext *avctx) |
void ff_vda_output_callback | ( | void * | vda_hw_ctx, |
CFDictionaryRef | user_info, | ||
OSStatus | status, | ||
uint32_t | infoFlags, | ||
CVImageBufferRef | image_buffer | ||
) |
Definition at line 297 of file vda_h264.c.
Referenced by ff_vda_default_init().
int ff_vda_default_init | ( | AVCodecContext * | avctx | ) |
Definition at line 406 of file vda_h264.c.
void ff_vda_default_free | ( | AVCodecContext * | avctx | ) |