HomeSort by relevance Sort by last modified time
    Searched refs:capture_cs_ (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/video/
video_capture_input.h 68 rtc::scoped_ptr<CriticalSectionWrapper> capture_cs_; member in class:webrtc::internal::VideoCaptureInput
84 VideoFrame captured_frame_ GUARDED_BY(capture_cs_.get());
video_capture_input.cc 38 : capture_cs_(CriticalSectionWrapper::CreateCriticalSection()),
98 CriticalSectionScoped cs(capture_cs_.get());
135 CriticalSectionScoped cs(capture_cs_.get());
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 93 : capture_cs_(CriticalSectionWrapper::CreateCriticalSection()),
107 CriticalSectionScoped cs(capture_cs_.get());
146 CriticalSectionScoped cs(capture_cs_.get());
151 CriticalSectionScoped cs(capture_cs_.get());
158 CriticalSectionScoped cs(capture_cs_.get());
163 CriticalSectionScoped cs(capture_cs_.get());
167 CriticalSectionScoped cs(capture_cs_.get());
171 CriticalSectionScoped cs(capture_cs_.get());
176 CriticalSectionScoped cs(capture_cs_.get());
181 CriticalSectionScoped cs(capture_cs_.get())
186 scoped_ptr<CriticalSectionWrapper> capture_cs_; member in class:TestVideoCaptureCallback
226 scoped_ptr<CriticalSectionWrapper> capture_cs_; member in class:TestVideoCaptureFeedBack
    [all...]

Completed in 128 milliseconds