#include "avcodec.h"
#include "videotoolbox.h"
Go to the source code of this file.
|
int | ff_videotoolbox_alloc_frame (AVCodecContext *avctx, AVFrame *frame) |
|
int | ff_videotoolbox_common_init (AVCodecContext *avctx) |
|
int | ff_videotoolbox_frame_params (AVCodecContext *avctx, AVBufferRef *hw_frames_ctx) |
|
int | ff_videotoolbox_buffer_copy (VTContext *vtctx, const uint8_t *buffer, uint32_t size) |
|
int | ff_videotoolbox_buffer_append (VTContext *vtctx, const uint8_t *buffer, uint32_t size) |
|
int | ff_videotoolbox_uninit (AVCodecContext *avctx) |
|
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_common_end_frame (AVCodecContext *avctx, AVFrame *frame) |
|
CFDataRef | ff_videotoolbox_av1c_extradata_create (AVCodecContext *avctx) |
|
CFDataRef | ff_videotoolbox_avcc_extradata_create (AVCodecContext *avctx) |
|
CFDataRef | ff_videotoolbox_hvcc_extradata_create (AVCodecContext *avctx) |
|
CFDataRef | ff_videotoolbox_vpcc_extradata_create (AVCodecContext *avctx) |
|
◆ ff_videotoolbox_alloc_frame()
◆ ff_videotoolbox_common_init()
◆ ff_videotoolbox_frame_params()
◆ ff_videotoolbox_buffer_copy()
int ff_videotoolbox_buffer_copy |
( |
VTContext * |
vtctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
◆ ff_videotoolbox_buffer_append()
int ff_videotoolbox_buffer_append |
( |
VTContext * |
vtctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
◆ ff_videotoolbox_uninit()
◆ ff_videotoolbox_h264_start_frame()
int ff_videotoolbox_h264_start_frame |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
◆ ff_videotoolbox_h264_decode_slice()
int ff_videotoolbox_h264_decode_slice |
( |
AVCodecContext * |
avctx, |
|
|
const uint8_t * |
buffer, |
|
|
uint32_t |
size |
|
) |
| |
◆ ff_videotoolbox_common_end_frame()
◆ ff_videotoolbox_av1c_extradata_create()
CFDataRef ff_videotoolbox_av1c_extradata_create |
( |
AVCodecContext * |
avctx | ) |
|
◆ ff_videotoolbox_avcc_extradata_create()
CFDataRef ff_videotoolbox_avcc_extradata_create |
( |
AVCodecContext * |
avctx | ) |
|
◆ ff_videotoolbox_hvcc_extradata_create()
CFDataRef ff_videotoolbox_hvcc_extradata_create |
( |
AVCodecContext * |
avctx | ) |
|
◆ ff_videotoolbox_vpcc_extradata_create()
CFDataRef ff_videotoolbox_vpcc_extradata_create |
( |
AVCodecContext * |
avctx | ) |
|