Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dpeerconnectioninterface.h275 struct RTCOfferAnswerOptions { struct
288 RTCOfferAnswerOptions() in RTCOfferAnswerOptions() argument
295 RTCOfferAnswerOptions(int offer_to_receive_video, in RTCOfferAnswerOptions() function
378 const RTCOfferAnswerOptions& options) {} in CreateOffer()
Dwebrtcsession_unittest.cc109 typedef PeerConnectionInterface::RTCOfferAnswerOptions RTCOfferAnswerOptions; typedef
561 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options, in GetOptionsForOffer()
567 RTCOfferAnswerOptions::kUndefined) { in GetOptionsForOffer()
572 RTCOfferAnswerOptions::kUndefined) { in GetOptionsForOffer()
615 PeerConnectionInterface::RTCOfferAnswerOptions options; in CreateOffer()
617 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue; in CreateOffer()
623 const PeerConnectionInterface::RTCOfferAnswerOptions& options) { in CreateOffer()
1091 PeerConnectionInterface::RTCOfferAnswerOptions options; in TestSessionCandidatesWithBundleRtcpMux()
1405 PeerConnectionInterface::RTCOfferAnswerOptions options; in VerifyMultipleAsyncCreateDescriptionAfterInit()
2422 PeerConnectionInterface::RTCOfferAnswerOptions options; in TEST_F()
[all …]
Dpeerconnectioninterface_unittest.cc286 typedef PeerConnectionInterface::RTCOfferAnswerOptions RTCOfferAnswerOptions; typedef
2265 RTCOfferAnswerOptions rtc_options; in TEST()
2266 rtc_options.offer_to_receive_audio = RTCOfferAnswerOptions::kUndefined - 1; in TEST()
2272 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1; in TEST()
2277 RTCOfferAnswerOptions rtc_options; in TEST()
2278 rtc_options.offer_to_receive_video = RTCOfferAnswerOptions::kUndefined - 1; in TEST()
2284 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1; in TEST()
2291 RTCOfferAnswerOptions rtc_options; in TEST()
2305 RTCOfferAnswerOptions rtc_options; in TEST()
2318 RTCOfferAnswerOptions rtc_options; in TEST()
[all …]
Dpeerconnection.cc360 typedef PeerConnectionInterface::RTCOfferAnswerOptions Options; in IsValidOfferToReceiveMedia()
448 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options, in ConvertRtcOptionsForOffer()
450 typedef PeerConnectionInterface::RTCOfferAnswerOptions RTCOfferAnswerOptions; in ConvertRtcOptionsForOffer() typedef
456 if (rtc_options.offer_to_receive_audio != RTCOfferAnswerOptions::kUndefined) { in ConvertRtcOptionsForOffer()
459 if (rtc_options.offer_to_receive_video != RTCOfferAnswerOptions::kUndefined) { in ConvertRtcOptionsForOffer()
864 RTCOfferAnswerOptions options; in CreateOffer()
874 value ? RTCOfferAnswerOptions::kOfferToReceiveMediaTrue : 0; in CreateOffer()
882 value ? RTCOfferAnswerOptions::kOfferToReceiveMediaTrue : 0; in CreateOffer()
910 const RTCOfferAnswerOptions& options) { in CreateOffer()
1438 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options, in GetOptionsForOffer()
[all …]
Dpeerconnection.h51 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options,
121 const RTCOfferAnswerOptions& options) override;
219 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options,
Dwebrtcsessiondescriptionfactory.h122 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
Dwebrtcsession.h215 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
Dwebrtcsessiondescriptionfactory.cc258 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateOffer()
Dwebrtcsession.cc782 const PeerConnectionInterface::RTCOfferAnswerOptions& options, in CreateOffer()