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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 911 cricket::MediaStreams removed_streams; local
921 removed_streams.mutable_audio());
932 removed_streams.mutable_video());
943 removed_streams.mutable_data());
946 if (!added_streams.empty() || !removed_streams.empty())
    [all...]
call.h 213 std::vector<StreamParams>* removed_streams);
220 void RemoveRecvStreams(const std::vector<StreamParams>& removed_streams,

Completed in 609 milliseconds