Home
last modified time | relevance | path

Searched refs:capture_lock_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/audio/
Daudio_transport_impl.h74 mutable Mutex capture_lock_; variable
75 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;
Daudio_transport_impl.cc121 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()
/external/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc77 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
/external/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.h46 Mutex capture_lock_; variable
47 bool quit_ RTC_GUARDED_BY(capture_lock_);
Dvideo_capture_linux.cc118 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()