Lines Matching defs:index
74 int index; // stream index in AVFormatContext, set in asf_read_stream_properties
76 int indexed; // added index entries from the Simple Index Object or not
92 int is_simple_index; // is simple index present or not 1/0
432 st = s->streams[asf->asf_st[i]->index];
664 asf_st->index = st->index;
746 st = s->streams[asf->asf_st[i]->index];
860 uint64_t interval; // index entry time interval in 100 ns units, usually it's 1s
867 // simple index objects should be ordered by stream number, this loop tries to find
872 st = s->streams[asf->asf_st[i]->index];
877 avio_skip(pb, size - 24); // if there's no video stream, skip index object
987 pkt->stream_index = asf->asf_st[i]->index;
1172 asf_pkt->stream_index = asf->asf_st[i]->index;
1183 av_log(s, AV_LOG_WARNING, "Skipping the stream with the invalid stream index %d.\n",
1228 pkt->stream_index = asf->asf_st[i]->index;
1387 pkt->stream_index = asf->asf_st[i]->index;
1450 * is a key frame, this packet timestamp is read and an index entry is created
1501 if (stream_index == st->index) {
1649 AVStream *st = s->streams[asf->asf_st[i]->index];