FFmpeg
|
#include "config.h"
#include "vda.h"
#include "vda_vt_internal.h"
#include "libavutil/avutil.h"
#include "libavutil/hwcontext.h"
#include "bytestream.h"
#include "h264dec.h"
#include "hevcdec.h"
#include "mpegvideo.h"
#include <TargetConditionals.h>
Go to the source code of this file.
Macros | |
#define | kVTVideoDecoderSpecification_RequireHardwareAcceleratedVideoDecoder CFSTR("RequireHardwareAcceleratedVideoDecoder") |
#define | VIDEOTOOLBOX_ESDS_EXTRADATA_PADDING 12 |
#define | AV_W8(p, v) *(p) = (v) |
Enumerations | |
enum | { kCMVideoCodecType_HEVC = 'hvc1' } |
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) |
CFDataRef | ff_videotoolbox_hvcc_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_RequireHardwareAcceleratedVideoDecoder CFSTR("RequireHardwareAcceleratedVideoDecoder") |
Definition at line 40 of file videotoolbox.c.
#define VIDEOTOOLBOX_ESDS_EXTRADATA_PADDING 12 |
Definition at line 47 of file videotoolbox.c.
#define AV_W8 | ( | p, | |
v | |||
) | *(p) = (v) |
Definition at line 88 of file videotoolbox.c.
Referenced by ff_videotoolbox_avcc_extradata_create(), and ff_videotoolbox_hvcc_extradata_create().
anonymous enum |
Enumerator | |
---|---|
kCMVideoCodecType_HEVC |
Definition at line 44 of file videotoolbox.c.
Definition at line 49 of file videotoolbox.c.
Referenced by ff_videotoolbox_buffer_create().
|
static |
Definition at line 55 of file videotoolbox.c.
Referenced by ff_videotoolbox_h264_start_frame().
int ff_videotoolbox_alloc_frame | ( | AVCodecContext * | avctx, |
AVFrame * | frame | ||
) |
Definition at line 75 of file videotoolbox.c.
CFDataRef ff_videotoolbox_avcc_extradata_create | ( | AVCodecContext * | avctx | ) |
Definition at line 90 of file videotoolbox.c.
Referenced by ff_vda_default_init().
CFDataRef ff_videotoolbox_hvcc_extradata_create | ( | AVCodecContext * | avctx | ) |
Definition at line 123 of file videotoolbox.c.
Definition at line 281 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 300 of file videotoolbox.c.
int ff_videotoolbox_h264_decode_slice | ( | AVCodecContext * | avctx, |
const uint8_t * | buffer, | ||
uint32_t | size | ||
) |
Definition at line 316 of file videotoolbox.c.
int ff_videotoolbox_uninit | ( | AVCodecContext * | avctx | ) |
Definition at line 343 of file videotoolbox.c.