Searched refs:s_tag (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | ccaption_dec.c | 491 const char *e_tag = "", *s_tag = "", *c_tag = "", *b_tag = ""; in capture_screen() local 510 s_tag = "{\\i1}"; in capture_screen() 513 s_tag = "{\\u1}"; in capture_screen() 516 s_tag = "{\\u1}{\\i1}"; in capture_screen() 579 … av_bprintf(&ctx->buffer[bidx], "%s%s%s%s%s", e_tag, s_tag, c_tag, b_tag, override); in capture_screen() 582 av_bprintf(&ctx->buffer[bidx], "%s%s%s%s\\h", e_tag, s_tag, c_tag, b_tag); in capture_screen() 584 … av_bprintf(&ctx->buffer[bidx], "%s%s%s%s%c", e_tag, s_tag, c_tag, b_tag, row[j]); in capture_screen()
|
/third_party/boost/libs/contract/test/public_function/ |
D | smoke.hpp | 25 struct s_tag; 26 typedef boost::contract::test::detail::counter<s_tag, std::string> s_type;
|