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

/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl_locking_unittest.cc429 capture_thread_.Start();
430 capture_thread_.SetPriority(rtc::kRealtimePriority);
442 rtc::PlatformThread capture_thread_; member in class:webrtc::__anon24641::AudioProcessingImplLockTest
495 capture_thread_(CaptureProcessorThreadFunc, this, "capture"),
575 capture_thread_.Stop();
H A Daudio_processing_performance_unittest.cc460 capture_thread_(new rtc::PlatformThread(CaptureProcessorThreadFunc,
504 capture_thread_->Stop();
665 ASSERT_NO_FATAL_FAILURE(capture_thread_->Start());
666 capture_thread_->SetPriority(rtc::kRealtimePriority);
674 rtc::scoped_ptr<rtc::PlatformThread> capture_thread_; member in class:webrtc::__anon24642::CallSimulator

Completed in 128 milliseconds