Searched defs:capture_cs_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.h154 // Never take capture_cs_ before deliver_cs_!
155 scoped_ptr<CriticalSectionWrapper> capture_cs_; member in class:webrtc::ViECapturer
/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...]

Completed in 434 milliseconds