Lines Matching defs:stream_id
55 int32_t stream_id;
293 blk.stream_id = AV_RL32(buf + 0);
297 if (blk.stream_id == brp->basf.index || blk.stream_id == -1)
304 if (i == BRP_BASF_LOOKAHEAD || blk.stream_id == -1) {
365 blk.stream_id = AV_RL32(buf + 0);
369 if (blk.stream_id == -1)
372 if (blk.stream_id < -1 || blk.stream_id >= s->nb_streams)
375 st = s->streams[blk.stream_id];
376 shdr = brp->streams + blk.stream_id;
378 if (blk.stream_id == brp->basf.index) {
402 if (blk.stream_id == brp->basf.index) {
412 pkt->stream_index = blk.stream_id;