Home
last modified time | relevance | path

Searched refs:RTCOfferAnswerOptions (Results 1 – 25 of 245) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dpeer_connection_wrapper.cc32 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
67 return CreateOffer(RTCOfferAnswerOptions()); in CreateOffer()
71 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateOffer()
82 return CreateOfferAndSetAsLocal(RTCOfferAnswerOptions()); in CreateOfferAndSetAsLocal()
87 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateOfferAndSetAsLocal()
98 return CreateAnswer(RTCOfferAnswerOptions()); in CreateAnswer()
103 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateAnswer()
114 return CreateAnswerAndSetAsLocal(RTCOfferAnswerOptions()); in CreateAnswerAndSetAsLocal()
119 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateAnswerAndSetAsLocal()
194 return ExchangeOfferAnswerWith(answerer, RTCOfferAnswerOptions(), in ExchangeOfferAnswerWith()
[all …]
H A Dpeer_connection_wrapper.h67 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
73 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
81 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
87 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
121 const PeerConnectionInterface::RTCOfferAnswerOptions& offer_options,
122 const PeerConnectionInterface::RTCOfferAnswerOptions& answer_options);
H A Dpeer_connection_signaling_unittest.cc39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
532 RTCOfferAnswerOptions options; in TEST_P()
534 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue; in TEST_P()
599 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
613 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
795 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
811 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
838 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
843 auto answer = callee->CreateAnswer(RTCOfferAnswerOptions()); in TEST_F()
858 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
[all …]
H A Dpeer_connection_bundle_unittest.cc39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
296 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
338 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
382 RTCOfferAnswerOptions options; in TEST_P()
437 RTCOfferAnswerOptions options; in TEST_P()
504 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
525 RTCOfferAnswerOptions options; in TEST_P()
579 RTCOfferAnswerOptions options; in TEST_P()
616 RTCOfferAnswerOptions options; in TEST_P()
684 RTCOfferAnswerOptions options; in TEST_P()
[all …]
H A Dpeer_connection_media_unittest.cc41 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
332 RTCOfferAnswerOptions options; in TEST_F()
359 RTCOfferAnswerOptions options; in TEST_F()
555 RTCOfferAnswerOptions options; in TEST_P()
646 RTCOfferAnswerOptions options; in TEST_P()
716 RTCOfferAnswerOptions options; in TEST_P()
766 RTCOfferAnswerOptions options; in TEST_P()
792 RTCOfferAnswerOptions options; in TEST_P()
816 RTCOfferAnswerOptions options; in TEST_P()
852 RTCOfferAnswerOptions options; in TEST_P()
[all …]
H A Dpeer_connection_data_channel_unittest.cc54 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
295 RTCOfferAnswerOptions options; in TEST_P()
391 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P()
404 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P()
H A Dpeer_connection.h207 const RTCOfferAnswerOptions& options) override;
209 const RTCOfferAnswerOptions& options) override;
473 const RTCOfferAnswerOptions& options,
476 const RTCOfferAnswerOptions& options,
715 void GetOptionsForOffer(const PeerConnectionInterface::RTCOfferAnswerOptions&
720 const PeerConnectionInterface::RTCOfferAnswerOptions&
725 const PeerConnectionInterface::RTCOfferAnswerOptions&
730 RTCError HandleLegacyOfferOptions(const RTCOfferAnswerOptions& options)
742 void GetOptionsForAnswer(const RTCOfferAnswerOptions& offer_answer_options,
746 const PeerConnectionInterface::RTCOfferAnswerOptions&
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dpeer_connection_wrapper.cc32 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
70 return CreateOffer(RTCOfferAnswerOptions()); in CreateOffer()
74 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateOffer()
85 return CreateOfferAndSetAsLocal(RTCOfferAnswerOptions()); in CreateOfferAndSetAsLocal()
90 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateOfferAndSetAsLocal()
101 return CreateAnswer(RTCOfferAnswerOptions()); in CreateAnswer()
106 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateAnswer()
117 return CreateAnswerAndSetAsLocal(RTCOfferAnswerOptions()); in CreateAnswerAndSetAsLocal()
122 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateAnswerAndSetAsLocal()
197 return ExchangeOfferAnswerWith(answerer, RTCOfferAnswerOptions(), in ExchangeOfferAnswerWith()
[all …]
H A Dpeer_connection_wrapper.h67 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
73 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
81 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
87 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
121 const PeerConnectionInterface::RTCOfferAnswerOptions& offer_options,
122 const PeerConnectionInterface::RTCOfferAnswerOptions& answer_options);
H A Dpeer_connection_signaling_unittest.cc41 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
534 RTCOfferAnswerOptions options; in TEST_P()
536 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue; in TEST_P()
640 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
653 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
673 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
687 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
925 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
942 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
958 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
[all …]
H A Dsdp_offer_answer.h138 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
141 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
248 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
251 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
365 void GetOptionsForOffer(const PeerConnectionInterface::RTCOfferAnswerOptions&
369 const PeerConnectionInterface::RTCOfferAnswerOptions&
374 const PeerConnectionInterface::RTCOfferAnswerOptions&
381 void GetOptionsForAnswer(const PeerConnectionInterface::RTCOfferAnswerOptions&
385 const PeerConnectionInterface::RTCOfferAnswerOptions&
390 const PeerConnectionInterface::RTCOfferAnswerOptions&
[all …]
H A Dpeer_connection_bundle_unittest.cc39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
296 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
338 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
382 RTCOfferAnswerOptions options; in TEST_P()
437 RTCOfferAnswerOptions options; in TEST_P()
504 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
525 RTCOfferAnswerOptions options; in TEST_P()
579 RTCOfferAnswerOptions options; in TEST_P()
616 RTCOfferAnswerOptions options; in TEST_P()
684 RTCOfferAnswerOptions options; in TEST_P()
[all …]
H A Dpeer_connection_media_unittest.cc41 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
332 RTCOfferAnswerOptions options; in TEST_F()
359 RTCOfferAnswerOptions options; in TEST_F()
555 RTCOfferAnswerOptions options; in TEST_P()
646 RTCOfferAnswerOptions options; in TEST_P()
716 RTCOfferAnswerOptions options; in TEST_P()
766 RTCOfferAnswerOptions options; in TEST_P()
792 RTCOfferAnswerOptions options; in TEST_P()
816 RTCOfferAnswerOptions options; in TEST_P()
854 RTCOfferAnswerOptions options; in TEST_P()
[all …]
H A Dpeer_connection_data_channel_unittest.cc54 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
269 RTCOfferAnswerOptions options; in TEST_P()
365 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P()
378 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dpeer_connection_wrapper.cc32 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
67 return CreateOffer(RTCOfferAnswerOptions()); in CreateOffer()
71 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateOffer()
82 return CreateOfferAndSetAsLocal(RTCOfferAnswerOptions()); in CreateOfferAndSetAsLocal()
87 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateOfferAndSetAsLocal()
98 return CreateAnswer(RTCOfferAnswerOptions()); in CreateAnswer()
103 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateAnswer()
114 return CreateAnswerAndSetAsLocal(RTCOfferAnswerOptions()); in CreateAnswerAndSetAsLocal()
119 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateAnswerAndSetAsLocal()
194 return ExchangeOfferAnswerWith(answerer, RTCOfferAnswerOptions(), in ExchangeOfferAnswerWith()
[all …]
H A Dpeer_connection_wrapper.h67 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
73 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
81 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
87 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
121 const PeerConnectionInterface::RTCOfferAnswerOptions& offer_options,
122 const PeerConnectionInterface::RTCOfferAnswerOptions& answer_options);
H A Dpeer_connection_signaling_unittest.cc41 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
534 RTCOfferAnswerOptions options; in TEST_P()
536 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue; in TEST_P()
640 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
653 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
673 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
687 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_P()
925 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
942 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
958 auto offer = caller->CreateOffer(RTCOfferAnswerOptions()); in TEST_F()
[all …]
H A Dsdp_offer_answer.h136 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
139 const PeerConnectionInterface::RTCOfferAnswerOptions& options);
250 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
253 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
367 void GetOptionsForOffer(const PeerConnectionInterface::RTCOfferAnswerOptions&
371 const PeerConnectionInterface::RTCOfferAnswerOptions&
376 const PeerConnectionInterface::RTCOfferAnswerOptions&
383 void GetOptionsForAnswer(const PeerConnectionInterface::RTCOfferAnswerOptions&
387 const PeerConnectionInterface::RTCOfferAnswerOptions&
392 const PeerConnectionInterface::RTCOfferAnswerOptions&
[all …]
H A Dpeer_connection_bundle_unittest.cc39 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
296 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
338 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
382 RTCOfferAnswerOptions options; in TEST_P()
437 RTCOfferAnswerOptions options; in TEST_P()
504 RTCOfferAnswerOptions options_no_bundle; in TEST_P()
525 RTCOfferAnswerOptions options; in TEST_P()
579 RTCOfferAnswerOptions options; in TEST_P()
616 RTCOfferAnswerOptions options; in TEST_P()
684 RTCOfferAnswerOptions options; in TEST_P()
[all …]
H A Dpeer_connection_media_unittest.cc41 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
332 RTCOfferAnswerOptions options; in TEST_F()
359 RTCOfferAnswerOptions options; in TEST_F()
555 RTCOfferAnswerOptions options; in TEST_P()
646 RTCOfferAnswerOptions options; in TEST_P()
716 RTCOfferAnswerOptions options; in TEST_P()
766 RTCOfferAnswerOptions options; in TEST_P()
792 RTCOfferAnswerOptions options; in TEST_P()
816 RTCOfferAnswerOptions options; in TEST_P()
854 RTCOfferAnswerOptions options; in TEST_P()
[all …]
H A Dpeer_connection_data_channel_unittest.cc54 using RTCOfferAnswerOptions = PeerConnectionInterface::RTCOfferAnswerOptions; typedef
269 RTCOfferAnswerOptions options; in TEST_P()
365 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P()
378 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_P()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/test/
H A Dintegration_test_helpers.cc15 PeerConnectionInterface::RTCOfferAnswerOptions IceRestartOfferAnswerOptions() { in IceRestartOfferAnswerOptions()
16 PeerConnectionInterface::RTCOfferAnswerOptions options; in IceRestartOfferAnswerOptions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/
H A Dmedia_constraints.cc224 PeerConnectionInterface::RTCOfferAnswerOptions* offer_answer_options) { in CopyConstraintsIntoOfferAnswerOptions()
235 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions()
243 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/
H A Dmedia_constraints.cc224 PeerConnectionInterface::RTCOfferAnswerOptions* offer_answer_options) { in CopyConstraintsIntoOfferAnswerOptions()
235 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions()
243 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/
H A Dmedia_constraints.cc224 PeerConnectionInterface::RTCOfferAnswerOptions* offer_answer_options) { in CopyConstraintsIntoOfferAnswerOptions()
235 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions()
243 value ? PeerConnectionInterface::RTCOfferAnswerOptions:: in CopyConstraintsIntoOfferAnswerOptions()

12345678910