|
FFmpeg
|
H.264 decoder via VDA. More...
#include <string.h>#include <CoreFoundation/CoreFoundation.h>#include "vda.h"#include "h264.h"#include "avcodec.h"
Go to the source code of this file.
Data Structures | |
| struct | VDADecoderContext |
| struct | VDABufferContext |
Macros | |
| #define | kCFCoreFoundationVersionNumber10_7 635.00 |
Functions | |
| static enum AVPixelFormat | get_format (struct AVCodecContext *avctx, const enum AVPixelFormat *fmt) |
| static void | release_buffer (void *opaque, uint8_t *data) |
| static int | get_buffer2 (AVCodecContext *avctx, AVFrame *pic, int flag) |
| static int | vdadec_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| static av_cold int | vdadec_close (AVCodecContext *avctx) |
| static av_cold int | check_format (AVCodecContext *avctx) |
| static av_cold int | vdadec_init (AVCodecContext *avctx) |
| static void | vdadec_flush (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_h264_decoder |
| AVCodec | ff_h264_vda_decoder |
| static enum AVPixelFormat | vda_pixfmts_prior_10_7 [] |
| static enum AVPixelFormat | vda_pixfmts [] |
Detailed Description
H.264 decoder via VDA.
Definition in file vda_h264_dec.c.
Macro Definition Documentation
| #define kCFCoreFoundationVersionNumber10_7 635.00 |
Definition at line 35 of file vda_h264_dec.c.
Referenced by vdadec_init().
Function Documentation
|
static |
Definition at line 136 of file vda_h264_dec.c.
Referenced by vdadec_init().
|
static |
Definition at line 79 of file vda_h264_dec.c.
Referenced by vdadec_init().
|
static |
Definition at line 61 of file vda_h264_dec.c.
Referenced by vdadec_init().
Definition at line 71 of file vda_h264_dec.c.
Referenced by get_buffer2().
|
static |
Definition at line 125 of file vda_h264_dec.c.
Referenced by vdadec_init().
|
static |
Definition at line 93 of file vda_h264_dec.c.
|
static |
Definition at line 255 of file vda_h264_dec.c.
|
static |
Definition at line 178 of file vda_h264_dec.c.
Variable Documentation
| AVCodec ff_h264_vda_decoder |
Definition at line 260 of file vda_h264_dec.c.
|
static |
Definition at line 46 of file vda_h264_dec.c.
Referenced by vdadec_init().
|
static |
Definition at line 40 of file vda_h264_dec.c.
Referenced by vdadec_init().
Generated by
1.8.11