Home
last modified time | relevance | path

Searched refs:bundling (Results 1 – 25 of 46) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpqcelpdepay.c217 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()
Dgstrtpqcelpdepay.h47 guint bundling; member
/third_party/jsoncpp/
Dmeson.build65 # for libraries bundling jsoncpp
/third_party/python/Doc/library/
Dpoplib.rst60 bundling SSL configuration options, certificates and private keys into a
243 bundling SSL configuration options, certificates and private keys into
Dftplib.rst93 is a :class:`ssl.SSLContext` object which allows bundling SSL configuration
Dzipapp.rst389 There are some limitations to the process of bundling your application into
Dimaplib.rst92 *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/
DTargetItinerary.td13 // in-order machine with complicated scheduling or bundling constraints.
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebug_graph.proto241 // ModelProto is a top-level file/container format for bundling a ML model and
/third_party/gstreamer/gstplugins_good/
DREADME.static-linking114 agreement didn’t allow the bundling of shared libraries, so distributing
/third_party/python/Doc/installing/
Dindex.rst129 Python only started bundling ``pip`` with Python 3.4. For earlier versions,
/third_party/gstreamer/gstreamer/
DREADME.static-linking114 agreement didn’t allow the bundling of shared libraries, so distributing
/third_party/mindspore/mindspore/ccsrc/utils/
Danf_ir.proto239 // ModelProto is a top-level file/container format for bundling a ML model and
/third_party/gstreamer/gstplugins_bad/
DREADME.static-linking114 agreement didn’t allow the bundling of shared libraries, so distributing
/third_party/gstreamer/gstplugins_base/
DREADME.static-linking114 agreement didn’t allow the bundling of shared libraries, so distributing
/third_party/node/deps/npm/docs/content/using-npm/
Dconfig.md514 eliminate some deduping. If used with `legacy-bundling`, `legacy-bundling` will be
637 #### legacy-bundling
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst576 Some Linux distribution packaging policies recommend against bundling
/third_party/node/deps/acorn/acorn/
DREADME.md277 … [`acorn-stage3`](https://github.com/acornjs/acorn-stage3): Parse most stage 3 proposals, bundling:
/third_party/parse5/docs/
Dversion-history.md64 `SerializerStream`, `SAXParser`) is now lazily loaded. That enables bundling of the basic functiona…
/third_party/node/deps/npm/node_modules/make-fetch-happen/
DCHANGELOG.md281 * **deps:** switch to node-fetch-npm and stop bundling ([3db603b](https://github.com/zkat/make-fetc…
/third_party/python/Doc/tutorial/
Dclasses.rst7 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/
Dconfigure.rst112 Some Linux distribution packaging policies recommend against bundling
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-install.md397 The `--legacy-bundling` argument will cause npm to install the package such
/third_party/mindspore/third_party/proto/onnx/
Donnx.proto202 // ModelProto is a top-level file/container format for bundling a ML model and
/third_party/flutter/flutter/packages/flutter_tools/gradle/
Dflutter.gradle23 import org.gradle.api.tasks.bundling.Jar

12