HomeSort by relevance Sort by last modified time
    Searched full:voe_sync_interface_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/video/
vie_sync_module.cc 57 voe_sync_interface_(NULL),
72 voe_sync_interface_ == voe_sync_interface &&
78 voe_sync_interface_ = voe_sync_interface;
113 assert(video_rtp_rtcp_ && voe_sync_interface_);
118 if (voe_sync_interface_->GetDelayEstimate(voe_channel_id_,
128 if (0 != voe_sync_interface_->GetRtpRtcp(voe_channel_id_, &voice_rtp_rtcp,
166 if (voe_sync_interface_->SetMinimumPlayoutDelay(
vie_sync_module.h 53 VoEVideoSync* voe_sync_interface_; member in class:webrtc::ViESyncModule

Completed in 620 milliseconds