Home
last modified time | relevance | path

Searched refs:Representations (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c47 * Representations);
128 gst_mpd_client_get_lowest_representation (GList * Representations) in gst_mpd_client_get_lowest_representation() argument
134 if (Representations == NULL) in gst_mpd_client_get_lowest_representation()
137 for (list = g_list_first (Representations); list; list = g_list_next (list)) { in gst_mpd_client_get_lowest_representation()
149 gst_mpdparser_get_highest_representation (GList * Representations)
153 if (Representations == NULL)
156 list = g_list_last (Representations);
162 gst_mpdparser_get_representation_with_max_bandwidth (GList * Representations,
168 if (Representations == NULL)
172 return gst_mpdparser_get_highest_representation (Representations);
[all …]
Dgstmpdadaptationsetnode.c97 g_list_free_full (self->Representations, in gst_mpd_adaptation_set_node_finalize()
180 g_list_foreach (self->Representations, in gst_mpd_adaptation_set_get_xml_node()
254 self->Representations = NULL; in gst_mpd_adaptation_set_node_init()
Dgstmpdadaptationsetnode.h70 GList *Representations; member
Dgstmpdclient.h100 gint gst_mpd_client_get_rep_idx_with_max_bandwidth (GList *Representations, gint64 max_bandwidth, g…
101 gint gst_mpd_client_get_rep_idx_with_min_bandwidth (GList * Representations);
Dgstmpdparser.c749 (&new_adap_set->Representations, cur_node, new_adap_set, parent)) in gst_mpdparser_parse_adaptation_set_node()
Dgstdashdemux.c2195 rep_list = active_stream->cur_adapt_set->Representations; in gst_dash_demux_stream_select_bitrate()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c2288 (GstMPDRepresentationNode *) adaptationSet->Representations->data; in GST_START_TEST()
2334 (GstMPDRepresentationNode *) adaptationSet->Representations->data; in GST_START_TEST()
2375 adaptationSet->Representations->data; in GST_START_TEST()
2468 adaptationSet->Representations->data; in GST_START_TEST()
2511 adaptationSet->Representations->data; in GST_START_TEST()
2550 adaptationSet->Representations->data; in GST_START_TEST()
2594 adaptationSet->Representations->data; in GST_START_TEST()
2644 adaptationSet->Representations->data; in GST_START_TEST()
2685 adaptationSet->Representations->data; in GST_START_TEST()
2724 adaptationSet->Representations->data; in GST_START_TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCRegisterInfo.td163 // Representations of the frame pointer used by ISD::FRAMEADDR.
167 // Representations of the base pointer used by setjmp.
/third_party/boost/libs/asio/doc/overview/
Dhandler_tracking.qbk163 [heading Visual Representations]
/third_party/boost/libs/numeric/conversion/doc/
Ddefinitions.qbk315 [section Exact, Correctly Rounded and Out-Of-Range Representations]
/third_party/flutter/engine/flutter/tools/licenses/data/
Dmozilla-1.1203 (c) Representations.
/third_party/typescript/
DThirdPartyNoticeText.txt139 9. Representations, Warranties and Disclaimers. I represent and warrant that I am legally entitled …
/third_party/gstreamer/gstplugins_bad/
DChangeLog86892 Create src pads for Representations that contain timed-text subtitles,
134620 …TODO: rework segment selection to support Representations or Adaptation Sets with segments not ali…