Home | History | Annotate | Download | only in media

Lines Matching refs:sources_it

786   LocalStreamSources::iterator sources_it = local_sources_.begin();
787 while (sources_it != local_sources_.end()) {
788 if (sources_it->frame == frame) {
789 StopLocalSource(sources_it->source, true);
790 sources_it = local_sources_.erase(sources_it);
792 ++sources_it;