Searched refs:max_analyze_duration (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | demux.c | 2442 int64_t max_analyze_duration = ic->max_analyze_duration; in avformat_find_stream_info() local 2453 max_stream_analyze_duration = max_analyze_duration; in avformat_find_stream_info() 2454 max_subtitle_analyze_duration = max_analyze_duration; in avformat_find_stream_info() 2455 if (!max_analyze_duration) { in avformat_find_stream_info() 2457 max_analyze_duration = 5*AV_TIME_BASE; in avformat_find_stream_info() 2718 if (analyzed_all_streams) limit = max_analyze_duration; in avformat_find_stream_info() 2723 av_log(ic, AV_LOG_VERBOSE, "max_analyze_duration %"PRId64" reached at %"PRId64" microseconds st:%d\n", in avformat_find_stream_info() 2945 i, buf, errmsg, ic->max_analyze_duration, ic->probesize); in avformat_find_stream_info()
|
H A D | options_table.h | 57 {"analyzeduration", "specify how many microseconds are analyzed to probe the input", OFFSET(max_analyze_duration), AV_OPT_TYPE_INT64, {.i64 = 0 }, 0, INT64_MAX, D},
|
H A D | avformat.h | 1401 int64_t max_analyze_duration; member
|
H A D | dashdec.c | 1889 pls->ctx->max_analyze_duration = s->max_analyze_duration > 0 ? s->max_analyze_duration : 4 * AV_TIME_BASE; in reopen_demux_for_component()
|
H A D | hls.c | 2101 pls->ctx->max_analyze_duration = s->max_analyze_duration > 0 ? s->max_analyze_duration : 4 * AV_TIME_BASE; in hls_read_header()
|
Completed in 15 milliseconds