FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
vda_vt_internal.h File Reference

Go to the source code of this file.

Data Structures

struct  VTContext
 

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)
 
int ff_videotoolbox_alloc_frame (AVCodecContext *avctx, AVFrame *frame)
 
int ff_videotoolbox_uninit (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)
 
CFDataRef ff_videotoolbox_avcc_extradata_create (AVCodecContext *avctx)
 

Function Documentation

void ff_vda_output_callback ( void vda_hw_ctx,
CFDictionaryRef  user_info,
OSStatus  status,
uint32_t  infoFlags,
CVImageBufferRef  image_buffer 
)

Definition at line 273 of file vda_h264.c.

Referenced by ff_vda_default_init().

int ff_vda_default_init ( AVCodecContext avctx)

Definition at line 330 of file vda_h264.c.

void ff_vda_default_free ( AVCodecContext avctx)
int ff_videotoolbox_alloc_frame ( AVCodecContext avctx,
AVFrame frame 
)

Definition at line 68 of file videotoolbox.c.

int ff_videotoolbox_uninit ( AVCodecContext avctx)

Definition at line 178 of file videotoolbox.c.

int ff_videotoolbox_buffer_create ( VTContext vtctx,
AVFrame frame 
)

Definition at line 116 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 135 of file videotoolbox.c.

int ff_videotoolbox_h264_decode_slice ( AVCodecContext avctx,
const uint8_t buffer,
uint32_t  size 
)

Definition at line 151 of file videotoolbox.c.

CFDataRef ff_videotoolbox_avcc_extradata_create ( AVCodecContext avctx)

Definition at line 83 of file videotoolbox.c.

Referenced by ff_vda_default_init().