Searched refs:avio_put_str (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | id3v2enc.c | 56 put = avio_put_str; in id3v2_encode_string() 272 avio_put_str(dyn_bc, "toc"); in write_ctoc() 277 avio_put_str(dyn_bc, name); in write_ctoc() 308 id3->len += avio_put_str(dyn_bc, name); in write_chapter() 401 avio_put_str(dyn_buf, mimetype); in ff_id3v2_write_apic()
|
D | cafenc.c | 205 avio_put_str(pb, t->key); in caf_write_header() 206 avio_put_str(pb, t->value); in caf_write_header()
|
D | apetag.c | 198 avio_put_str(dyn_bc, e->key); // key in ff_ape_write_tag()
|
D | avio.h | 442 int avio_put_str(AVIOContext *s, const char *str);
|
D | riffenc.c | 310 avio_put_str(pb, str); in ff_riff_write_info_tag()
|
D | wavenc.c | 140 avio_put_str(s->pb, tmp_tag->value); in bwf_write_bext_chunk()
|
D | aviobuf.c | 402 int avio_put_str(AVIOContext *s, const char *str) in avio_put_str() function
|
D | movenc.c | 1864 avio_put_str(pb, "http://www.w3.org/ns/ttml"); in mov_write_subtitle_tag() 1938 avio_put_str(pb, metadata_source); in mov_write_sv3d_tag()
|