FFmpeg
Data Fields
CHDContext Struct Reference

Data Fields

AVClassav_class
 
AVCodecContextavctx
 
AVPacketpkt
 
HANDLE dev
 
uint8_t is_70012
 
uint8_t need_second_field
 
uint8_t draining
 
OpaqueListhead
 
OpaqueListtail
 
uint32_t sWidth
 

Detailed Description

Definition at line 93 of file crystalhd.c.

Field Documentation

◆ av_class

AVClass* CHDContext::av_class

Definition at line 94 of file crystalhd.c.

◆ avctx

AVCodecContext* CHDContext::avctx

◆ pkt

AVPacket* CHDContext::pkt

Definition at line 98 of file crystalhd.c.

Referenced by crystalhd_receive_frame(), and init().

◆ dev

HANDLE CHDContext::dev

◆ is_70012

uint8_t CHDContext::is_70012

Definition at line 101 of file crystalhd.c.

Referenced by copy_frame(), and init().

◆ need_second_field

uint8_t CHDContext::need_second_field

Definition at line 102 of file crystalhd.c.

Referenced by copy_frame(), and flush().

◆ draining

uint8_t CHDContext::draining

Definition at line 103 of file crystalhd.c.

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

◆ head

OpaqueList* CHDContext::head

Definition at line 105 of file crystalhd.c.

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

◆ tail

OpaqueList* CHDContext::tail

Definition at line 106 of file crystalhd.c.

Referenced by opaque_list_pop(), and opaque_list_push().

◆ sWidth

uint32_t CHDContext::sWidth

Definition at line 109 of file crystalhd.c.

Referenced by init().


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