Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel.cc121 rtp_rtcp_cs_(CriticalSectionWrapper::CreateCriticalSection()), in ViEChannel()
283 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in SetSendCodec()
544 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in SetRTCPMode()
585 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in ProcessNACKRequest()
596 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in ProcessNACKRequest()
636 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in ProcessFECRequest()
729 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in SetSendTimestampOffsetStatus()
764 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in SetSendAbsoluteSendTimeStatus()
799 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in SetRtcpXrRrtrStatus()
826 CriticalSectionScoped cs(rtp_rtcp_cs_.get()); in SetSSRC()
[all …]
Dvie_channel.h370 EXCLUSIVE_LOCKS_REQUIRED(rtp_rtcp_cs_);
372 EXCLUSIVE_LOCKS_REQUIRED(rtp_rtcp_cs_);
453 scoped_ptr<CriticalSectionWrapper> rtp_rtcp_cs_; variable