Searched refs:ost_index (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h445 int ost_index; /* index of the first stream in output_streams */ member in struct:OutputFile
H A Dffmpeg.c1135 output_streams[of->ost_index + i]->finished = ENCODER_FINISHED | MUXER_FINISHED;
1307 OutputStream *ost = output_streams[of->ost_index + j];
3037 close_output_stream(output_streams[of->ost_index + j]);
H A Dffmpeg_opt.c1745 of->ost_index = nb_output_streams;
1983 for (i = of->ost_index; i < nb_output_streams; i++) {
2090 for (i = of->ost_index; i < nb_output_streams; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c262 int ost_index; /* index of the first stream in output_streams */ member in struct:OutputFile
2730 output_streams[of->ost_index + j].is_past_recording_time = 1;
3977 output_files[nb_output_files - 1].ost_index = nb_output_streams - oc->nb_streams;
4051 for (i = output_files[nb_output_files - 1].ost_index; i < nb_output_streams; i++) {

Completed in 83 milliseconds