Home
last modified time | relevance | path

Searched refs:ist_index (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/doc/
Dffmpeg.txt12 …: | :ist_index--:-----:---------/ 1 | : st : | : …
14 …nb_input_files : | :ist_index--:-----:------------------> 2 | : st : | …
16 …: | :ist_index : | 3 | ... | : …
/third_party/ffmpeg/fftools/
Dffmpeg.c292 InputStream *ist2 = input_streams[infile->ist_index + i]; in sub2video_heartbeat()
1633 InputStream *ist = input_streams[f->ist_index + j]; in print_final_stats()
2038 int ist_index = input_files[ist->file_index]->ist_index + ist->st->index; in check_output_constraints() local
2040 if (ost->source_index != ist_index) in check_output_constraints()
2949 static int init_input_stream(int ist_index, char *error, int error_len) in init_input_stream() argument
2952 InputStream *ist = input_streams[ist_index]; in init_input_stream()
3757 input_streams[j + ifile->ist_index]->start = av_gettime_relative(); in transcode_init()
3798 if (!input_streams[ifile->ist_index + p->stream_index[k]]->discard) { in transcode_init()
4218 InputStream *ist = input_streams[f->ist_index + i]; in get_input_packet()
4284 ist = input_streams[ifile->ist_index + i]; in seek_to_start()
[all …]
Dffmpeg.h404 int ist_index; /* index of first stream in input_streams */ member
Dffmpeg_opt.c386 …if (input_streams[input_files[sync_file_idx]->ist_index + sync_stream_idx]->user_set_discard == AV… in opt_map()
427 … if (input_streams[input_files[file_idx]->ist_index + i]->user_set_discard == AVDISCARD_ALL) { in opt_map()
534 …input_streams[input_files[m->file_idx]->ist_index + m->stream_idx]->user_set_discard == AVDISCARD_… in opt_map_channel()
1272 f->ist_index = nb_input_streams - ic->nb_streams; in open_input_file()
1292 for (i = f->ist_index; i < nb_input_streams; i++) { in open_input_file()
2358 int src_idx = input_files[map->file_index]->ist_index + map->stream_index; in open_output_file()
2360 ist = input_streams[input_files[map->file_index]->ist_index + map->stream_index]; in open_output_file()
2400 ost->sync_ist = input_streams[ input_files[map->sync_file_index]->ist_index in open_output_file()
Dffmpeg_filter.c274 ist = input_streams[input_files[file_idx]->ist_index + st->index]; in init_input_filter()