Searched refs:file_idx (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_filter.c235 int file_idx = strtol(in->name, &p, 0); local
237 if (file_idx < 0 || file_idx >= nb_input_files) {
239 file_idx, fg->graph_desc);
242 s = input_files[file_idx]->ctx;
260 ist = input_streams[input_files[file_idx]->ist_index + st->index];
H A Dffmpeg_opt.c223 int i, negative = 0, file_idx; local
269 file_idx = strtol(map, &p, 0);
270 if (file_idx >= nb_input_files || file_idx < 0) {
271 av_log(NULL, AV_LOG_FATAL, "Invalid input file index: %d.\n", file_idx);
278 if (file_idx == m->file_index &&
285 for (i = 0; i < input_files[file_idx]->nb_streams; i++) {
286 if (check_stream_specifier(input_files[file_idx]->ctx, input_files[file_idx]->ctx->streams[i],
292 m->file_index = file_idx;
[all...]
H A Dffmpeg.h86 int file_idx, stream_idx, channel_idx; // input member in struct:__anon3041
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c640 static OutputStream *new_output_stream(AVFormatContext *oc, int file_idx, AVCodec *codec) argument
651 output_streams_for_file[file_idx] =
652 grow_array(output_streams_for_file[file_idx],
653 sizeof(*output_streams_for_file[file_idx]),
654 &nb_output_streams_for_file[file_idx],
656 ost = output_streams_for_file[file_idx][idx] =
662 ost->file_index = file_idx;
3397 static void new_video_stream(AVFormatContext *oc, int file_idx) argument
3415 ost = new_output_stream(oc, file_idx, codec);
3528 static void new_audio_stream(AVFormatContext *oc, int file_idx) argument
3589 new_data_stream(AVFormatContext *oc, int file_idx) argument
3620 new_subtitle_stream(AVFormatContext *oc, int file_idx) argument
3671 int file_idx = nb_output_files - 1; local
[all...]
H A Davconv.c2946 int i, negative = 0, file_idx; local
2981 file_idx = strtol(map, &p, 0);
2982 if (file_idx >= nb_input_files || file_idx < 0) {
2983 av_log(NULL, AV_LOG_FATAL, "Invalid input file index: %d.\n", file_idx);
2990 if (file_idx == m->file_index &&
2997 for (i = 0; i < input_files[file_idx].nb_streams; i++) {
2998 if (check_stream_specifier(input_files[file_idx].ctx, input_files[file_idx].ctx->streams[i],
3005 m->file_index = file_idx;
[all...]

Completed in 84 milliseconds