Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmicrodvddec.c68 #define MICRODVD_STYLES "ibus" macro
77 tag.data1 |= 1 << 0 /* 'i' position in MICRODVD_STYLES */; in check_for_italic_slash_marker()
104 int style_index = indexof(MICRODVD_STYLES, *s); in microdvd_load_tags()
212 for (sidx = 0; sidx < sizeof(MICRODVD_STYLES) - 1; sidx++) in microdvd_open_tags()
214 av_bprintf(new_line, "{\\%c1}", MICRODVD_STYLES[sidx]); in microdvd_open_tags()
256 for (sidx = sizeof(MICRODVD_STYLES) - 2; sidx >= 0; sidx--) in microdvd_close_no_persistent_tags()
258 av_bprintf(new_line, "{\\%c0}", MICRODVD_STYLES[sidx]); in microdvd_close_no_persistent_tags()
342 for (sidx = 0; sidx < sizeof(MICRODVD_STYLES) - 1; sidx++) { in microdvd_init()
344 switch (MICRODVD_STYLES[sidx]) { in microdvd_init()

Completed in 1 milliseconds