Lines Matching defs:file_index
282 InputFile *infile = input_files[ist->file_index];
704 OutputFile *of = output_files[ost->file_index];
745 "packet for stream #%d:%d.\n", ost->file_index, ost->index);
753 OutputFile *of = output_files[ost->file_index];
823 ost->file_index, ost->index, error);
872 fprintf(vstats_file, "out= %2d st= %2d frame= %5"PRId64" q= %2.1f ", ost->file_index, ost->index, frame_number,
924 ost->file_index, ost->index);
1031 if (output_files[ost->file_index]->start_time != AV_NOPTS_VALUE)
1032 pts -= output_files[ost->file_index]->start_time;
1296 OutputFile *of = output_files[ost->file_index];
1321 OutputFile *of = output_files[ost->file_index];
1561 ost->file_index, ost->index, q);
1573 ost->file_index, ost->index, q);
1607 ost->file_index, ost->index, type[j] | 32, p);
1612 ost->file_index, ost->index, p);
1742 OutputFile *of = output_files[ost->file_index];
1754 ost->file_index, ost->st->index);
1796 OutputFile *of = output_files[ost->file_index];
1797 int ist_index = input_files[ist->file_index]->ist_index + ist->st->index;
1813 OutputFile *of = output_files[ost->file_index];
1814 InputFile *f = input_files [ist->file_index];
1902 "#%d.%d : %s\n", ist->file_index, ist->st->index, layout_name);
1918 "%s: corrupt decoded frame in stream %d\n", input_files[ist->file_index]->ctx->url, ist->st->index);
2035 av_log(NULL, AV_LOG_ERROR, "Cannot determine format of input stream %d:%d after EOF\n", ifilter->ist->file_index, ifilter->ist->st->index);
2098 update_benchmark("decode_audio %d.%d", ist->file_index, ist->st->index);
2180 update_benchmark("decode_video %d.%d", ist->file_index, ist->st->index);
2339 do_subtitle_out(output_files[ost->file_index], ost, &subtitle);
2466 ist->file_index, ist->st->index, av_err2str(ret));
2469 "data for stream #%d:%d\n", ist->file_index, ist->st->index);
2587 ist->file_index, ist->st->index);
2610 avcodec_get_name(ist->dec_ctx->codec_id), ist->file_index, ist->st->index);
2643 ist->file_index, ist->st->index, av_err2str(ret));
2654 ist->file_index, ist->st->index, av_err2str(ret));
2709 OutputFile *of = output_files[ost->file_index];
2893 AVFormatContext *avf = output_files[ost->file_index]->ctx;
2947 oc = output_files[ost->file_index]->ctx;
2959 OutputFile *of = output_files[ost->file_index];
2963 set_encoder_id(output_files[ost->file_index], ost);
2979 ost->file_index, ost->index);
3148 ost->file_index, ost->index, av_err2str(ret));
3176 ost->file_index, ost->index);
3254 ret = of_check_init(output_files[ost->file_index]);
3372 ist->file_index, ist->st->index, ist->dec ? ist->dec->name : "?",
3387 ost->attachment_filename, ost->file_index, ost->index);
3397 av_log(NULL, AV_LOG_INFO, " -> Stream #%d:%d (%s)\n", ost->file_index,
3403 input_streams[ost->source_index]->file_index,
3405 ost->file_index,
3409 ost->sync_ist->file_index,
3464 OutputFile *of = output_files[ost->file_index];
3465 AVFormatContext *os = output_files[ost->file_index]->ctx;
3895 static int process_input(int file_index)
3897 InputFile *ifile = input_files[file_index];
3927 free_input_thread(file_index);
3931 thread_ret = init_input_thread(file_index);
3982 report_new_stream(file_index, pkt);
4010 av_ts2str(input_files[ist->file_index]->ts_offset),
4011 av_ts2timestr(input_files[ist->file_index]->ts_offset, &AV_TIME_BASE_Q));
4131 ist->file_index, ist->st->index, ist->st->id,
4165 av_ts2str(input_files[ist->file_index]->ts_offset),
4166 av_ts2timestr(input_files[ist->file_index]->ts_offset, &AV_TIME_BASE_Q));
4215 if (input_files[ist->file_index]->eagain ||
4216 input_files[ist->file_index]->eof_reached)
4297 if (!ifilter->ist->got_output && !input_files[ifilter->ist->file_index]->eof_reached) {
4311 ret = process_input(ist->file_index);
4313 if (input_files[ist->file_index]->eagain)
4381 if (!input_files[ist->file_index]->eof_reached) {