Home
last modified time | relevance | path

Searched refs:avio_put_str (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
Did3v2enc.c55 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()
Dcafenc.c196 avio_put_str(pb, t->key); in caf_write_header()
197 avio_put_str(pb, t->value); in caf_write_header()
Dapetag.c207 avio_put_str(dyn_bc, e->key); // key in ff_ape_write_tag()
Davio.h494 int avio_put_str(AVIOContext *s, const char *str);
Driffenc.c309 avio_put_str(pb, str); in ff_riff_write_info_tag()
Dwavenc.c138 avio_put_str(s->pb, tmp_tag->value); in bwf_write_bext_chunk()
Daviobuf.c391 int avio_put_str(AVIOContext *s, const char *str) in avio_put_str() function
Dmovenc.c1876 avio_put_str(pb, metadata_source); in mov_write_sv3d_tag()