Searched refs:capture_cs_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc95 : capture_cs_(CriticalSectionWrapper::CreateCriticalSection()),
110 CriticalSectionScoped cs(capture_cs_.get());
149 CriticalSectionScoped cs(capture_cs_.get());
154 CriticalSectionScoped cs(capture_cs_.get());
161 CriticalSectionScoped cs(capture_cs_.get());
166 CriticalSectionScoped cs(capture_cs_.get());
170 CriticalSectionScoped cs(capture_cs_.get());
174 CriticalSectionScoped cs(capture_cs_.get());
179 CriticalSectionScoped cs(capture_cs_.get());
184 CriticalSectionScoped cs(capture_cs_
189 scoped_ptr<CriticalSectionWrapper> capture_cs_; member in class:TestVideoCaptureCallback
229 scoped_ptr<CriticalSectionWrapper> capture_cs_; member in class:TestVideoCaptureFeedBack
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.cc40 capture_cs_(CriticalSectionWrapper::CreateCriticalSection()),
74 capture_cs_->Enter();
77 capture_cs_->Leave();
340 CriticalSectionScoped cs(capture_cs_.get());
597 CriticalSectionScoped cs(capture_cs_.get());
H A Dvie_capturer.h154 // Never take capture_cs_ before deliver_cs_!
155 scoped_ptr<CriticalSectionWrapper> capture_cs_; member in class:webrtc::ViECapturer

Completed in 655 milliseconds