Home
last modified time | relevance | path

Searched refs:reliability (Results 1 – 25 of 118) 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/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/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.h59 enum switch_reliability *reliability);
Devdev-fallback.h138 enum switch_reliability reliability; member
Devdev-fallback.c762 if (dispatch->lid.reliability == RELIABILITY_WRITE_OPEN) { in fallback_lid_keyboard_event()
1282 dispatch->lid.reliability == RELIABILITY_RELIABLE) { in fallback_interface_sync_initial_state()
1734 dispatch->lid.reliability = evdev_read_switch_reliability_prop(device); in fallback_dispatch_init_switch()
/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/mesa3d/docs/relnotes/
D7.8.1.rst8 reliability should stick with a previous release, such as 7.7.1, or wait
D10.1.rst5 stability and reliability should stick with a previous release 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
D9.0.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
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
D10.0.rst5 stability and reliability should stick with a previous release or wait
/third_party/skia/third_party/externals/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/skia/site/docs/dev/gardening/
Dgpu.md27 2) Improve the reliability of the GPU bots. This includes dealing with flaky images, crashing bots,…
/third_party/libsnd/regtest/
DReadme.txt7 reliability and correctness of libsndfile to do their own regression
/third_party/vk-gl-cts/external/vulkan-docs/src/
Dcopyright-spec.txt17 completeness, timeliness, and reliability.
/third_party/vk-gl-cts/external/vulkan-docs/src/LICENSES/
DLicenseRef-KhronosSpecCopyright.txt17 completeness, timeliness, and reliability.

12345