Home
last modified time | relevance | path

Searched refs:capturer_thread_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/test/pc/e2e/echo/
Decho_emulation.h52 SequenceChecker capturer_thread_; variable
53 std::vector<int16_t> queue_output_ RTC_GUARDED_BY(capturer_thread_);
54 bool delay_accumulated_ RTC_GUARDED_BY(capturer_thread_) = false;
Decho_emulation.cc38 capturer_thread_.Detach(); in EchoEmulatingCapturer()
67 RTC_DCHECK_RUN_ON(&capturer_thread_); in Capture()