Home
last modified time | relevance | path

Searched refs:download_error_count (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h201 guint download_error_count; member
Dgstadaptivedemux.c2619 stream->download_error_count = 0; in gst_adaptive_demux_stop_tasks()
3986 last_status_code, stream->download_error_count); in gst_adaptive_demux_stream_download_fragment()
3994 stream->download_error_count = MAX_DOWNLOAD_ERROR_COUNT; in gst_adaptive_demux_stream_download_fragment()
4064 if (stream->download_error_count >= MAX_DOWNLOAD_ERROR_COUNT) { in gst_adaptive_demux_stream_download_fragment()
4393 if (++stream->download_error_count > MAX_DOWNLOAD_ERROR_COUNT) { in gst_adaptive_demux_stream_download_loop()
4403 if (stream->download_error_count == 1 && !is_live) { in gst_adaptive_demux_stream_download_loop()
4718 stream->download_error_count = 0; in gst_adaptive_demux_stream_advance_fragment_unlocked()