Home
last modified time | relevance | path

Searched refs:av_bprint_escape (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dttmlenc.c62 av_bprint_escape(buffer, cur_line.str, NULL, AV_ESCAPE_MODE_XML, in ttml_text_cb()
104 av_bprint_escape(&s->buffer, dialog->style, NULL, in ttml_encode_frame()
262 av_bprint_escape(buf, style.name, NULL, AV_ESCAPE_MODE_XML, in ttml_write_region()
272 av_bprint_escape(buf, display_alignment, NULL, AV_ESCAPE_MODE_XML, in ttml_write_region()
277 av_bprint_escape(buf, text_alignment, NULL, AV_ESCAPE_MODE_XML, in ttml_write_region()
291 av_bprint_escape(buf, style.font_name, NULL, AV_ESCAPE_MODE_XML, in ttml_write_region()
/third_party/ffmpeg/libavutil/
Ddict.c251 av_bprint_escape(&bprint, t->key, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_dict_get_string()
253 av_bprint_escape(&bprint, t->value, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_dict_get_string()
Dbprint.h216 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars,
Dbprint.c263 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape() function
Davstring.c345 av_bprint_escape(&dstbuf, src, special_chars, mode, flags); in av_escape()
Dopt.c2230 av_bprint_escape(&bprint, o->name, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_opt_serialize()
2232 av_bprint_escape(&bprint, buf, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_opt_serialize()
/third_party/ffmpeg/fftools/
Dffprobe.c1836 av_bprint_escape(&buf, key, NULL, in xml_print_str()
1842 av_bprint_escape(&buf, value, NULL, in xml_print_str()
1849 av_bprint_escape(&buf, value, NULL, in xml_print_str()
/third_party/ffmpeg/doc/
DAPIchanges2037 Add av_escape() and av_bprint_escape() API.