FFmpeg
|
Data Fields | |
H264Context | h264ctx |
int | h264_initialized |
struct vda_context | vda_ctx |
enum AVPixelFormat | pix_fmt |
void * | hwaccel_context |
enum AVPixelFormat(* | get_format )(struct AVCodecContext *s, const enum AVPixelFormat *fmt) |
int(* | get_buffer2 )(struct AVCodecContext *s, AVFrame *frame, int flags) |
int(* | get_buffer )(struct AVCodecContext *c, AVFrame *pic) |
Definition at line 54 of file vda_h264_dec.c.
H264Context VDADecoderContext::h264ctx |
Definition at line 55 of file vda_h264_dec.c.
Referenced by vdadec_init().
int VDADecoderContext::h264_initialized |
Definition at line 56 of file vda_h264_dec.c.
Referenced by vdadec_close(), and vdadec_init().
struct vda_context VDADecoderContext::vda_ctx |
Definition at line 57 of file vda_h264_dec.c.
Referenced by set_context(), vdadec_close(), and vdadec_init().
enum AVPixelFormat VDADecoderContext::pix_fmt |
Definition at line 58 of file vda_h264_dec.c.
Referenced by vdadec_decode(), and vdadec_init().
void* VDADecoderContext::hwaccel_context |
Definition at line 62 of file vda_h264_dec.c.
Referenced by restore_context(), and set_context().
enum AVPixelFormat(* VDADecoderContext::get_format)(struct AVCodecContext *s, const enum AVPixelFormat *fmt) |
Definition at line 63 of file vda_h264_dec.c.
Referenced by restore_context(), and set_context().
int(* VDADecoderContext::get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags) |
Definition at line 64 of file vda_h264_dec.c.
Referenced by restore_context(), and set_context().
int(* VDADecoderContext::get_buffer)(struct AVCodecContext *c, AVFrame *pic) |
Definition at line 66 of file vda_h264_dec.c.
Referenced by restore_context(), and set_context().