Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Ddashdec.c77 struct representation { struct
89 AVStream *assoc_stream; /* demuxer stream associated with this representation */ argument
91 int n_fragments;
92 struct fragment **fragments; /* VOD list of fragment for profile */
94 int n_timelines;
95 struct timeline **timelines;
97 int64_t first_seq_no;
98 int64_t last_seq_no;
99 …t_number; /* used in case when we have dynamic list of segment to know which segments are new one*/
101 int64_t fragment_duration;
[all …]
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
Dgay-shortest.h35 const char* representation; member
Dgay-shortest-single.h35 const char* representation; member
Dgay-fixed.h36 const char* representation; member
Dgay-precision.h36 const char* representation; member
Dtest-bignum-dtoa.cc45 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
Dtest-fast-dtoa.cc45 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
Dtest-dtoa.cc68 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
/third_party/boost/boost/msm/mpl_graph/
Dincidence_list_graph.hpp26 typedef detail::incidence_list_tag representation; typedef
Dadjacency_list_graph.hpp27 typedef detail::adjacency_list_tag representation; typedef
/third_party/skia/third_party/externals/oboe/src/opensles/
DOpenSLESUtilities.cpp67 SLDataFormat_PCM format, SLuint32 representation) { in OpenSLES_createExtendedFormat()
DAudioInputStreamOpenSLES.cpp125 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
DAudioOutputStreamOpenSLES.cpp167 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.c86 GstMPDRepresentationNode *representation; in gst_mpd_client_get_representation_with_id() local
657 GstMPDRepresentationNode *representation = n->data; in gst_mpd_client_fetch_on_load_external_resources() local
841 GstActiveStream * stream, GstMPDRepresentationNode * representation) in gst_mpd_client_setup_representation()
1602 GstMPDRepresentationNode *representation; in gst_mpd_client_setup_streaming() local
2550 GstMPDRepresentationNode *representation; in gst_mpd_client_get_rep_idx_with_max_bandwidth() local
3275 GstMPDRepresentationNode *representation = NULL; in gst_mpd_client_set_segment_list() local
3312 GstMPDRepresentationNode *representation = NULL; in gst_mpd_client_set_segment_template() local
3349 GstMPDRepresentationNode *representation = NULL; in gst_mpd_client_add_segment_url() local
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c2262 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2306 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2352 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2445 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2491 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2528 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2569 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2621 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2663 GstMPDRepresentationNode *representation; in GST_START_TEST() local
2702 GstMPDRepresentationNode *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/mbedtls/docs/proposed/
Dpsa-driver-interface.md891 #### Integers
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlsdemux.c1197 GstHLSVariantStream *representation = NULL; in gst_hls_demux_get_bitrate_info() local
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc322 uint64_t representation = static_cast<uint64_t>(-(value + 1)); in EncodeInt32Tmpl() local
/third_party/openSLES/api/1.1/
DOpenSLES.h401 SLuint32 representation; member