FFmpeg
|
Data Fields | |
AVClass * | av_class |
AVCodecContext * | avctx |
HANDLE | dev |
uint8_t | is_70012 |
uint8_t | need_second_field |
uint8_t | draining |
OpaqueList * | head |
OpaqueList * | tail |
uint32_t | sWidth |
Definition at line 90 of file crystalhd.c.
AVClass* CHDContext::av_class |
Definition at line 91 of file crystalhd.c.
AVCodecContext* CHDContext::avctx |
Definition at line 92 of file crystalhd.c.
Referenced by copy_frame(), crystalhd_decode_packet(), init(), opaque_list_pop(), opaque_list_push(), and print_frame_info().
HANDLE CHDContext::dev |
Definition at line 93 of file crystalhd.c.
Referenced by copy_frame(), crystalhd_decode_packet(), crystalhd_receive_frame(), flush(), init(), receive_frame(), and uninit().
uint8_t CHDContext::is_70012 |
Definition at line 95 of file crystalhd.c.
Referenced by copy_frame(), and init().
uint8_t CHDContext::need_second_field |
Definition at line 96 of file crystalhd.c.
Referenced by copy_frame(), and flush().
uint8_t CHDContext::draining |
Definition at line 97 of file crystalhd.c.
Referenced by crystalhd_decode_packet(), crystalhd_receive_frame(), flush(), and init().
OpaqueList* CHDContext::head |
Definition at line 99 of file crystalhd.c.
Referenced by opaque_list_pop(), opaque_list_push(), and uninit().
OpaqueList* CHDContext::tail |
Definition at line 100 of file crystalhd.c.
Referenced by opaque_list_pop(), and opaque_list_push().
uint32_t CHDContext::sWidth |
Definition at line 103 of file crystalhd.c.
Referenced by init().