• Home
  • Raw
  • Download

Lines Matching refs:RTC_DCHECK

54     RTC_DCHECK(thread_checker_.CalledOnValidThread());  in adapter()
58 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in GetVideoCapturer()
63 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in start_count()
101 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in AddCaptureResolution()
114 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in RemoveCaptureResolution()
130 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in GetHighestFormat()
152 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in IncCaptureStartRef()
157 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in DecCaptureStartRef()
172 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in ~CaptureManager()
180 RTC_DCHECK(capture_states_.empty()); in ~CaptureManager()
185 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in StartVideoCapture()
218 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in StopVideoCapture()
239 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in RestartVideoCapture()
292 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in AddVideoRenderer()
305 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in RemoveVideoRenderer()
317 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in IsCapturerRegistered()
322 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in RegisterVideoCapturer()
335 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in UnregisterVideoCapturer()
360 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in StartWithBestCaptureFormat()
387 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in GetCaptureState()
397 RTC_DCHECK(thread_checker_.CalledOnValidThread()); in GetAdapter()