Lines Matching defs:streams
40 StreamInfo streams[2];
96 StreamInfo *stream = &rm->streams[i];
122 avio_wb16(s, ctx->nb_streams); /* num streams */
146 stream = &rm->streams[i];
321 av_log(s, AV_LOG_ERROR, "At most 2 streams are currently supported for muxing in RM\n");
326 AVStream *st = s->streams[n];
329 s->streams[n]->id = n;
330 par = s->streams[n]->codecpar;
331 stream = &rm->streams[n];
430 if (s->streams[pkt->stream_index]->codecpar->codec_type ==
456 rm->streams[i].total_frames = rm->streams[i].nb_frames;