Lines Matching defs:index
72 * index slice duration check (excepts nsvtrailer.nsv):
79 * - use index
128 #define T_TOC2 MKTAG('T', 'O', 'C', '2') /* extra index marker */
362 av_log(s, AV_LOG_TRACE, "NSV got index; filepos %"PRId64"\n", avio_tell(pb));
586 pkt->stream_index = st[NSV_ST_VIDEO]->index;//NSV_ST_VIDEO;
628 pkt->stream_index = st[NSV_ST_AUDIO]->index;//NSV_ST_AUDIO;
674 int index;
676 index = av_index_search_timestamp(st, timestamp, flags);
677 if(index < 0)
680 if (avio_seek(s->pb, sti->index_entries[index].pos, SEEK_SET) < 0)
683 nst->frame_offset = sti->index_entries[index].timestamp;