Home
last modified time | relevance | path

Searched refs:max_analyze_duration (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Doptions_table.h63 …fy how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TY…
Davformat.h1410 int64_t max_analyze_duration; member
Dutils.c3649 int64_t max_analyze_duration = ic->max_analyze_duration; local
3660 max_stream_analyze_duration = max_analyze_duration;
3661 max_subtitle_analyze_duration = max_analyze_duration;
3662 if (!max_analyze_duration) {
3664 max_analyze_duration = 5*AV_TIME_BASE;
3941 if (analyzed_all_streams) limit = max_analyze_duration;
4167 i, buf, errmsg, ic->max_analyze_duration, ic->probesize);
Dhls.c1993 …pls->ctx->max_analyze_duration = s->max_analyze_duration > 0 ? s->max_analyze_duration : 4 * AV_TI… in hls_read_header()
Ddashdec.c1917 …pls->ctx->max_analyze_duration = s->max_analyze_duration > 0 ? s->max_analyze_duration : 4 * AV_TI… in reopen_demux_for_component()
/third_party/ffmpeg/doc/
DAPIchanges965 probesize and max_analyze_duration switched to 64bit, both
1305 int max_analyze_duration.