Searched refs:started_screencasts (Results 1 – 2 of 2) sorted by relevance
352 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()
278 StartedScreencastMap started_screencasts; member