Searched refs:ofile_idx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h87 int ofile_idx, ostream_idx; // output member in struct:__anon3041
H A Dffmpeg_opt.c333 n = sscanf(arg, "%d:%d.%d", &m->channel_idx, &m->ofile_idx, &m->ostream_idx);
337 m->ofile_idx = m->ostream_idx = -1;
344 &m->ofile_idx, &m->ostream_idx);
353 m->ofile_idx = m->ostream_idx = -1;
1465 if ((map->ofile_idx == -1 || ost->file_index == map->ofile_idx) &&

Completed in 35 milliseconds