HomeSort by relevance Sort by last modified time
    Searched refs:offer_to_receive_video (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 282 int offer_to_receive_video; member in struct:webrtc::PeerConnectionInterface::RTCOfferAnswerOptions
289 : offer_to_receive_video(kUndefined),
295 RTCOfferAnswerOptions(int offer_to_receive_video,
300 : offer_to_receive_video(offer_to_receive_video),
peerconnection.cc 452 !IsValidOfferToReceiveMedia(rtc_options.offer_to_receive_video)) {
459 if (rtc_options.offer_to_receive_video != RTCOfferAnswerOptions::kUndefined) {
460 session_options->recv_video = (rtc_options.offer_to_receive_video > 0);
881 options.offer_to_receive_video =
    [all...]
peerconnectioninterface_unittest.cc     [all...]
webrtcsession_unittest.cc 571 if (rtc_options.offer_to_receive_video ==
    [all...]

Completed in 2514 milliseconds