Home
last modified time | relevance | path

Searched refs:vsti (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmlvdec.c119 FFStream *const vsti = ffstream(vst), *const asti = ffstream(ast); in scan_file() local
192 ff_add_index_entry(&vsti->index_entries, &vsti->nb_index_entries, in scan_file()
193 &vsti->index_entries_allocated_size, in scan_file()
262 FFStream *vsti = NULL, *asti = NULL; in read_header() local
291 vsti = ffstream(vst); in read_header()
381 vst->duration = vsti->nb_index_entries; in read_header()
385 if ((vst && !vsti->nb_index_entries) || (ast && !asti->nb_index_entries)) { in read_header()
391 avio_seek(pb, FFMIN(vsti->index_entries[0].pos, asti->index_entries[0].pos), SEEK_SET); in read_header()
393 avio_seek(pb, vsti in read_header()
[all...]
H A Dbink.c92 FFStream *const vsti = ffstream(vst); in read_header() local
227 if (vsti->index_entries) in read_header()
228 avio_seek(pb, vsti->index_entries[0].pos + bink->smush_size, SEEK_SET); in read_header()
310 FFStream *const vsti = ffstream(vst); in read_seek() local
317 ret = avio_seek(s->pb, vsti->index_entries[0].pos + bink->smush_size, SEEK_SET); in read_seek()

Completed in 2 milliseconds