Home
last modified time | relevance | path

Searched refs:style_fontID (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmovtextenc.c58 uint16_t style_fontID; member
122 bytestream_put_be16(&p, style->style_fontID); in encode_styl()
231 s->d.style_fontID = DEFAULT_STYLE_FONT_ID; in encode_sample_description()
253 bytestream_put_be16(&p, s->d.style_fontID); in encode_sample_description()
353 s->style_attributes_temp.style_fontID != s->d.style_fontID || in mov_text_style_start()
510 if (s->style_attributes_temp.style_fontID == fontID) { in mov_text_font_name_set()
515 s->style_attributes_temp.style_fontID = fontID; in mov_text_font_name_set()
Dmovtextdec.c84 uint16_t style_fontID; member
300 style->style_fontID = bytestream_get_be16(&tsmb); in decode_styl()
372 if (style->style_fontID != m->d.fontID) in text_to_ass()
374 if (style->style_fontID == m->ftab[i].fontID) in text_to_ass()