| /third_party/gstreamer/gstreamer/gst/ |
| D | gstquery.c | 75 GstStructure *structure; member 237 GstStructure *structure; in gst_query_new_position() local 285 GstStructure *structure; in gst_query_parse_position() local 316 GstStructure *structure; in gst_query_new_duration() local 363 GstStructure *structure; in gst_query_parse_duration() local 393 GstStructure *structure; in gst_query_new_latency() local 418 GstStructure *structure; in gst_query_set_latency() local 443 GstStructure *structure; in gst_query_parse_latency() local 479 GstStructure *structure; in gst_query_new_convert() local 506 GstStructure *structure; in gst_query_set_convert() local [all …]
|
| D | gststructure.c | 183 #define GST_STRUCTURE_FIELD(structure, index) \ argument 186 #define IS_MUTABLE(structure) \ argument 190 #define IS_TAGLIST(structure) \ argument 274 GstStructureImpl *structure; in gst_structure_new_id_empty_with_size() local 387 GstStructure *structure; in gst_structure_new() local 417 GstStructure *structure; in gst_structure_new_valist() local 457 gst_structure_set_parent_refcount (GstStructure * structure, gint * refcount) in gst_structure_set_parent_refcount() 491 gst_structure_copy (const GstStructure * structure) in gst_structure_copy() 525 gst_structure_free (GstStructure * structure) in gst_structure_free() 626 gst_structure_get_name (const GstStructure * structure) in gst_structure_get_name() [all …]
|
| D | gstmessage.c | 63 GstStructure *structure; member 205 GstStructure *structure; in _gst_message_free() local 237 GstStructure *structure; in _gst_message_copy() local 298 GstStructure * structure) in gst_message_new_custom() 423 GstStructure *structure; in gst_message_new_error_with_details() local 480 const GstStructure ** structure) in gst_message_parse_error_details() 515 GstStructure *structure; in gst_message_new_warning_with_details() local 570 const GstStructure ** structure) in gst_message_parse_warning_details() 605 GstStructure *structure; in gst_message_new_info_with_details() local 660 const GstStructure ** structure) in gst_message_parse_info_details() [all …]
|
| D | gstevent.c | 91 GstStructure *structure; member 304 gst_event_new_custom (GstEventType type, GstStructure * structure) in gst_event_new_custom() 372 GstStructure *structure; in gst_event_writable_structure() local 601 GstStructure *structure; in gst_event_parse_flush_stop() local 673 GstStructure *structure; in gst_event_parse_select_streams() local 818 GstStructure *structure; in gst_event_parse_gap() local 912 GstStructure *structure; in gst_event_parse_caps() local 994 GstStructure *structure; in gst_event_parse_segment() local 1104 GstStructure *structure; in gst_event_new_buffer_size() local 1135 const GstStructure *structure; in gst_event_parse_buffer_size() local [all …]
|
| D | gstcaps.c | 78 GstStructure *structure; member 170 GstStructure *structure; in _gst_caps_copy() local 196 GstStructure *structure; in _gst_caps_free() local 300 GstStructure *structure; in gst_caps_new_empty_simple() local 326 GstStructure *structure; in gst_caps_new_simple() local 379 gst_caps_new_full_valist (GstStructure * structure, va_list var_args) in gst_caps_new_full_valist() 560 GstStructure *structure; in gst_caps_append() local 598 GstStructure *structure; in gst_caps_merge() local 646 gst_caps_append_structure (GstCaps * caps, GstStructure * structure) in gst_caps_append_structure() 675 gst_caps_append_structure_full (GstCaps * caps, GstStructure * structure, in gst_caps_append_structure_full() [all …]
|
| D | gstcontext.c | 74 GstStructure *structure; member 99 GstStructure *structure; in _gst_context_free() local 126 GstStructure *structure; in _gst_context_copy() local 170 GstStructure *structure; in gst_context_new() local
|
| /third_party/skia/third_party/externals/oboe/samples/drumthumper/ |
| D | README.md | 41 ### Kotlin App Layer 44 ### Native (C++) layer 47 ### Dependent Libraries
|
| /third_party/openssl/test/ |
| D | endecoder_legacy_test.c | 74 const char *structure[2]; member 305 const char *structure) in test_protected_PEM() 373 const char *structure) in test_unprotected_PEM() 438 const char *structure) in test_DER() 533 const char *structure = test_stanza->structure[i]; in test_key() local 553 const char *structure = test_stanza->structure[i]; in test_key() local 571 const char *structure = test_stanza->structure[i]; in test_key() local 590 const char *structure = "SubjectPublicKeyInfo"; in test_key() local 608 const char *structure = test_stanza->structure[i]; in test_key() local 628 const char *structure = test_stanza->structure[i]; in test_key() local [all …]
|
| /third_party/node/doc/contributing/ |
| D | writing-tests.md | 58 ### **Lines 1-3** 85 ### **Lines 5-6** 95 ### **Lines 8-9** 110 ### **Lines 11-22**
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | StructureHLSL.cpp | 23 TString Define(const TStructure &structure, in Define() 241 const TStructure *structure = type.getStruct(); in postPaddingString() local 288 TString StructureHLSL::defineQualified(const TStructure &structure, in defineQualified() 305 TString StructureHLSL::defineNameless(const TStructure &structure) in defineNameless() 310 StructureHLSL::DefinedStructs::iterator StructureHLSL::defineVariants(const TStructure &structure, in defineVariants() 360 void StructureHLSL::ensureStructDefined(const TStructure &structure) in ensureStructDefined() 373 TString StructureHLSL::addStructConstructor(const TStructure &structure) in addStructConstructor() 637 for (auto &structure : mDefinedStructs) in structsHeader() local 650 void StructureHLSL::storeStd140ElementIndex(const TStructure &structure, in storeStd140ElementIndex()
|
| D | UtilsHLSL.cpp | 827 TString DecorateField(const ImmutableString &string, const TStructure &structure) in DecorateField() 895 const TStructure *structure = type.getStruct(); in TypeString() local 994 TString StructNameString(const TStructure &structure) in StructNameString() 1011 TString QualifiedStructNameString(const TStructure &structure, in QualifiedStructNameString()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
| D | navigation.c | 77 gst_navigation_send_event (GstNavigation * navigation, GstStructure * structure) in gst_navigation_send_event() 234 GstStructure *structure; in gst_navigation_query_new_commands() local 268 GstStructure *structure; in gst_navigation_query_set_commands() local 301 GstStructure *structure; in gst_navigation_query_set_commandsv() local 326 const GstStructure *structure; in gst_navigation_query_parse_commands_length() local 360 const GstStructure *structure; in gst_navigation_query_parse_commands_nth() local 396 GstStructure *structure; in gst_navigation_query_new_angles() local 417 GstStructure *structure; in gst_navigation_query_set_angles() local 444 const GstStructure *structure; in gst_navigation_query_parse_angles() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | RewriteStructSamplers.cpp | 78 const TStructure *structure = node->getLeft()->getType().getStruct(); in RewriteExpressionVisitBinaryHelper() local 285 const TStructure *structure = indexNode->getLeft()->getType().getStruct(); in RewriteModifiedStructFieldSelectionExpression() local 363 const TStructure *structure = type.getStruct(); in visitDeclaration() local 370 const TStructure *structure = type.getStruct(); in visitDeclaration() local 419 void stripStructSpecifierSamplers(const TStructure *structure, TIntermSequence *newSequence) in stripStructSpecifierSamplers() 496 const TStructure *structure = type.getStruct(); in isRemovedStructType() local 511 const TStructure *structure, in extractStructSamplerUniforms() 572 const TStructure *structure = fieldType.getStruct(); in extractFieldSamplers() local
|
| /third_party/gstreamer/gstplugins_bad/sys/bluez/ |
| D | gstavdtputil.c | 252 GstStructure *structure; in gst_avdtp_util_parse_sbc_raw() local 422 GstStructure *structure; in gst_avdtp_util_parse_mpeg_raw() local 542 GstStructure *structure; in gst_avdtp_util_parse_aac_raw() local 698 GstStructure *structure; in gst_avdtp_util_parse_ldac_raw() local 803 GstStructure *structure; in gst_avdtp_connection_get_caps() local
|
| /third_party/node/benchmark/ |
| D | README.md | 17 ### Directories 29 ### Other Top-level files
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | AstHelpers.cpp | 40 const TStructure &structure) in CreateStructTypeVariable() 48 const TStructure &structure, in CreateInstanceVariable() 197 int sh::GetFieldIndex(const TStructure &structure, const ImmutableString &fieldName) in GetFieldIndex() 221 const TStructure *structure = object.getType().getStruct(); in AccessField() local 234 const TStructure *structure = type.getStruct(); in AccessFieldByIndex() local 379 bool sh::HasMatrixField(const TStructure &structure) in HasMatrixField() 392 bool sh::HasArrayField(const TStructure &structure) in HasArrayField()
|
| /third_party/gstreamer/gstplugins_good/tests/check/elements/ |
| D | level.c | 209 const GstStructure *structure; in GST_START_TEST() local 251 const GstStructure *structure; in GST_START_TEST() local 309 const GstStructure *structure; in GST_START_TEST() local 387 const GstStructure *structure; in GST_START_TEST() local 446 const GstStructure *structure; in GST_START_TEST() local 550 const GstStructure *structure; in GST_START_TEST() local
|
| D | spectrum.c | 129 const GstStructure *structure; in GST_START_TEST() local 229 const GstStructure *structure; in GST_START_TEST() local 329 const GstStructure *structure; in GST_START_TEST() local 429 const GstStructure *structure; in GST_START_TEST() local
|
| /third_party/gstreamer/gstplugins_bad/gst/bayer/ |
| D | gstrgb2bayer.c | 134 GstStructure *structure; in gst_rgb2bayer_transform_caps() local 167 GstStructure *structure; in gst_rgb2bayer_get_unit_size() local 197 GstStructure *structure; in gst_rgb2bayer_set_caps() local
|
| /third_party/cJSON/ |
| D | README.md | 236 #### Basic types 243 #### Arrays 261 #### Objects
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtpbvpay.c | 121 GstStructure *structure; in gst_rtp_bv_pay_sink_setcaps() local 199 GstStructure *structure; in gst_rtp_bv_pay_sink_getcaps() local
|
| D | gstrtpilbcpay.c | 117 GstStructure *structure; in gst_rtp_ilbc_pay_sink_setcaps() local 193 GstStructure *structure; in gst_rtp_ilbc_pay_sink_getcaps() local
|
| D | gstrtpg722depay.c | 107 gst_rtp_g722_depay_parse_int (GstStructure * structure, const gchar * field, in gst_rtp_g722_depay_parse_int() 125 GstStructure *structure; in gst_rtp_g722_depay_setcaps() local
|
| D | gstrtpstreamdepay.c | 114 GstStructure *structure; in gst_rtp_stream_depay_set_sink_caps() local 140 GstStructure *structure; in gst_rtp_stream_depay_get_sink_caps() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | cbs_internal.h | 180 #define CBS_UNIT_TYPE_POD(type, structure) { \ argument 186 #define CBS_UNIT_TYPE_INTERNAL_REF(type, structure, ref_field) { \ argument 194 #define CBS_UNIT_TYPE_COMPLEX(type, structure, free_func) { \ argument
|