Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c34 #define STYLE_FLAG_BOLD (1<<0) macro
237 s->d.style_flag = (!!style->bold * STYLE_FLAG_BOLD) | in encode_sample_description()
384 style_flag = STYLE_FLAG_BOLD; in mov_text_style_to_flag()
551 style_flags = (!!style->bold * STYLE_FLAG_BOLD) | in mov_text_ass_style_set()
H A Dmovtextdec.c33 #define STYLE_FLAG_BOLD (1<<0) macro
138 style->bold = !!(style->flags & STYLE_FLAG_BOLD); in mov_text_parse_style_record()

Completed in 3 milliseconds