• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/

Lines Matching defs:file_index

78     int file_index;
236 int file_index; /* file index */
273 int file_index;
694 write_frame(s, &pkt, ost->st->codec, bitstream_filters[ost->file_index][pkt.stream_index]);
725 write_frame(s, &pkt, ost->st->codec, bitstream_filters[ost->file_index][pkt.stream_index]);
829 write_frame(s, &pkt, ost->st->codec, bitstream_filters[ost->file_index][pkt.stream_index]);
946 write_frame(s, &pkt, ost->st->codec, bitstream_filters[ost->file_index][pkt.stream_index]);
993 write_frame(s, &pkt, ost->st->codec, bitstream_filters[ost->file_index][pkt.stream_index]);
1090 os = output_files[ost->file_index];
1341 os = output_files[ost->file_index];
1350 //ost->sync_ipts = (double)(ist->pts + input_files_ts_offset[ist->file_index] - start_time)/ AV_TIME_BASE;
1409 write_frame(os, &opkt, ost->st->codec, bitstream_filters[ost->file_index][opkt.stream_index]);
1439 os = output_files[ost->file_index];
1498 write_frame(os, &pkt, ost->st->codec, bitstream_filters[ost->file_index][pkt.stream_index]);
1593 ist->file_index = i;
1622 int fi = stream_maps[i].file_index;
1655 ost->file_index = k;
1659 ost->source_index = file_table[stream_maps[n].file_index].ist_index +
1664 int i= ost->file_index;
1667 stream_maps[n].file_index, stream_maps[n].stream_index,
1668 ost->file_index, ost->index);
1706 int i= ost->file_index;
1709 ost->file_index, ost->index);
1726 os = output_files[ost->file_index];
1924 ist_table[ost->source_index]->file_index,
1926 ost->file_index,
1930 ost->sync_ist->file_index,
1945 ost->file_index, ost->index);
1950 ost->file_index, ost->index);
1966 ist->st->codec->codec_id, ist->file_index, ist->index);
1971 ist->file_index, ist->index);
1982 is = input_files[ist->file_index];
2044 int file_index, ist_index;
2064 file_index = -1;
2068 os = output_files[ost->file_index];
2075 if (!file_table[ist->file_index].eof_reached){
2078 if(input_sync ) file_index = ist->file_index;
2082 if(!input_sync) file_index = ist->file_index;
2086 file_index= -1;
2091 if (file_index < 0) {
2104 is = input_files[file_index];
2106 file_table[file_index].eof_reached = 1;
2118 if (pkt.stream_index >= file_table[file_index].nb_streams)
2120 ist_index = file_table[file_index].ist_index + pkt.stream_index;
2126 pkt.dts += av_rescale_q(input_files_ts_offset[ist->file_index], AV_TIME_BASE_Q, ist->st->time_base);
2128 pkt.pts += av_rescale_q(input_files_ts_offset[ist->file_index], AV_TIME_BASE_Q, ist->st->time_base);
2130 if(input_files_ts_scale[file_index][pkt.stream_index]){
2132 pkt.pts *= input_files_ts_scale[file_index][pkt.stream_index];
2134 pkt.dts *= input_files_ts_scale[file_index][pkt.stream_index];
2137 // fprintf(stderr, "next:%"PRId64" dts:%"PRId64" off:%"PRId64" %d\n", ist->next_pts, pkt.dts, input_files_ts_offset[ist->file_index], ist->st->codec->codec_type);
2143 input_files_ts_offset[ist->file_index]-= delta;
2145 fprintf(stderr, "timestamp discontinuity %"PRId64", new offset= %"PRId64"\n", delta, input_files_ts_offset[ist->file_index]);
2152 //fprintf(stderr,"read #%d.%d size=%d\n", ist->file_index, ist->index, pkt.size);
2157 ist->file_index, ist->index);
2691 m->file_index = strtol(arg, &p, 0);
2703 m->sync_file_index = m->file_index;