Searched refs:gst_mpd_client_has_isoff_ondemand_profile (Results 1 – 4 of 4) sorted by relevance
849 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 …]
142 gboolean gst_mpd_client_has_isoff_ondemand_profile (GstMPDClient *client);
3002 gst_mpd_client_has_isoff_ondemand_profile (GstMPDClient * client) in gst_mpd_client_has_isoff_ondemand_profile() function
3014 hasOnDemandProfile = gst_mpd_client_has_isoff_ondemand_profile (mpdclient); in GST_START_TEST()