Searched refs:capture_lock_ (Results 1 – 5 of 5) sorted by relevance
74 mutable Mutex capture_lock_; variable75 std::vector<AudioSender*> audio_senders_ RTC_GUARDED_BY(capture_lock_);76 int send_sample_rate_hz_ RTC_GUARDED_BY(capture_lock_) = 8000;77 size_t send_num_channels_ RTC_GUARDED_BY(capture_lock_) = 1;78 bool typing_noise_detected_ RTC_GUARDED_BY(capture_lock_) = false;79 bool swap_stereo_channels_ RTC_GUARDED_BY(capture_lock_) = false;
121 MutexLock lock(&capture_lock_); in RecordedDataIsAvailable()152 MutexLock lock(&capture_lock_); in RecordedDataIsAvailable()240 MutexLock lock(&capture_lock_); in UpdateAudioSenders()247 MutexLock lock(&capture_lock_); in SetStereoChannelSwapping()252 MutexLock lock(&capture_lock_); in typing_noise_detected()
77 webrtc::MutexLock lock(&capture_lock_); in OnFrame()109 webrtc::MutexLock lock(&capture_lock_); in SetExpectedCapability()115 webrtc::MutexLock lock(&capture_lock_); in incoming_frames()120 webrtc::MutexLock lock(&capture_lock_); in timing_warnings()124 webrtc::MutexLock lock(&capture_lock_); in capability()129 webrtc::MutexLock lock(&capture_lock_); in CompareLastFrame()135 webrtc::MutexLock lock(&capture_lock_); in SetExpectedCaptureRotation()140 webrtc::Mutex capture_lock_; member in TestVideoCaptureCallback
46 Mutex capture_lock_; variable47 bool quit_ RTC_GUARDED_BY(capture_lock_);
118 MutexLock lock(&capture_lock_); in StartCapture()267 MutexLock lock(&capture_lock_); in StopCapture()275 MutexLock lock(&capture_lock_); in StopCapture()390 MutexLock lock(&capture_lock_); in CaptureProcess()