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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsmoothstreamingenc.c72 int lookahead_count; member in struct:__anon3633
252 avio_printf(out, " IsLive=\"true\" LookAheadFragmentCount=\"%d\" DVRWindowLength=\"0\"", c->lookahead_count);
265 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size);
279 output_chunk_list(&c->streams[last], out, final, c->lookahead_count, c->window_size);
354 snprintf(buf, sizeof(buf), "%d", c->lookahead_count);
552 int remove = os->nb_fragments - c->window_size - c->extra_window_size - c->lookahead_count;
620 { "lookahead_count", "number of lookahead fragments", OFFSET(lookahead_count), AV_OPT_TYPE_INT, { .i64 = 2 }, 0, INT_MAX, E },

Completed in 124 milliseconds