FFmpeg
|
Data Fields | |
AVClass * | class |
AVCodecContext * | avctx |
AVFrame * | frame |
AVFrame * | final_frame |
FICThreadContext * | slice_data |
int | slice_data_size |
const uint8_t * | qmat |
enum AVPictureType | cur_frame_type |
int | aligned_width |
int | aligned_height |
int | num_slices |
int | slice_h |
uint8_t | cursor_buf [4096] |
int | skip_cursor |
AVCodecContext* FICContext::avctx |
Definition at line 41 of file fic.c.
Referenced by fic_decode_init().
AVFrame* FICContext::frame |
Definition at line 42 of file fic.c.
Referenced by fic_decode_block(), fic_decode_close(), fic_decode_frame(), fic_decode_init(), and fic_decode_slice().
AVFrame* FICContext::final_frame |
Definition at line 43 of file fic.c.
Referenced by fic_decode_close(), fic_decode_frame(), and fic_draw_cursor().
FICThreadContext* FICContext::slice_data |
Definition at line 45 of file fic.c.
Referenced by fic_decode_close(), and fic_decode_frame().
int FICContext::slice_data_size |
Definition at line 46 of file fic.c.
Referenced by fic_decode_frame().
const uint8_t* FICContext::qmat |
Definition at line 48 of file fic.c.
Referenced by fic_decode_block(), and fic_decode_frame().
enum AVPictureType FICContext::cur_frame_type |
int FICContext::aligned_width |
Definition at line 52 of file fic.c.
Referenced by fic_decode_init(), and fic_decode_slice().
int FICContext::aligned_height |
Definition at line 52 of file fic.c.
Referenced by fic_decode_frame(), and fic_decode_init().
int FICContext::slice_h |
Definition at line 53 of file fic.c.
Referenced by fic_decode_frame().
uint8_t FICContext::cursor_buf[4096] |
Definition at line 55 of file fic.c.
Referenced by fic_decode_frame(), and fic_draw_cursor().
int FICContext::skip_cursor |
Definition at line 56 of file fic.c.
Referenced by fic_decode_frame().