Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_sync_module.cc57 voe_sync_interface_(NULL), in ViESyncModule()
72 voe_sync_interface_ == voe_sync_interface && in ConfigureSync()
78 voe_sync_interface_ = voe_sync_interface; in ConfigureSync()
113 assert(video_rtp_rtcp_ && voe_sync_interface_); in Process()
118 if (voe_sync_interface_->GetDelayEstimate(voe_channel_id_, in Process()
128 if (0 != voe_sync_interface_->GetRtpRtcp(voe_channel_id_, &voice_rtp_rtcp, in Process()
166 if (voe_sync_interface_->SetMinimumPlayoutDelay( in Process()
Dvie_sync_module.h53 VoEVideoSync* voe_sync_interface_; variable