Lines Matching refs:vsti
119 FFStream *const vsti = ffstream(vst), *const asti = ffstream(ast);
192 ff_add_index_entry(&vsti->index_entries, &vsti->nb_index_entries,
193 &vsti->index_entries_allocated_size,
262 FFStream *vsti = NULL, *asti = NULL;
291 vsti = ffstream(vst);
381 vst->duration = vsti->nb_index_entries;
385 if ((vst && !vsti->nb_index_entries) || (ast && !asti->nb_index_entries)) {
391 avio_seek(pb, FFMIN(vsti->index_entries[0].pos, asti->index_entries[0].pos), SEEK_SET);
393 avio_seek(pb, vsti->index_entries[0].pos, SEEK_SET);