Searched refs:stop_ (Results 1 - 8 of 8) sorted by relevance

/external/opencv3/modules/cudacodec/src/
H A Dvideo_source.cpp70 stop_ = false;
77 stop_ = true;
84 return !stop_;
114 if (thiz->stop_)
H A Dvideo_source.hpp91 volatile bool stop_; member in class:cv::cudacodec::detail::RawVideoSourceWrapper
/external/webrtc/webrtc/modules/utility/source/
H A Dprocess_thread_impl.cc46 stop_(false),
52 RTC_DCHECK(!stop_);
66 RTC_DCHECK(!stop_);
90 stop_ = true;
96 stop_ = false;
196 if (stop_)
H A Dprocess_thread_impl.h69 rtc::CriticalSection lock_; // Used to guard modules_, tasks_ and stop_.
79 bool stop_; member in class:webrtc::ProcessThreadImpl
/external/webrtc/webrtc/video/
H A Dvideo_capture_input.cc46 stop_(0),
65 rtc::AtomicOps::ReleaseStore(&stop_, 1);
129 if (rtc::AtomicOps::AcquireLoad(&stop_))
H A Dvideo_capture_input.h82 volatile int stop_; member in class:webrtc::internal::VideoCaptureInput
/external/webrtc/webrtc/base/
H A Dplatform_thread.cc101 stop_(false),
134 stop_ = false;
166 // Set stop_ to |true| on the worker thread.
167 QueueUserAPC(&RaiseFlag, thread_, reinterpret_cast<ULONG_PTR>(&stop_));
184 // call the function before checking |stop_|.
188 // Alertable sleep to permit RaiseFlag to run and update |stop_|.
190 } while (!stop_);
H A Dplatform_thread.h86 bool stop_; member in class:rtc::PlatformThread

Completed in 120 milliseconds