Searched refs:bundling (Results 1 – 25 of 46) sorted by relevance
12
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpqcelpdepay.c | 217 depay->bundling = 0; in flush_packets() 304 depay->bundling = count_packets (depay, payload, payload_len); in gst_rtp_qcelp_depay_process() 305 GST_DEBUG_OBJECT (depay, "got bundling of %u", depay->bundling); in gst_rtp_qcelp_depay_process() 308 size = (depay->bundling - 1) * (LLL + 1); in gst_rtp_qcelp_depay_process() 325 depay->bundling = 0; in gst_rtp_qcelp_depay_process() 385 if (depay->bundling > 0 && depay->bundling <= index) in gst_rtp_qcelp_depay_process() 388 while (index < depay->bundling) { in gst_rtp_qcelp_depay_process()
|
D | gstrtpqcelpdepay.h | 47 guint bundling; member
|
/third_party/jsoncpp/ |
D | meson.build | 65 # for libraries bundling jsoncpp
|
/third_party/python/Doc/library/ |
D | poplib.rst | 60 bundling SSL configuration options, certificates and private keys into a 243 bundling SSL configuration options, certificates and private keys into
|
D | ftplib.rst | 93 is a :class:`ssl.SSLContext` object which allows bundling SSL configuration
|
D | zipapp.rst | 389 There are some limitations to the process of bundling your application into
|
D | imaplib.rst | 92 *ssl_context* is a :class:`ssl.SSLContext` object which allows bundling
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 13 // in-order machine with complicated scheduling or bundling constraints.
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debug_graph.proto | 241 // ModelProto is a top-level file/container format for bundling a ML model and
|
/third_party/gstreamer/gstplugins_good/ |
D | README.static-linking | 114 agreement didn’t allow the bundling of shared libraries, so distributing
|
/third_party/python/Doc/installing/ |
D | index.rst | 129 Python only started bundling ``pip`` with Python 3.4. For earlier versions,
|
/third_party/gstreamer/gstreamer/ |
D | README.static-linking | 114 agreement didn’t allow the bundling of shared libraries, so distributing
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | anf_ir.proto | 239 // ModelProto is a top-level file/container format for bundling a ML model and
|
/third_party/gstreamer/gstplugins_bad/ |
D | README.static-linking | 114 agreement didn’t allow the bundling of shared libraries, so distributing
|
/third_party/gstreamer/gstplugins_base/ |
D | README.static-linking | 114 agreement didn’t allow the bundling of shared libraries, so distributing
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | config.md | 514 eliminate some deduping. If used with `legacy-bundling`, `legacy-bundling` will be 637 #### legacy-bundling
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a5.rst | 576 Some Linux distribution packaging policies recommend against bundling
|
/third_party/node/deps/acorn/acorn/ |
D | README.md | 277 … [`acorn-stage3`](https://github.com/acornjs/acorn-stage3): Parse most stage 3 proposals, bundling:
|
/third_party/parse5/docs/ |
D | version-history.md | 64 `SerializerStream`, `SAXParser`) is now lazily loaded. That enables bundling of the basic functiona…
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | CHANGELOG.md | 281 * **deps:** switch to node-fetch-npm and stop bundling ([3db603b](https://github.com/zkat/make-fetc…
|
/third_party/python/Doc/tutorial/ |
D | classes.rst | 7 Classes provide a means of bundling data and functionality together. Creating 740 "struct", bundling together a few named data items. An empty class definition
|
/third_party/python/Doc/using/ |
D | configure.rst | 112 Some Linux distribution packaging policies recommend against bundling
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-install.md | 397 The `--legacy-bundling` argument will cause npm to install the package such
|
/third_party/mindspore/third_party/proto/onnx/ |
D | onnx.proto | 202 // ModelProto is a top-level file/container format for bundling a ML model and
|
/third_party/flutter/flutter/packages/flutter_tools/gradle/ |
D | flutter.gradle | 23 import org.gradle.api.tasks.bundling.Jar
|
12