Home
last modified time | relevance | path

Searched refs:send_crit_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/
Dvideo_sender.cc87 rtc::CritScope lock(&send_crit_); in RegisterSendCodec()
143 rtc::CritScope lock(&send_crit_); in RegisterExternalEncoder()
213 rtc::CritScope lock(&send_crit_); in RegisterTransportCallback()
242 rtc::CritScope lock(&send_crit_); in SetVideoProtection()
267 rtc::CritScope lock(&send_crit_); in AddVideoFrame()
311 rtc::CritScope lock(&send_crit_); in IntraFrameRequest()
328 rtc::CritScope lock(&send_crit_); in EnableFrameDropper()
Dvideo_coding_impl.h102 EXCLUSIVE_LOCKS_REQUIRED(send_crit_);
107 mutable rtc::CriticalSection send_crit_; variable
113 VCMCodecDataBase _codecDataBase GUARDED_BY(send_crit_);
114 bool frame_dropper_enabled_ GUARDED_BY(send_crit_);
/external/webrtc/webrtc/call/
Dcall.cc142 rtc::scoped_ptr<RWLockWrapper> send_crit_; member in webrtc::internal::Call
144 std::map<uint32_t, AudioSendStream*> audio_send_ssrcs_ GUARDED_BY(send_crit_);
145 std::map<uint32_t, VideoSendStream*> video_send_ssrcs_ GUARDED_BY(send_crit_);
146 std::set<VideoSendStream*> video_send_streams_ GUARDED_BY(send_crit_);
190 send_crit_(RWLockWrapper::CreateRWLock()), in Call()
308 WriteLockScoped write_lock(*send_crit_); in CreateAudioSendStream()
326 WriteLockScoped write_lock(*send_crit_); in DestroyAudioSendStream()
389 WriteLockScoped write_lock(*send_crit_); in CreateVideoSendStream()
411 WriteLockScoped write_lock(*send_crit_); in DestroyVideoSendStream()
511 ReadLockScoped read_lock(*send_crit_); in GetStats()
[all …]