Lines Matching defs:ist_index
291 InputStream *ist2 = input_streams[infile->ist_index + i];
1438 InputStream *ist = input_streams[f->ist_index + j];
1797 int ist_index = input_files[ist->file_index]->ist_index + ist->st->index;
1799 if (ost->source_index != ist_index)
2253 av_log(NULL, AV_LOG_INFO, "decoder -> ist_index:%d type:video "
2601 static int init_input_stream(int ist_index, char *error, int error_len)
2604 InputStream *ist = input_streams[ist_index];
3304 input_streams[j + ifile->ist_index]->start = av_gettime_relative();
3345 if (!input_streams[ifile->ist_index + p->stream_index[k]]->discard) {
3772 InputStream *ist = input_streams[f->ist_index + i];
3841 ist = input_streams[ifile->ist_index + i];
3852 ist = input_streams[ifile->ist_index + i];
3916 ist = input_streams[ifile->ist_index + i];
3952 ist = input_streams[ifile->ist_index + i];
3963 if (ost->source_index == ifile->ist_index + i &&
3986 ist = input_streams[ifile->ist_index + pkt->stream_index];
4002 av_log(NULL, AV_LOG_INFO, "demuxer -> ist_index:%d type:%s "
4004 ifile->ist_index + pkt->stream_index, av_get_media_type_string(ist->dec_ctx->codec_type),
4160 av_log(NULL, AV_LOG_INFO, "demuxer+ffmpeg -> ist_index:%d type:%s pkt_pts:%s pkt_pts_time:%s pkt_dts:%s pkt_dts_time:%s duration:%s duration_time:%s off:%s off_time:%s\n",
4161 ifile->ist_index + pkt->stream_index, av_get_media_type_string(ist->dec_ctx->codec_type),