Home
last modified time | relevance | path

Searched refs:started_screencasts (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dcall.cc352 while (!it->second.started_screencasts.empty()) { in RemoveSession()
353 uint32 ssrc = it->second.started_screencasts.begin()->first; in RemoveSession()
530 it->second.started_screencasts.insert( in StartScreencast()
584 it->second.started_screencasts.find(ssrc); in StopScreencastWithoutSendingUpdate()
585 if (screencast_iter == it->second.started_screencasts.end()) { in StopScreencastWithoutSendingUpdate()
601 it->second.started_screencasts.erase(ssrc); in StopScreencastWithoutSendingUpdate()
Dcall.h278 StartedScreencastMap started_screencasts; member