Home
last modified time | relevance | path

Searched refs:gst_mpd_client_has_isoff_ondemand_profile (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c849 gst_mpd_client_has_isoff_ondemand_profile (demux->client); in gst_dash_demux_setup_all_streams()
1271 isombff = gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client); in gst_dash_demux_stream_update_fragment_info()
1499 is_isobmff = gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client); in gst_dash_demux_stream_seek()
1743 if (gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client)) { in gst_dash_demux_stream_has_next_fragment()
2024 if (gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client) && in gst_dash_demux_stream_advance_fragment()
2036 } else if (gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client) && in gst_dash_demux_stream_advance_fragment()
2151 if (gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client)) { in gst_dash_demux_stream_advance_fragment()
2245 if (gst_mpd_client_has_isoff_ondemand_profile (demux->client) in gst_dash_demux_stream_select_bitrate()
2669 && gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client) in gst_dash_demux_stream_fragment_finished()
2726 if (gst_mpd_client_has_isoff_ondemand_profile (dashdemux->client) && in gst_dash_demux_need_another_chunk()
[all …]
Dgstmpdclient.h142 gboolean gst_mpd_client_has_isoff_ondemand_profile (GstMPDClient *client);
Dgstmpdclient.c3002 gst_mpd_client_has_isoff_ondemand_profile (GstMPDClient * client) in gst_mpd_client_has_isoff_ondemand_profile() function
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c3014 hasOnDemandProfile = gst_mpd_client_has_isoff_ondemand_profile (mpdclient); in GST_START_TEST()