FFmpeg
|
#include "libavutil/mem.h"
#include "av1dec.h"
#include "hwaccel_internal.h"
#include "internal.h"
#include "vt_internal.h"
Go to the source code of this file.
Functions | |
CFDataRef | ff_videotoolbox_av1c_extradata_create (AVCodecContext *avctx) |
static int | videotoolbox_av1_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | videotoolbox_av1_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) |
static int | videotoolbox_av1_end_frame (AVCodecContext *avctx) |
Variables | |
const FFHWAccel | ff_av1_videotoolbox_hwaccel |
CFDataRef ff_videotoolbox_av1c_extradata_create | ( | AVCodecContext * | avctx | ) |
Definition at line 31 of file videotoolbox_av1.c.
|
static |
Definition at line 65 of file videotoolbox_av1.c.
|
static |
Definition at line 72 of file videotoolbox_av1.c.
|
static |
Definition at line 79 of file videotoolbox_av1.c.
const FFHWAccel ff_av1_videotoolbox_hwaccel |
Definition at line 92 of file videotoolbox_av1.c.