FFmpeg  3.3.9
Data Fields
CHDContext Struct Reference

Data Fields

AVClassav_class
 
AVCodecContextavctx
 
HANDLE dev
 
uint8_torig_extradata
 
uint32_t orig_extradata_size
 
AVBSFContextbsfc
 
uint8_t is_70012
 
uint8_tsps_pps_buf
 
uint32_t sps_pps_size
 
uint8_t is_nal
 
uint8_t need_second_field
 
uint8_t draining
 
OpaqueListhead
 
OpaqueListtail
 
uint32_t sWidth
 
uint8_t bframe_bug
 

Detailed Description

Definition at line 89 of file crystalhd.c.

Field Documentation

◆ av_class

AVClass* CHDContext::av_class

Definition at line 90 of file crystalhd.c.

◆ avctx

AVCodecContext* CHDContext::avctx

◆ dev

HANDLE CHDContext::dev

◆ orig_extradata

uint8_t* CHDContext::orig_extradata

Definition at line 94 of file crystalhd.c.

Referenced by init_bsf(), and uninit().

◆ orig_extradata_size

uint32_t CHDContext::orig_extradata_size

Definition at line 95 of file crystalhd.c.

Referenced by init_bsf(), and uninit().

◆ bsfc

AVBSFContext* CHDContext::bsfc

Definition at line 97 of file crystalhd.c.

Referenced by crystalhd_decode_packet(), init_bsf(), and uninit().

◆ is_70012

uint8_t CHDContext::is_70012

Definition at line 99 of file crystalhd.c.

Referenced by copy_frame(), and init().

◆ sps_pps_buf

uint8_t* CHDContext::sps_pps_buf

Definition at line 100 of file crystalhd.c.

Referenced by uninit().

◆ sps_pps_size

uint32_t CHDContext::sps_pps_size

Definition at line 101 of file crystalhd.c.

◆ is_nal

uint8_t CHDContext::is_nal

Definition at line 102 of file crystalhd.c.

Referenced by id2subtype(), and init().

◆ need_second_field

uint8_t CHDContext::need_second_field

Definition at line 103 of file crystalhd.c.

Referenced by copy_frame(), and flush().

◆ draining

uint8_t CHDContext::draining

Definition at line 104 of file crystalhd.c.

Referenced by crystalhd_decode_packet(), crystalhd_receive_frame(), flush(), and init().

◆ head

OpaqueList* CHDContext::head

Definition at line 106 of file crystalhd.c.

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

◆ tail

OpaqueList* CHDContext::tail

Definition at line 107 of file crystalhd.c.

Referenced by opaque_list_pop(), and opaque_list_push().

◆ sWidth

uint32_t CHDContext::sWidth

Definition at line 110 of file crystalhd.c.

Referenced by init().

◆ bframe_bug

uint8_t CHDContext::bframe_bug

Definition at line 111 of file crystalhd.c.

Referenced by crystalhd_decode_packet(), and receive_frame().


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