Searched defs:RTCOfferAnswerOptions (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectioninterface.h275 struct RTCOfferAnswerOptions { struct in class:webrtc::PeerConnectionInterface
288 RTCOfferAnswerOptions() function in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
295 RTCOfferAnswerOptions(int offer_to_receive_video, function in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
378 const RTCOfferAnswerOptions& options) {}
H A Dpeerconnection.cc360 typedef PeerConnectionInterface::RTCOfferAnswerOptions Options;
448 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options,
450 typedef PeerConnectionInterface::RTCOfferAnswerOptions RTCOfferAnswerOptions; typedef
456 if (rtc_options.offer_to_receive_audio != RTCOfferAnswerOptions::kUndefined) {
459 if (rtc_options.offer_to_receive_video != RTCOfferAnswerOptions::kUndefined) {
864 RTCOfferAnswerOptions options;
874 value ? RTCOfferAnswerOptions::kOfferToReceiveMediaTrue : 0;
882 value ? RTCOfferAnswerOptions::kOfferToReceiveMediaTrue : 0;
910 const RTCOfferAnswerOptions
[all...]
H A Dpeerconnectioninterface_unittest.cc286 typedef PeerConnectionInterface::RTCOfferAnswerOptions RTCOfferAnswerOptions; typedef
2265 RTCOfferAnswerOptions rtc_options;
2266 rtc_options.offer_to_receive_audio = RTCOfferAnswerOptions::kUndefined - 1;
2272 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
2277 RTCOfferAnswerOptions rtc_options;
2278 rtc_options.offer_to_receive_video = RTCOfferAnswerOptions::kUndefined - 1;
2284 RTCOfferAnswerOptions::kMaxOfferToReceiveMedia + 1;
2291 RTCOfferAnswerOptions rtc_options;
2305 RTCOfferAnswerOptions rtc_option
[all...]
H A Dwebrtcsession_unittest.cc109 typedef PeerConnectionInterface::RTCOfferAnswerOptions RTCOfferAnswerOptions; typedef
561 const PeerConnectionInterface::RTCOfferAnswerOptions& rtc_options,
567 RTCOfferAnswerOptions::kUndefined) {
572 RTCOfferAnswerOptions::kUndefined) {
615 PeerConnectionInterface::RTCOfferAnswerOptions options;
617 RTCOfferAnswerOptions::kOfferToReceiveMediaTrue;
623 const PeerConnectionInterface::RTCOfferAnswerOptions& options) {
1091 PeerConnectionInterface::RTCOfferAnswerOptions options;
1405 PeerConnectionInterface::RTCOfferAnswerOptions option
[all...]

Completed in 99 milliseconds