Lines Matching defs:index
95 int index;
175 brp->basf.index = -1;
240 if (brp->basf.index >= 0) {
247 brp->basf.index = i;
270 if (brp->basf.index >= 0) {
271 AVStream *st = s->streams[brp->basf.index];
272 ArgoBRPStreamHeader *hdr = brp->streams + brp->basf.index;
278 av_assert0(brp->streams[brp->basf.index].extradata_size == ASF_FILE_HEADER_SIZE);
297 if (blk.stream_id == brp->basf.index || blk.stream_id == -1)
310 av_log(s, AV_LOG_TRACE, "found at index %d\n", i);
378 if (blk.stream_id == brp->basf.index) {
402 if (blk.stream_id == brp->basf.index) {