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

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 360 while (!it->second.started_screencasts.empty()) {
361 uint32 ssrc = it->second.started_screencasts.begin()->first;
533 it->second.started_screencasts.insert(
587 it->second.started_screencasts.find(ssrc);
588 if (screencast_iter == it->second.started_screencasts.end()) {
604 it->second.started_screencasts.erase(ssrc);
    [all...]
call.h 279 StartedScreencastMap started_screencasts; member in struct:cricket::Call::MediaSession

Completed in 40 milliseconds