Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmovtextenc.c59 uint8_t style_fontsize; member
124 bytestream_put_byte(&p, style->style_fontsize); in encode_styl()
232 s->d.style_fontsize = DEFAULT_STYLE_FONTSIZE; in encode_sample_description()
236 s->d.style_fontsize = FONTSIZE_SCALE(s, style->font_size); in encode_sample_description()
255 bytestream_put_byte(&p, s->d.style_fontsize); in encode_sample_description()
354 s->style_attributes_temp.style_fontsize != s->d.style_fontsize) { in mov_text_style_start()
526 if (s->style_attributes_temp.style_fontsize == size) { in mov_text_font_size_set()
531 s->style_attributes_temp.style_fontsize = size; in mov_text_font_size_set()