Home
last modified time | relevance | path

Searched refs:duration_pos (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h132 duration_pos, member
Dmatroska-mux.c3250 mux->duration_pos = ebml->pos; in gst_matroska_mux_start()
3806 gst_ebml_write_seek (ebml, mux->duration_pos); in gst_matroska_mux_finish()
3815 gst_ebml_write_seek (ebml, mux->duration_pos); in gst_matroska_mux_finish()
/third_party/ffmpeg/libavformat/
Dswfenc.c33 int64_t duration_pos; member
282 swf->duration_pos = avio_tell(pb); in swf_write_header()
523 avio_seek(pb, swf->duration_pos, SEEK_SET); in swf_write_trailer()