Searched refs:callback_cs_ (Results 1 – 4 of 4) sorted by relevance
120 callback_cs_(CriticalSectionWrapper::CreateCriticalSection()), in ViEChannel()458 CriticalSectionScoped cs(callback_cs_.get()); in RegisterCodecObserver()814 CriticalSectionScoped cs(callback_cs_.get()); in EnableKeyFrameRequestCallback()872 CriticalSectionScoped cs(callback_cs_.get()); in SetPadWithRedundantPayloads()899 CriticalSectionScoped cs(callback_cs_.get()); in SetRtxSendStatus()951 CriticalSectionScoped cs(callback_cs_.get()); in RegisterRtpObserver()965 CriticalSectionScoped cs(callback_cs_.get()); in RegisterRtcpObserver()1271 CriticalSectionScoped cs(callback_cs_.get()); in StartSend()1328 CriticalSectionScoped cs(callback_cs_.get()); in StartReceive()1349 CriticalSectionScoped cs(callback_cs_.get()); in RegisterSendTransport()[all …]
203 scoped_ptr<CriticalSectionWrapper> callback_cs_; variable224 ViEEncoderObserver* codec_observer_ GUARDED_BY(callback_cs_);225 ViEEffectFilter* effect_filter_ GUARDED_BY(callback_cs_);237 I420FrameCallback* pre_encode_callback_ GUARDED_BY(callback_cs_);
136 callback_cs_(CriticalSectionWrapper::CreateCriticalSection()), in ViEEncoder()503 CriticalSectionScoped cs(callback_cs_.get()); in DeliverFrame()534 CriticalSectionScoped cs(callback_cs_.get()); in DeliverFrame()723 CriticalSectionScoped cs(callback_cs_.get()); in SendStatistics()731 CriticalSectionScoped cs(callback_cs_.get()); in RegisterCodecObserver()897 CriticalSectionScoped crit(callback_cs_.get()); in OnNetworkChanged()910 CriticalSectionScoped cs(callback_cs_.get()); in RegisterEffectFilter()934 CriticalSectionScoped cs(callback_cs_.get()); in RegisterPreEncodeCallback()939 CriticalSectionScoped cs(callback_cs_.get()); in DeRegisterPreEncodeCallback()
452 scoped_ptr<CriticalSectionWrapper> callback_cs_; variable