Home
last modified time | relevance | path

Searched refs:active_streams (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssdemux.c418 GSList *active_streams = NULL; in gst_mss_demux_setup_streams() local
468 active_streams = g_slist_prepend (active_streams, stream); in gst_mss_demux_setup_streams()
475 for (iter = active_streams; iter; iter = g_slist_next (iter)) { in gst_mss_demux_setup_streams()
514 g_slist_free (active_streams); in gst_mss_demux_setup_streams()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c399 if (client->active_streams) { in gst_mpd_client_active_streams_free()
400 g_list_foreach (client->active_streams, in gst_mpd_client_active_streams_free()
402 g_list_free (client->active_streams); in gst_mpd_client_active_streams_free()
403 client->active_streams = NULL; in gst_mpd_client_active_streams_free()
700 g_return_val_if_fail (client->active_streams != NULL, NULL); in gst_mpd_client_get_baseURL()
701 stream = g_list_nth_data (client->active_streams, indexStream); in gst_mpd_client_get_baseURL()
1649 client->active_streams = g_list_append (client->active_streams, stream); in gst_mpd_client_setup_streaming()
1845 stream = g_list_nth_data (client->active_streams, stream_idx); in gst_mpd_client_get_last_fragment_timestamp_end()
1885 stream = g_list_nth_data (client->active_streams, stream_idx); in gst_mpd_client_get_next_fragment_timestamp()
1922 g_return_val_if_fail (client->active_streams != NULL, 0); in gst_mpd_client_get_stream_presentation_offset()
[all …]
Dgstmpdclient.h39 GList *active_streams; /* list of GstActiveStream */ member
Dgstdashdemux.c2472 for (iter = streams, streams_iter = new_client->active_streams; in gst_dash_demux_update_manifest_data()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h86 GPtrArray *active_streams; member
Dqtdemux.c104 #define QTDEMUX_N_STREAMS(demux) ((demux)->active_streams->len)
106 QTDEMUX_STREAM(g_ptr_array_index((demux)->active_streams,idx))
445 qtdemux->active_streams = g_ptr_array_new_with_free_func in gst_qtdemux_init()
484 g_ptr_array_free (qtdemux->active_streams, TRUE); in gst_qtdemux_dispose()
1953 g_ptr_array_add (demux->active_streams, stream); in gst_qtdemux_setcaps()
2091 g_ptr_array_set_size (qtdemux->active_streams, 0); in gst_qtdemux_reset()
2119 g_ptr_array_foreach (qtdemux->active_streams, in gst_qtdemux_reset()
2415 demux->old_streams, demux->active_streams); in gst_qtdemux_handle_sink_event()
7149 g_ptr_array_foreach (demux->active_streams, in gst_qtdemux_chain()
7336 demux->old_streams, demux->active_streams); in gst_qtdemux_process_adapter()
[all …]
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc2118 vector<uint32_t> active_streams = stream_relations_[start]; in DFS() local
2120 for (const auto &item : active_streams) { in DFS()
/third_party/gstreamer/gstplugins_good/
DChangeLog18611 …CAL **: 12:31:54.360: qtdemux_is_streams_update: assertion 'qtdemux->active_streams != NULL' failed