Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h183 guint64 fragment_bytes_downloaded; member
Dgstadaptivedemux.c3228 stream->fragment_bytes_downloaded != 0 && !stream->downloading_index && in gst_adaptive_demux_eos_handling()
3231 gst_util_uint64_scale (stream->fragment_bytes_downloaded, in gst_adaptive_demux_eos_handling()
3235 " = bitrate %u", stream->fragment_bytes_downloaded, in gst_adaptive_demux_eos_handling()
3305 if (stream->fragment_bytes_downloaded == 0) { in _uri_handler_probe()
3313 stream->fragment_bytes_downloaded += gst_buffer_get_size (buf); in _uri_handler_probe()
3316 gst_buffer_get_size (buf), stream->fragment_bytes_downloaded); in _uri_handler_probe()
3324 stream->fragment_bytes_downloaded = 0; in _uri_handler_probe()
3332 gst_util_uint64_scale (stream->fragment_bytes_downloaded, in _uri_handler_probe()