Home
last modified time | relevance | path

Searched refs:av_bprint_chars (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dgraphdump.c93 av_bprint_chars(buf, ' ', in_indent); in avfilter_graph_dump_to_buf()
95 av_bprint_chars(buf, '-', width); in avfilter_graph_dump_to_buf()
106 av_bprint_chars(buf, '-', e - buf->len); in avfilter_graph_dump_to_buf()
110 av_bprint_chars(buf, '-', e - buf->len); in avfilter_graph_dump_to_buf()
113 av_bprint_chars(buf, ' ', in_indent); in avfilter_graph_dump_to_buf()
126 av_bprint_chars(buf, ' ', width); in avfilter_graph_dump_to_buf()
137 av_bprint_chars(buf, '-', e - buf->len); in avfilter_graph_dump_to_buf()
141 av_bprint_chars(buf, '-', e - buf->len); in avfilter_graph_dump_to_buf()
146 av_bprint_chars(buf, ' ', in_indent); in avfilter_graph_dump_to_buf()
148 av_bprint_chars(buf, '-', width); in avfilter_graph_dump_to_buf()
Df_sendcmd.c72 av_bprint_chars(pbuf, '+', 1); in make_command_flags_str()
Dvf_drawtext.c1202 av_bprint_chars(bp, text[1], 1); in expand_text()
1209 av_bprint_chars(bp, *text, 1); in expand_text()
/third_party/ffmpeg/libavcodec/
Dhtmlsubtitles.c87 av_bprint_chars(dst, *in, 1); in handle_open_brace()
178 av_bprint_chars(dst, *in, 1); in ff_htmlmarkup_to_ass()
192 av_bprint_chars(dst, '<', 1); in ff_htmlmarkup_to_ass()
296 av_bprint_chars(dst, '<', 1); in ff_htmlmarkup_to_ass()
299 av_bprint_chars(dst, *in, 1); in ff_htmlmarkup_to_ass()
303 av_bprint_chars(dst, *in, 1); in ff_htmlmarkup_to_ass()
Drealtextdec.c39 av_bprint_chars(buf, *p, 1); in rt_event_to_ass()
41 av_bprint_chars(buf, ' ', 1); in rt_event_to_ass()
Dsamidec.c109 av_bprint_chars(dst, *p, 1); in sami_paragraph_to_ass()
111 av_bprint_chars(dst, ' ', 1); in sami_paragraph_to_ass()
Dsubviewerdec.c41 av_bprint_chars(buf, *p, 1); in subviewer_event_to_ass()
Dmpl2dec.c50 av_bprint_chars(buf, *p, 1); in mpl2_event_to_ass()
Dwebvttdec.c76 av_bprint_chars(buf, *p, 1); in webvtt_event_to_ass()
Dass.c181 av_bprint_chars(buf, *p, 1); in ff_ass_bprint_text_event()
Dmicrodvddec.c300 av_bprint_chars(&new_line, *line, 1); in microdvd_decode_frame()
Dlibzvbi-teletextdec.c288 PUT_UTF8(out, tmp, av_bprint_chars(buf, tmp, 1);); in decode_string()
/third_party/ffmpeg/libavutil/
Dbprint.c140 void av_bprint_chars(AVBPrint *buf, char c, unsigned n) in av_bprint_chars() function
276 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
281 av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
283 av_bprint_chars(dstbuf, '\'', 1); in av_bprint_escape()
310 default: av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
329 av_bprint_chars(dstbuf, '\\', 1); in av_bprint_escape()
330 av_bprint_chars(dstbuf, *src, 1); in av_bprint_escape()
Dbprint.h137 void av_bprint_chars(AVBPrint *buf, char c, unsigned n);
/third_party/ffmpeg/libavformat/
Dtedcaptionsdec.c61 av_bprint_chars(bp, c, 1); in av_bprint_utf8()
65 av_bprint_chars(bp, (c >> (bytes * 6)) | ((0xFF80 >> bytes) & 0xFF), 1); in av_bprint_utf8()
67 av_bprint_chars(bp, ((c >> (i * 6)) & 0x3F) | 0x80, 1); in av_bprint_utf8()
115 av_bprint_chars(bp, *cur_byte, 1); in parse_string()
118 av_bprint_chars(bp, *cur_byte, 1); in parse_string()
Dau.c106 av_bprint_chars(&bprint, c, 1); in au_read_annotation()
127 av_bprint_chars(&bprint, c, 1); in au_read_annotation()
266 av_bprint_chars(annotations, '\n', 1); in au_get_annotations()
272 av_bprint_chars(annotations, '\0', 8); in au_get_annotations()
Dsubtitles.c329 av_bprint_chars(buf, *c, 1); in ff_smil_extract_next_text_chunk()
334 av_bprint_chars(buf, '>', 1); in ff_smil_extract_next_text_chunk()
402 av_bprint_chars(buf, c, 1); in ff_subtitles_read_text_chunk()
Dassdec.c104 av_bprint_chars(buf, c, 1); in get_line()
Duncodedframecrcenc.c153 av_bprint_chars(&bp, '\n', 1); in write_frame()
Dlrcdec.c110 av_bprint_chars(buf, c, 1); in read_line()
/third_party/ffmpeg/tools/
Dzmqsend.c117 av_bprint_chars(&src, c, 1); in main()
118 av_bprint_chars(&src, 0, 1); in main()
Dffescape.c156 av_bprint_chars(&src, c, 1); in main()
157 av_bprint_chars(&src, 0, 1); in main()
/third_party/ffmpeg/fftools/
Dffprobe.c829 av_bprint_chars(&bp, ' ', 41 - 2 * i - i / 2); in writer_print_data()
831 av_bprint_chars(&bp, data[i] - 32U < 95 ? data[i] : '.', 1); in writer_print_data()
1039 av_bprint_chars(dst, '\\', 1); in c_escape_str()
1040 av_bprint_chars(dst, *p, 1); in c_escape_str()
1055 av_bprint_chars(dst, '"', 1); in csv_escape_str()
1059 av_bprint_chars(dst, '"', 1); in csv_escape_str()
1060 av_bprint_chars(dst, *src, 1); in csv_escape_str()
1063 av_bprint_chars(dst, '"', 1); in csv_escape_str()
1274 av_bprint_chars(dst, '_', 1); in flat_escape_key_str()
1276 av_bprint_chars(dst, *p, 1); in flat_escape_key_str()
[all …]
Dcmdutils.c965 av_bprint_chars(bp, c, 1); in expand_filename_template()
969 av_bprint_chars(bp, c, 1); in expand_filename_template()
/third_party/ffmpeg/libavdevice/
Dlavfi.c155 av_bprint_chars(&graph_file_pb, '\0', 1); in lavfi_read_header()

12