Lines Matching defs:stream_id
169 int key_frame, index, pred, stream_id;
190 for (stream_id = 0; stream_id < s->nb_streams; stream_id++) {
191 int start2 = start + (end - start) * stream_id / s->nb_streams;
192 int end2 = start + (end - start) * (stream_id + 1) / s->nb_streams;
193 AVCodecParameters *par = s->streams[stream_id]->codecpar;
204 AVRational f = av_div_q(av_inv_q(s->streams[stream_id]->avg_frame_rate), *nut->stream[stream_id].time_base);
216 ft->stream_id = stream_id;
241 ft->stream_id = stream_id;
252 ft->stream_id = stream_id;
286 ft->stream_id = stream_id;
400 if (tmp_stream != nut->frame_code[i].stream_id ) tmp_fields = 3;
407 tmp_stream = nut->frame_code[i].stream_id;
420 nut->frame_code[i].stream_id != tmp_stream ||
544 static int write_streaminfo(NUTContext *nut, AVIOContext *bc, int stream_id) {
546 AVStream* st = s->streams[stream_id];
572 put_v(bc, stream_id + 1); //stream_id_plus1
811 if (pkt->stream_index != fc->stream_id)