Searched refs:av_bprint_escape (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | bprint.h | 216 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars,
|
D | dict.c | 251 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()
|
D | bprint.c | 265 void av_bprint_escape(AVBPrint *dstbuf, const char *src, const char *special_chars, in av_bprint_escape() function
|
D | avstring.c | 342 av_bprint_escape(&dstbuf, src, special_chars, mode, flags); in av_escape()
|
D | opt.c | 2118 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/ |
D | ttmlenc.c | 62 av_bprint_escape(buffer, cur_line.str, NULL, AV_ESCAPE_MODE_XML, in ttml_text_cb()
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 1746 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/ |
D | APIchanges | 1758 Add av_escape() and av_bprint_escape() API.
|