Home
last modified time | relevance | path

Searched defs:representation (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
Ddashdec.c77 struct representation { struct
93 AVStream *assoc_stream; /* demuxer stream associated with this representation */ argument
95 int n_fragments;
96 struct fragment **fragments; /* VOD list of fragment for profile */
98 int n_timelines;
99 struct timeline **timelines;
101 int64_t first_seq_no;
102 int64_t last_seq_no;
103 …t_number; /* used in case when we have dynamic list of segment to know which segments are new one*/
105 int64_t fragment_duration;
[all …]
/third_party/boost/boost/msm/mpl_graph/
Dadjacency_list_graph.hpp27 typedef detail::adjacency_list_tag representation; typedef
Dincidence_list_graph.hpp26 typedef detail::incidence_list_tag representation; typedef
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c1988 GstRepresentationNode *representation; in GST_START_TEST() local
2032 GstRepresentationNode *representation; in GST_START_TEST() local
2078 GstRepresentationNode *representation; in GST_START_TEST() local
2171 GstRepresentationNode *representation; in GST_START_TEST() local
2217 GstRepresentationNode *representation; in GST_START_TEST() local
2255 GstRepresentationNode *representation; in GST_START_TEST() local
2296 GstRepresentationNode *representation; in GST_START_TEST() local
2348 GstRepresentationNode *representation; in GST_START_TEST() local
2391 GstRepresentationNode *representation; in GST_START_TEST() local
2430 GstRepresentationNode *representation; in GST_START_TEST() local
[all …]
/third_party/flutter/engine/flutter/lib/ui/plugins/
Dcallback_cache.cc138 const auto representation = root_obj[kRepresentationKey].GetObject(); in LoadCacheFromDisk() local
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c2555 GstRepresentationNode *representation; in gst_mpdparser_get_rep_idx_with_max_bandwidth() local
3796 GstRepresentationNode *representation = n->data; in gst_mpd_client_fetch_on_load_external_resources() local
3966 GstActiveStream * stream, GstRepresentationNode * representation) in gst_mpd_client_setup_representation()
4753 GstRepresentationNode *representation; in gst_mpd_client_setup_streaming() local
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc323 uint64_t representation = static_cast<uint64_t>(-(value + 1)); in EncodeInt32Tmpl() local