Lines Matching refs:RTCOfferAnswerOptions
360 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()
1447 if (rtc_options.offer_to_receive_audio == RTCOfferAnswerOptions::kUndefined) { in GetOptionsForOffer()
1452 if (rtc_options.offer_to_receive_video == RTCOfferAnswerOptions::kUndefined) { in GetOptionsForOffer()