Home
last modified time | relevance | path

Searched refs:get_current_bandwidth (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/adaptivedemux/
Dgstadaptivedemux.h420 gint (*get_current_bandwidth) (GstAdaptiveDemuxStream * stream); member
Dgstadaptivedemux.c2911 if (klass->get_current_bandwidth) { in gst_adaptive_demux_stream_push_buffer()
2912 bandwidth = klass->get_current_bandwidth(stream); in gst_adaptive_demux_stream_push_buffer()
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c235 adaptivedemux_class->get_current_bandwidth = gst_hls_demux_get_current_bandwidth; in gst_hls_demux_class_init()