/third_party/ffmpeg/libavfilter/ |
D | graphdump.c | 93 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()
|
D | f_sendcmd.c | 72 av_bprint_chars(pbuf, '+', 1); in make_command_flags_str()
|
D | vf_drawtext.c | 1202 av_bprint_chars(bp, text[1], 1); in expand_text() 1209 av_bprint_chars(bp, *text, 1); in expand_text()
|
/third_party/ffmpeg/libavcodec/ |
D | htmlsubtitles.c | 87 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()
|
D | realtextdec.c | 39 av_bprint_chars(buf, *p, 1); in rt_event_to_ass() 41 av_bprint_chars(buf, ' ', 1); in rt_event_to_ass()
|
D | samidec.c | 109 av_bprint_chars(dst, *p, 1); in sami_paragraph_to_ass() 111 av_bprint_chars(dst, ' ', 1); in sami_paragraph_to_ass()
|
D | subviewerdec.c | 41 av_bprint_chars(buf, *p, 1); in subviewer_event_to_ass()
|
D | mpl2dec.c | 50 av_bprint_chars(buf, *p, 1); in mpl2_event_to_ass()
|
D | webvttdec.c | 76 av_bprint_chars(buf, *p, 1); in webvtt_event_to_ass()
|
D | ass.c | 181 av_bprint_chars(buf, *p, 1); in ff_ass_bprint_text_event()
|
D | microdvddec.c | 300 av_bprint_chars(&new_line, *line, 1); in microdvd_decode_frame()
|
D | libzvbi-teletextdec.c | 288 PUT_UTF8(out, tmp, av_bprint_chars(buf, tmp, 1);); in decode_string()
|
/third_party/ffmpeg/libavutil/ |
D | bprint.c | 140 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()
|
D | bprint.h | 137 void av_bprint_chars(AVBPrint *buf, char c, unsigned n);
|
/third_party/ffmpeg/libavformat/ |
D | tedcaptionsdec.c | 61 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()
|
D | au.c | 106 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()
|
D | subtitles.c | 329 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()
|
D | assdec.c | 104 av_bprint_chars(buf, c, 1); in get_line()
|
D | uncodedframecrcenc.c | 153 av_bprint_chars(&bp, '\n', 1); in write_frame()
|
D | lrcdec.c | 110 av_bprint_chars(buf, c, 1); in read_line()
|
/third_party/ffmpeg/tools/ |
D | zmqsend.c | 117 av_bprint_chars(&src, c, 1); in main() 118 av_bprint_chars(&src, 0, 1); in main()
|
D | ffescape.c | 156 av_bprint_chars(&src, c, 1); in main() 157 av_bprint_chars(&src, 0, 1); in main()
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 829 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 …]
|
D | cmdutils.c | 965 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/ |
D | lavfi.c | 155 av_bprint_chars(&graph_file_pb, '\0', 1); in lavfi_read_header()
|