/third_party/ffmpeg/libavformat/ |
D | dashdec.c | 77 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/ |
D | property.cc | 18 const Representation& representation) { in operator <<() 63 Representation representation, int field_index) in Descriptor() 81 Representation representation) { in DataField() 89 Representation representation, in DataField()
|
D | property-details.h | 335 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()
|
D | field-index-inl.h | 24 Representation representation) { in ForPropertyIndex()
|
D | field-index.h | 90 static Encoding FieldEncoding(Representation representation) { in FieldEncoding()
|
D | lookup.h | 176 Representation representation() const { in representation() function
|
/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 58 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
|
D | load-elimination.h | 92 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE() member 122 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE() member
|
D | representation-change.h | 175 : representation_(representation), in representation_() argument 302 MachineRepresentation representation() const { return representation_; } in representation() function
|
D | csa-load-elimination.h | 61 MachineRepresentation representation = MachineRepresentation::kNone; in NON_EXPORTED_BASE() member
|
D | decompression-optimizer.cc | 107 MachineRepresentation representation = in MarkNodeInputs() local
|
D | common-operator.h | 108 : 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/ |
D | gay-shortest.h | 35 const char* representation; member
|
D | gay-shortest-single.h | 35 const char* representation; member
|
D | gay-precision.h | 36 const char* representation; member
|
D | gay-fixed.h | 36 const char* representation; member
|
D | test-bignum-dtoa.cc | 45 static void TrimRepresentation(Vector<char> representation) { in TrimRepresentation()
|
/third_party/skia/third_party/externals/oboe/src/opensles/ |
D | OpenSLESUtilities.cpp | 67 SLDataFormat_PCM format, SLuint32 representation) { in OpenSLES_createExtendedFormat()
|
D | AudioInputStreamOpenSLES.cpp | 125 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
|
D | AudioOutputStreamOpenSLES.cpp | 167 SLuint32 representation = OpenSLES_ConvertFormatToRepresentation(getFormat()); in open() local
|
/third_party/node/deps/v8/src/ic/ |
D | handler-configuration-inl.h | 226 Representation representation) { in StoreField() 242 Representation representation) { in StoreField() 250 Representation representation) { in StoreSharedStructField()
|
D | handler-configuration.cc | 237 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/ |
D | machine-type.h | 100 constexpr MachineType(MachineRepresentation representation, in MachineType() 113 constexpr MachineRepresentation representation() const { in representation() function
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdclient.c | 86 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/ |
D | dash_mpd.c | 2262 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 …]
|