Searched refs:avio_put_str (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | id3v2enc.c | 55 put = avio_put_str; in id3v2_encode_string() 271 avio_put_str(dyn_bc, "toc"); in write_ctoc() 276 avio_put_str(dyn_bc, name); in write_ctoc() 307 id3->len += avio_put_str(dyn_bc, name); in write_chapter() 400 avio_put_str(dyn_buf, mimetype); in ff_id3v2_write_apic()
|
D | cafenc.c | 196 avio_put_str(pb, t->key); in caf_write_header() 197 avio_put_str(pb, t->value); in caf_write_header()
|
D | apetag.c | 207 avio_put_str(dyn_bc, e->key); // key in ff_ape_write_tag()
|
D | avio.h | 494 int avio_put_str(AVIOContext *s, const char *str);
|
D | riffenc.c | 309 avio_put_str(pb, str); in ff_riff_write_info_tag()
|
D | wavenc.c | 138 avio_put_str(s->pb, tmp_tag->value); in bwf_write_bext_chunk()
|
D | aviobuf.c | 391 int avio_put_str(AVIOContext *s, const char *str) in avio_put_str() function
|
D | movenc.c | 1876 avio_put_str(pb, metadata_source); in mov_write_sv3d_tag()
|