FFmpeg
|
Data Fields | |
StyleBox ** | s |
StyleBox * | s_temp |
HighlightBox | h |
HilightcolorBox | c |
FontRecord ** | ftab |
FontRecord * | ftab_temp |
TextWrapBox | w |
MovTextDefault | d |
uint8_t | box_flags |
uint16_t | style_entries |
uint16_t | ftab_entries |
uint64_t | tracksize |
int | size_var |
int | count_s |
int | count_f |
int | readorder |
AVCodecContext * | avctx |
ASSSplitContext * | ass_ctx |
AVBPrint | buffer |
StyleBox ** | style_attributes |
StyleBox * | style_attributes_temp |
HighlightBox | hlit |
HilightcolorBox | hclr |
int | count |
uint16_t | style_fontID |
uint8_t | style_fontsize |
uint32_t | style_color |
uint16_t | text_pos |
uint16_t | byte_count |
Definition at line 88 of file movtextdec.c.
StyleBox** MovTextContext::s |
Definition at line 89 of file movtextdec.c.
Referenced by decode_styl(), mov_text_cleanup(), and text_to_ass().
StyleBox* MovTextContext::s_temp |
Definition at line 90 of file movtextdec.c.
Referenced by decode_styl().
HighlightBox MovTextContext::h |
Definition at line 91 of file movtextdec.c.
Referenced by decode_hlit(), and text_to_ass().
HilightcolorBox MovTextContext::c |
Definition at line 92 of file movtextdec.c.
Referenced by decode_hclr(), and text_to_ass().
FontRecord** MovTextContext::ftab |
Definition at line 93 of file movtextdec.c.
Referenced by mov_text_cleanup_ftab(), mov_text_tx3g(), and text_to_ass().
FontRecord* MovTextContext::ftab_temp |
Definition at line 94 of file movtextdec.c.
Referenced by mov_text_cleanup_ftab(), and mov_text_tx3g().
TextWrapBox MovTextContext::w |
Definition at line 95 of file movtextdec.c.
Referenced by decode_twrp(), and text_to_ass().
MovTextDefault MovTextContext::d |
Definition at line 96 of file movtextdec.c.
Referenced by mov_text_init(), and mov_text_tx3g().
uint8_t MovTextContext::box_flags |
Definition at line 97 of file movtextdec.c.
Referenced by decode_hclr(), decode_hlit(), decode_styl(), decode_twrp(), encode_hclr(), encode_hlit(), encode_styl(), mov_text_cleanup(), mov_text_color_cb(), mov_text_decode_frame(), mov_text_encode_frame(), mov_text_style_cb(), and text_to_ass().
uint16_t MovTextContext::style_entries |
Definition at line 98 of file movtextdec.c.
Referenced by decode_styl(), encode_styl(), mov_text_cleanup(), mov_text_decode_frame(), mov_text_encode_frame(), and text_to_ass().
uint16_t MovTextContext::ftab_entries |
Definition at line 98 of file movtextdec.c.
Referenced by mov_text_tx3g(), and text_to_ass().
uint64_t MovTextContext::tracksize |
Definition at line 99 of file movtextdec.c.
Referenced by decode_styl(), and mov_text_decode_frame().
int MovTextContext::size_var |
Definition at line 100 of file movtextdec.c.
Referenced by decode_styl(), and mov_text_decode_frame().
int MovTextContext::count_s |
Definition at line 101 of file movtextdec.c.
Referenced by decode_styl(), mov_text_cleanup(), and mov_text_decode_frame().
int MovTextContext::count_f |
Definition at line 101 of file movtextdec.c.
Referenced by mov_text_cleanup_ftab(), and mov_text_tx3g().
int MovTextContext::readorder |
Definition at line 102 of file movtextdec.c.
Referenced by mov_text_decode_frame(), and mov_text_flush().
AVCodecContext* MovTextContext::avctx |
Definition at line 60 of file movtextenc.c.
Referenced by mov_text_encode_init(), and mov_text_style_cb().
ASSSplitContext* MovTextContext::ass_ctx |
Definition at line 62 of file movtextenc.c.
Referenced by mov_text_encode_close(), mov_text_encode_frame(), and mov_text_encode_init().
AVBPrint MovTextContext::buffer |
Definition at line 63 of file movtextenc.c.
Referenced by encode_hclr(), encode_hlit(), encode_styl(), mov_text_encode_close(), mov_text_encode_frame(), mov_text_encode_init(), mov_text_new_line_cb(), mov_text_style_cb(), and mov_text_text_cb().
StyleBox** MovTextContext::style_attributes |
Definition at line 64 of file movtextenc.c.
Referenced by encode_styl(), mov_text_cleanup(), and mov_text_style_cb().
StyleBox* MovTextContext::style_attributes_temp |
Definition at line 65 of file movtextenc.c.
Referenced by mov_text_style_cb().
HighlightBox MovTextContext::hlit |
Definition at line 66 of file movtextenc.c.
Referenced by encode_hlit(), and mov_text_color_cb().
HilightcolorBox MovTextContext::hclr |
Definition at line 67 of file movtextenc.c.
Referenced by encode_hclr(), and mov_text_color_cb().
int MovTextContext::count |
Definition at line 68 of file movtextenc.c.
Referenced by encode_styl(), mov_text_cleanup(), mov_text_encode_frame(), and mov_text_style_cb().
uint16_t MovTextContext::style_fontID |
Definition at line 71 of file movtextenc.c.
Referenced by encode_styl().
uint8_t MovTextContext::style_fontsize |
Definition at line 72 of file movtextenc.c.
Referenced by encode_styl().
uint32_t MovTextContext::style_color |
Definition at line 73 of file movtextenc.c.
Referenced by encode_styl().
uint16_t MovTextContext::text_pos |
Definition at line 74 of file movtextenc.c.
Referenced by mov_text_color_cb(), mov_text_encode_frame(), mov_text_new_line_cb(), mov_text_style_cb(), and mov_text_text_cb().
uint16_t MovTextContext::byte_count |
Definition at line 75 of file movtextenc.c.
Referenced by mov_text_encode_frame(), mov_text_new_line_cb(), and mov_text_text_cb().