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

Data Fields

AVClassav_class
 
AVCodecContextavctx
 
AVFramepic
 
HANDLE dev
 
uint8_torig_extradata
 
uint32_t orig_extradata_size
 
AVBitStreamFilterContextbsfc
 
AVCodecParserContextparser
 
uint8_t is_70012
 
uint8_tsps_pps_buf
 
uint32_t sps_pps_size
 
uint8_t is_nal
 
uint8_t output_ready
 
uint8_t need_second_field
 
uint8_t skip_next_output
 
uint64_t decode_wait
 
uint64_t last_picture
 
OpaqueListhead
 
OpaqueListtail
 
uint32_t sWidth
 
uint8_t bframe_bug
 

Detailed Description

Definition at line 125 of file crystalhd.c.

Field Documentation

AVClass* CHDContext::av_class

Definition at line 126 of file crystalhd.c.

AVCodecContext* CHDContext::avctx
AVFrame* CHDContext::pic

Definition at line 128 of file crystalhd.c.

Referenced by copy_frame(), flush(), init(), and uninit().

HANDLE CHDContext::dev

Definition at line 129 of file crystalhd.c.

Referenced by copy_frame(), decode(), flush(), init(), receive_frame(), and uninit().

uint8_t* CHDContext::orig_extradata

Definition at line 131 of file crystalhd.c.

Referenced by init(), and uninit().

uint32_t CHDContext::orig_extradata_size

Definition at line 132 of file crystalhd.c.

Referenced by init(), and uninit().

AVBitStreamFilterContext* CHDContext::bsfc

Definition at line 134 of file crystalhd.c.

Referenced by decode(), init(), and uninit().

AVCodecParserContext* CHDContext::parser

Definition at line 135 of file crystalhd.c.

Referenced by decode(), init(), and uninit().

uint8_t CHDContext::is_70012

Definition at line 137 of file crystalhd.c.

Referenced by copy_frame(), and init().

uint8_t* CHDContext::sps_pps_buf

Definition at line 138 of file crystalhd.c.

Referenced by uninit().

uint32_t CHDContext::sps_pps_size

Definition at line 139 of file crystalhd.c.

uint8_t CHDContext::is_nal

Definition at line 140 of file crystalhd.c.

Referenced by id2subtype(), and init().

uint8_t CHDContext::output_ready

Definition at line 141 of file crystalhd.c.

Referenced by decode(), and flush().

uint8_t CHDContext::need_second_field

Definition at line 142 of file crystalhd.c.

Referenced by copy_frame(), and flush().

uint8_t CHDContext::skip_next_output

Definition at line 143 of file crystalhd.c.

Referenced by decode(), and flush().

uint64_t CHDContext::decode_wait

Definition at line 144 of file crystalhd.c.

Referenced by decode(), flush(), and init().

uint64_t CHDContext::last_picture

Definition at line 146 of file crystalhd.c.

Referenced by copy_frame(), flush(), init(), and receive_frame().

OpaqueList* CHDContext::head

Definition at line 148 of file crystalhd.c.

Referenced by opaque_list_pop(), opaque_list_push(), and uninit().

OpaqueList* CHDContext::tail

Definition at line 149 of file crystalhd.c.

Referenced by opaque_list_pop(), and opaque_list_push().

uint32_t CHDContext::sWidth

Definition at line 152 of file crystalhd.c.

Referenced by init().

uint8_t CHDContext::bframe_bug

Definition at line 153 of file crystalhd.c.

Referenced by decode(), and receive_frame().


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