Home
last modified time | relevance | path

Searched refs:offer (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c256 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
261 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL)) { in _on_offer_received()
262 gchar *desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
274 t->offer_desc = offer; in _on_offer_received()
808 test_validate_sdp_full (struct test_webrtc *t, struct validate_sdp *offer, in test_validate_sdp_full() argument
812 if (offer) { in test_validate_sdp_full()
813 t->offer_data = offer; in test_validate_sdp_full()
845 test_validate_sdp (struct test_webrtc *t, struct validate_sdp *offer, in test_validate_sdp() argument
848 test_validate_sdp_full (t, offer, answer, 0, TRUE); in test_validate_sdp()
1037 VAL_SDP_INIT (offer, on_sdp_media_direction, expected_offer_direction, in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/
Dwebrtc.c105 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
112 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
114 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
118 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
119 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
125 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtcbidirectional.c112 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
119 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
121 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
125 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
126 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
132 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtctransceiver.c105 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
112 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
114 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
118 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
119 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
125 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtcswap.c125 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
132 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
134 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
138 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
139 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
145 gst_webrtc_session_description_free (offer); in _on_offer_received()
Dwebrtcrenego.c159 GstWebRTCSessionDescription *offer = NULL; in _on_offer_received() local
166 GST_TYPE_WEBRTC_SESSION_DESCRIPTION, &offer, NULL); in _on_offer_received()
168 desc = gst_sdp_message_as_text (offer->sdp); in _on_offer_received()
172 g_signal_emit_by_name (webrtc1, "set-local-description", offer, NULL); in _on_offer_received()
173 g_signal_emit_by_name (webrtc2, "set-remote-description", offer, NULL); in _on_offer_received()
179 gst_webrtc_session_description_free (offer); in _on_offer_received()
/third_party/openssl/doc/man7/
Dprovider.pod106 provider may or may not offer, depending on its needs.
117 The functions the provider can offer are described in
125 The functions the provider can offer are described in
133 The functions the provider can offer are described in
141 The functions the provider can offer are described in
149 The functions the provider can offer are described in
157 The functions the provider can offer are described in
164 The functions the provider can offer are described in L<provider-kem(7)>.
171 The functions the provider can offer are described in
179 The functions the provider can offer are described in
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c397 _intersect_answer_directions (GstWebRTCRTPTransceiverDirection offer, in _intersect_answer_directions() argument
400 if (offer == DIR (INACTIVE) || answer == DIR (INACTIVE)) in _intersect_answer_directions()
402 if (offer == DIR (SENDONLY) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
404 if (offer == DIR (SENDONLY) && answer == DIR (RECVONLY)) in _intersect_answer_directions()
406 if (offer == DIR (RECVONLY) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
408 if (offer == DIR (RECVONLY) && answer == DIR (SENDONLY)) in _intersect_answer_directions()
410 if (offer == DIR (SENDRECV) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
412 if (offer == DIR (SENDRECV) && answer == DIR (SENDONLY)) in _intersect_answer_directions()
414 if (offer == DIR (SENDRECV) && answer == DIR (RECVONLY)) in _intersect_answer_directions()
416 if (offer == DIR (RECVONLY) && answer == DIR (RECVONLY)) in _intersect_answer_directions()
[all …]
Dwebrtcsdp.h49 …ceiverDirection _intersect_answer_directions (GstWebRTCRTPTransceiverDirection offer,
61 …ebRTCDTLSSetup _intersect_dtls_setup (GstWebRTCDTLSSetup offer);
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dwebrtc-unidirectional-h264.c250 GstWebRTCSessionDescription *offer = NULL; in on_offer_created_cb() local
255 &offer, NULL); in on_offer_created_cb()
260 offer, local_desc_promise); in on_offer_created_cb()
264 sdp_string = gst_sdp_message_as_text (offer->sdp); in on_offer_created_cb()
281 gst_webrtc_session_description_free (offer); in on_offer_created_cb()
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DGestureHelper.java64 queuedSingleTaps.offer(e); in GestureHelper()
76 queuedFingerHold.offer(new ScrollEvent(e2, in GestureHelper()
/third_party/openssl/doc/man3/
DOSSL_DECODER_CTX_new_for_pkey.pod91 offer, and provider documentation should have the details.
93 Among the known input types that OpenSSL decoder implementations offer
101 providers offer, and provider documentation should have the details.
104 offer for B<EVP_PKEY>s are C<pkcs8> and C<SubjectPublicKeyInfo>.
DEVP_PKEY_check.pod30 implementations may offer a quicker form of validation that omits some checks in
38 implementations may offer a quicker form of validation that omits some checks in
/third_party/skia/third_party/externals/imgui/examples/example_android_opengl3/android/app/src/main/java/
DMainActivity.kt32 unicodeCharacterQueue.offer(event.getUnicodeChar(event.metaState)) in dispatchKeyEvent()
/third_party/python/Doc/howto/
Dcporting.rst17 * The `Cython`_ and `CFFI`_ libraries offer abstractions over
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/
DREADME10 want to offer a translation of these messages for a particular locale.
/third_party/icu/icu4c/source/extra/uconv/
DREADME10 want to offer a translation of these messages for a particular locale.
/third_party/skia/third_party/externals/icu/source/extra/uconv/
DREADME10 want to offer a translation of these messages for a particular locale.
/third_party/flutter/flutter/
DPATENT_GRANT3 section) patent license to make, have made, use, offer to sell, sell,
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterViewControllerTest.m115 // desirable, but given that the OS does not offer a DI approach to providing
219 // desirable, but given that the OS does not offer a DI approach to providing
/third_party/python/Doc/distutils/
Dindex.rst28 tools offer easier to use and more secure alternatives. Refer to the `quick
/third_party/flutter/engine/flutter/third_party/txt/
DPATENTS8 section) patent license to make, have made, use, offer to sell, sell,
/third_party/flutter/txt/
DPATENTS8 section) patent license to make, have made, use, offer to sell, sell,
/third_party/skia/third_party/externals/libwebp/
DPATENTS9 make, have made, use, offer to sell, sell, import, transfer, and otherwise
/third_party/flutter/skia/third_party/externals/libwebp/
DPATENTS9 make, have made, use, offer to sell, sell, import, transfer, and otherwise

12345678910>>...20