Searched refs:max_analyze_duration (Results 1 – 6 of 6) sorted by relevance
63 …fy how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TY…
1410 int64_t max_analyze_duration; member
3649 int64_t max_analyze_duration = ic->max_analyze_duration; local3660 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);
1993 …pls->ctx->max_analyze_duration = s->max_analyze_duration > 0 ? s->max_analyze_duration : 4 * AV_TI… in hls_read_header()
1917 …pls->ctx->max_analyze_duration = s->max_analyze_duration > 0 ? s->max_analyze_duration : 4 * AV_TI… in reopen_demux_for_component()
965 probesize and max_analyze_duration switched to 64bit, both1305 int max_analyze_duration.