FFmpeg
|
#include "config.h"
#include "vda.h"
#include "vda_vt_internal.h"
#include "libavutil/avutil.h"
#include "bytestream.h"
#include "h264.h"
#include "mpegvideo.h"
Go to the source code of this file.
Macros | |
#define | kVTVideoDecoderSpecification_EnableHardwareAcceleratedVideoDecoder CFSTR("EnableHardwareAcceleratedVideoDecoder") |
#define | VIDEOTOOLBOX_ESDS_EXTRADATA_PADDING 12 |
Functions | |
static void | videotoolbox_buffer_release (void *opaque, uint8_t *data) |
static int | videotoolbox_buffer_copy (VTContext *vtctx, const uint8_t *buffer, uint32_t size) |
int | ff_videotoolbox_alloc_frame (AVCodecContext *avctx, AVFrame *frame) |
CFDataRef | ff_videotoolbox_avcc_extradata_create (AVCodecContext *avctx) |
int | ff_videotoolbox_buffer_create (VTContext *vtctx, AVFrame *frame) |
int | ff_videotoolbox_h264_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
int | ff_videotoolbox_h264_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
int | ff_videotoolbox_uninit (AVCodecContext *avctx) |
#define kVTVideoDecoderSpecification_EnableHardwareAcceleratedVideoDecoder CFSTR("EnableHardwareAcceleratedVideoDecoder") |
Definition at line 36 of file videotoolbox.c.
#define VIDEOTOOLBOX_ESDS_EXTRADATA_PADDING 12 |
Definition at line 39 of file videotoolbox.c.
Definition at line 41 of file videotoolbox.c.
Referenced by ff_videotoolbox_buffer_create().
|
static |
Definition at line 47 of file videotoolbox.c.
Referenced by ff_videotoolbox_h264_start_frame().
int ff_videotoolbox_alloc_frame | ( | AVCodecContext * | avctx, |
AVFrame * | frame | ||
) |
Definition at line 67 of file videotoolbox.c.
CFDataRef ff_videotoolbox_avcc_extradata_create | ( | AVCodecContext * | avctx | ) |
Definition at line 80 of file videotoolbox.c.
Referenced by ff_vda_default_init().
Definition at line 105 of file videotoolbox.c.
Referenced by vda_h264_end_frame().
int ff_videotoolbox_h264_start_frame | ( | AVCodecContext * | avctx, |
const uint8_t * | buffer, | ||
uint32_t | size | ||
) |
Definition at line 124 of file videotoolbox.c.
int ff_videotoolbox_h264_decode_slice | ( | AVCodecContext * | avctx, |
const uint8_t * | buffer, | ||
uint32_t | size | ||
) |
Definition at line 140 of file videotoolbox.c.
int ff_videotoolbox_uninit | ( | AVCodecContext * | avctx | ) |
Definition at line 167 of file videotoolbox.c.