Data Fields | |
AVClass * | av_class |
AVCodecContext * | avctx |
AVFrame | pic |
HANDLE | dev |
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 121 of file crystalhd.c.
Definition at line 122 of file crystalhd.c.
Definition at line 123 of file crystalhd.c.
Referenced by copy_frame(), decode(), init(), opaque_list_pop(), opaque_list_push(), and print_frame_info().
uint8_t CHDContext::bframe_bug |
uint64_t CHDContext::decode_wait |
HANDLE CHDContext::dev |
Definition at line 125 of file crystalhd.c.
Referenced by copy_frame(), decode(), flush(), init(), receive_frame(), and uninit().
Definition at line 141 of file crystalhd.c.
Referenced by opaque_list_pop(), opaque_list_push(), and uninit().
uint8_t CHDContext::is_70012 |
uint8_t CHDContext::is_nal |
uint64_t CHDContext::last_picture |
Definition at line 139 of file crystalhd.c.
Referenced by copy_frame(), flush(), init(), and receive_frame().
uint8_t CHDContext::need_second_field |
uint8_t CHDContext::output_ready |
uint8_t CHDContext::skip_next_output |
uint8_t* CHDContext::sps_pps_buf |
uint32_t CHDContext::sps_pps_size |
uint32_t CHDContext::sWidth |
Definition at line 142 of file crystalhd.c.
Referenced by opaque_list_pop(), and opaque_list_push().