Home
last modified time | relevance | path

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

123

/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/node/deps/v8/src/objects/
Dproperty.cc18 const Representation& representation) { in operator <<()
63 Representation representation, int field_index) in Descriptor()
81 Representation representation) { in DataField()
89 Representation representation, in DataField()
Dproperty-details.h335 PropertyDetails CopyWithRepresentation(Representation representation) const { in CopyWithRepresentation()
351 static constexpr uint8_t EncodeRepresentation(Representation representation) { in EncodeRepresentation()
376 Representation representation() const { in representation() function
497 PropertyDetails(int value, Representation representation) { in PropertyDetails()
Dfield-index-inl.h24 Representation representation) { in ForPropertyIndex()
Dfield-index.h90 static Encoding FieldEncoding(Representation representation) { in FieldEncoding()
Dlookup.h176 Representation representation() const { in representation() function
/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h58 AtomicLoadParameters(LoadRepresentation representation, in AtomicLoadParameters()
62 LoadRepresentation representation() const { return representation_; } in representation() function
142 StoreRepresentation(MachineRepresentation representation, in StoreRepresentation()
147 MachineRepresentation representation() const { return representation_; } in representation() function
168 AtomicStoreParameters(MachineRepresentation representation, in AtomicStoreParameters()
174 MachineRepresentation representation() const { in representation() function
Dload-elimination.h92 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE() member
122 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE() member
Drepresentation-change.h175 : representation_(representation), in representation_() argument
302 MachineRepresentation representation() const { return representation_; } in representation() function
Dcsa-load-elimination.h61 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE() member
Ddecompression-optimizer.cc107 MachineRepresentation representation = in MarkNodeInputs() local
Dcommon-operator.h108 : representation_(representation), hint_(hint) {} in representation_() argument
110 MachineRepresentation representation() const { return representation_; } in representation() function
/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-precision.h36 const char* representation; member
Dgay-fixed.h36 const char* representation; member
Dtest-bignum-dtoa.cc45 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
/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/node/deps/v8/src/ic/
Dhandler-configuration-inl.h226 Representation representation) { in StoreField()
242 Representation representation) { in StoreField()
250 Representation representation) { in StoreSharedStructField()
Dhandler-configuration.cc237 Representation representation = details.representation(); in StoreOwnTransition() local
272 Representation representation = details.representation(); in StoreTransition() local
459 Representation representation = Representation::FromKind( in PrintSmiStoreHandler() local
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h100 constexpr MachineType(MachineRepresentation representation, in MachineType()
113 constexpr MachineRepresentation representation() const { in representation() function
/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 …]

123