Home
last modified time | relevance | path

Searched refs:reliability (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcdatachannel.c116 DataChannelReliabilityType reliability = 0; in construct_open_packet() local
147 reliability |= 0x80; in construct_open_packet()
149 reliability |= 0x01; in construct_open_packet()
153 reliability |= 0x02; in construct_open_packet()
159 if (!gst_byte_writer_put_uint8 (&w, (guint8) reliability)) in construct_open_packet()
406 guint8 reliability; in _parse_control_packet() local
425 if (!gst_byte_reader_get_uint8 (&r, &reliability)) in _parse_control_packet()
453 channel->parent.ordered = !(reliability & 0x80); in _parse_control_packet()
454 if (reliability & 0x01) { in _parse_control_packet()
457 } else if (reliability & 0x02) { in _parse_control_packet()
[all …]
/third_party/libinput/src/
Dutil-prop-parsers.c209 enum switch_reliability *reliability) in parse_switch_reliability_property() argument
212 *reliability = RELIABILITY_UNKNOWN; in parse_switch_reliability_property()
217 *reliability = RELIABILITY_RELIABLE; in parse_switch_reliability_property()
219 *reliability = RELIABILITY_WRITE_OPEN; in parse_switch_reliability_property()
Dutil-prop-parsers.h57 enum switch_reliability *reliability);
Devdev-fallback.h131 enum switch_reliability reliability; member
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dgstsctpenc.c98 GstSctpAssociationPartialReliability reliability; member
163 GstSctpAssociationPartialReliability * reliability,
441 &sctpenc_pad->reliability, &sctpenc_pad->reliability_param, &new_ppid, in gst_sctp_enc_request_new_pad()
591 pr = sctpenc_pad->reliability; in gst_sctp_enc_sink_chain()
702 &sctpenc_pad->reliability, &sctpenc_pad->reliability_param, &new_ppid, in gst_sctp_enc_sink_event()
970 GstSctpAssociationPartialReliability * reliability, in get_config_from_caps() argument
977 *reliability = GST_SCTP_ASSOCIATION_PARTIAL_RELIABILITY_NONE; in get_config_from_caps()
993 *reliability = GST_SCTP_ASSOCIATION_PARTIAL_RELIABILITY_NONE; in get_config_from_caps()
995 *reliability = GST_SCTP_ASSOCIATION_PARTIAL_RELIABILITY_TTL; in get_config_from_caps()
997 *reliability = GST_SCTP_ASSOCIATION_PARTIAL_RELIABILITY_BUF; in get_config_from_caps()
[all …]
/third_party/sqlite/
DREADME.OpenSource9 …C-language library that implements a small, fast, self-contained, high-reliability, full-featured,…
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-tag.h75 static const int reliability = Reliability; variable
/third_party/weston/doc/sphinx/
Dindex.rst24 The core focus of Weston is correctness and reliability. Weston aims to be lean
/third_party/mesa3d/docs/relnotes/
D10.1.rst5 stability and reliability should stick with a previous release or wait
D7.8.1.rst8 reliability should stick with a previous release, such as 7.7.1, or wait
D9.1.rst5 stability and reliability should stick with a previous release or wait
D7.8.rst5 stability and reliability should stick with a previous release or wait
D7.7.rst5 stability and reliability should stick with a previous release or wait
D8.0.rst5 stability and reliability should stick with a previous release or wait
D9.0.rst5 stability and reliability should stick with a previous release or wait
D10.2.rst5 stability and reliability should stick with a previous release or wait
D7.6.rst5 stability and reliability should stick with a previous release or wait
D7.5.rst5 stability and reliability should stick with the 7.4.x branch or wait for
/third_party/skia/third_party/externals/harfbuzz/
DBUILD.md27 with buildability and reliability of features you get.
/third_party/gettext/libtextstyle/
DNEWS26 * Fixed a couple of reliability bugs:
/third_party/harfbuzz/
DBUILD.md27 with buildability and reliability of features you get.
/third_party/googletest/googletest/src/hwext/
Dgtest-tag.cc121 element("Reliability", reliability); in TypeSet()
/third_party/boost/libs/math/doc/quadrature/
Dtrapezoidal.qbk98 However, for applications with high-reliability requirements,
124 …mber of summation should be analyzed in applications requiring very high precision and reliability.
/third_party/flutter/skia/site/dev/sheriffing/
Dgpu.md22 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
/third_party/skia/site/docs/dev/gardening/
Dgpu.md27 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…

12345