Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.h508 rtc::CriticalSection capturer_crit_; variable
509 bool signal_cpu_adaptation_ GUARDED_BY(capturer_crit_);
510 std::map<uint32_t, VideoCapturer*> capturers_ GUARDED_BY(capturer_crit_);
Dwebrtcvideoengine2.cc1274 rtc::CritScope lock(&capturer_crit_); in SetCapturer()
1479 rtc::CritScope lock(&capturer_crit_); in SetOptions()
1523 rtc::CritScope stream_lock(&capturer_crit_); in OnLoadUpdate()