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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmicrodvddec.c67 #define MICRODVD_STYLES "ibus" macro
87 int style_index = indexof(MICRODVD_STYLES, *s);
193 for (sidx = 0; sidx < sizeof(MICRODVD_STYLES) - 1; sidx++)
195 av_bprintf(new_line, "{\\%c1}", MICRODVD_STYLES[sidx]);
237 for (sidx = sizeof(MICRODVD_STYLES) - 2; sidx >= 0; sidx--)
239 av_bprintf(new_line, "{\\%c0}", MICRODVD_STYLES[sidx]);
342 for (sidx = 0; sidx < sizeof(MICRODVD_STYLES) - 1; sidx++) {
344 switch (MICRODVD_STYLES[sidx]) {

Completed in 66 milliseconds