Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Did3v2enc.c56 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()
Dcafenc.c205 avio_put_str(pb, t->key); in caf_write_header()
206 avio_put_str(pb, t->value); in caf_write_header()
Dapetag.c198 avio_put_str(dyn_bc, e->key); // key in ff_ape_write_tag()
Davio.h442 int avio_put_str(AVIOContext *s, const char *str);
Driffenc.c310 avio_put_str(pb, str); in ff_riff_write_info_tag()
Dwavenc.c140 avio_put_str(s->pb, tmp_tag->value); in bwf_write_bext_chunk()
Daviobuf.c402 int avio_put_str(AVIOContext *s, const char *str) in avio_put_str() function
Dmovenc.c1864 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()