Home
last modified time | relevance | path

Searched refs:style_flag (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c56 uint8_t style_flag; member
121 bytestream_put_byte(&p, style->style_flag); in encode_styl()
232 s->d.style_flag = DEFAULT_STYLE_FLAG; in encode_sample_description()
237 s->d.style_flag = (!!style->bold * STYLE_FLAG_BOLD) | in encode_sample_description()
252 bytestream_put_byte(&p, s->d.style_flag); in encode_sample_description()
349 if (s->style_attributes_temp.style_flag != s->d.style_flag || in mov_text_style_start()
380 uint8_t style_flag = 0; in mov_text_style_to_flag() local
384 style_flag = STYLE_FLAG_BOLD; in mov_text_style_to_flag()
387 style_flag in mov_text_style_to_flag()
409 uint8_t style_flag = mov_text_style_to_flag(style); mov_text_style_cb() local
[all...]

Completed in 2 milliseconds