Home
last modified time | relevance | path

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

/external/webrtc/media/base/
Dvideo_broadcaster.h54 void UpdateWants() RTC_EXCLUSIVE_LOCKS_REQUIRED(sinks_and_wants_lock_);
57 int height) RTC_EXCLUSIVE_LOCKS_REQUIRED(sinks_and_wants_lock_);
59 mutable webrtc::Mutex sinks_and_wants_lock_; variable
61 VideoSinkWants current_wants_ RTC_GUARDED_BY(sinks_and_wants_lock_);
63 bool previous_frame_sent_to_all_sinks_ RTC_GUARDED_BY(sinks_and_wants_lock_) =
Dvideo_broadcaster.cc31 webrtc::MutexLock lock(&sinks_and_wants_lock_); in AddOrUpdateSink()
43 webrtc::MutexLock lock(&sinks_and_wants_lock_); in RemoveSink()
49 webrtc::MutexLock lock(&sinks_and_wants_lock_); in frame_wanted()
54 webrtc::MutexLock lock(&sinks_and_wants_lock_); in wants()
59 webrtc::MutexLock lock(&sinks_and_wants_lock_); in OnFrame()