FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
VDADecoderContext Struct Reference

Data Fields

H264Context h264ctx
 
int h264_initialized
 
struct vda_context vda_ctx
 
enum AVPixelFormat pix_fmt
 
voidhwaccel_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)
 

Detailed Description

Definition at line 54 of file vda_h264_dec.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: