FFmpeg
|
Data Fields | |
AVClass * | av_class |
AVCodecContext * | avctx |
AVFrame * | pic |
HANDLE | dev |
uint8_t * | orig_extradata |
uint32_t | orig_extradata_size |
AVBitStreamFilterContext * | bsfc |
AVCodecParserContext * | parser |
uint8_t | is_70012 |
uint8_t * | sps_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 |
OpaqueList * | head |
OpaqueList * | tail |
uint32_t | sWidth |
uint8_t | bframe_bug |
Definition at line 122 of file crystalhd.c.
AVClass* CHDContext::av_class |
Definition at line 123 of file crystalhd.c.
AVCodecContext* CHDContext::avctx |
Definition at line 124 of file crystalhd.c.
Referenced by copy_frame(), decode(), init(), opaque_list_pop(), opaque_list_push(), and print_frame_info().
AVFrame* CHDContext::pic |
Definition at line 125 of file crystalhd.c.
Referenced by copy_frame(), flush(), init(), and uninit().
HANDLE CHDContext::dev |
Definition at line 126 of file crystalhd.c.
Referenced by copy_frame(), decode(), flush(), init(), receive_frame(), and uninit().
uint8_t* CHDContext::orig_extradata |
Definition at line 128 of file crystalhd.c.
uint32_t CHDContext::orig_extradata_size |
Definition at line 129 of file crystalhd.c.
AVBitStreamFilterContext* CHDContext::bsfc |
Definition at line 131 of file crystalhd.c.
AVCodecParserContext* CHDContext::parser |
Definition at line 132 of file crystalhd.c.
uint8_t CHDContext::is_70012 |
Definition at line 134 of file crystalhd.c.
Referenced by copy_frame(), and init().
uint8_t* CHDContext::sps_pps_buf |
Definition at line 135 of file crystalhd.c.
Referenced by uninit().
uint32_t CHDContext::sps_pps_size |
Definition at line 136 of file crystalhd.c.
uint8_t CHDContext::is_nal |
Definition at line 137 of file crystalhd.c.
Referenced by id2subtype(), and init().
uint8_t CHDContext::output_ready |
Definition at line 138 of file crystalhd.c.
uint8_t CHDContext::need_second_field |
Definition at line 139 of file crystalhd.c.
Referenced by copy_frame(), and flush().
uint8_t CHDContext::skip_next_output |
Definition at line 140 of file crystalhd.c.
uint64_t CHDContext::decode_wait |
Definition at line 141 of file crystalhd.c.
uint64_t CHDContext::last_picture |
Definition at line 143 of file crystalhd.c.
Referenced by copy_frame(), flush(), init(), and receive_frame().
OpaqueList* CHDContext::head |
Definition at line 145 of file crystalhd.c.
Referenced by opaque_list_pop(), opaque_list_push(), and uninit().
OpaqueList* CHDContext::tail |
Definition at line 146 of file crystalhd.c.
Referenced by opaque_list_pop(), and opaque_list_push().
uint32_t CHDContext::sWidth |
Definition at line 149 of file crystalhd.c.
Referenced by init().
uint8_t CHDContext::bframe_bug |
Definition at line 150 of file crystalhd.c.
Referenced by decode(), and receive_frame().