Lines Matching refs:ifile
2010 const InputFile *ifile = input_files[ist->file_index]; in new_video_stream() local
2012 if (ifile->nb_streams == 1 && ifile->input_ts_offset == 0) in new_video_stream()
2219 static int copy_chapters(InputFile *ifile, OutputFile *ofile, AVFormatContext *os, in copy_chapters() argument
2222 AVFormatContext *is = ifile->ctx; in copy_chapters()
2234 int64_t ts_off = av_rescale_q(start_time - ifile->ts_offset, in copy_chapters()
2500 InputFile *ifile = input_files[j]; in open_output_file() local
2502 for (i = 0; i < ifile->nb_streams; i++) { in open_output_file()
2504 ist = input_streams[ifile->ist_index + i]; in open_output_file()
2517 file_best_idx = ifile->ist_index + i; in open_output_file()
2537 InputFile *ifile = input_files[j]; in open_output_file() local
2539 for (i = 0; i < ifile->nb_streams; i++) { in open_output_file()
2541 ist = input_streams[ifile->ist_index + i]; in open_output_file()
2550 file_best_idx = ifile->ist_index + i; in open_output_file()