Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dbprint.h216 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars,
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.c265 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape() function
Davstring.c342 av_bprint_escape(&dstbuf, src, special_chars, mode, flags); in av_escape()
Dopt.c2118 av_bprint_escape(&bprint, o->name, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_opt_serialize()
2120 av_bprint_escape(&bprint, buf, special_chars, AV_ESCAPE_MODE_BACKSLASH, 0); in av_opt_serialize()
/third_party/ffmpeg/libavcodec/
Dttmlenc.c62 av_bprint_escape(buffer, cur_line.str, NULL, AV_ESCAPE_MODE_XML, in ttml_text_cb()
/third_party/ffmpeg/fftools/
Dffprobe.c1746 av_bprint_escape(&buf, key, NULL, in xml_print_str()
1752 av_bprint_escape(&buf, value, NULL, in xml_print_str()
1759 av_bprint_escape(&buf, value, NULL, in xml_print_str()
/third_party/ffmpeg/doc/
DAPIchanges1758 Add av_escape() and av_bprint_escape() API.