Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvie_sync_module.cc56 voe_channel_id_(-1), in ViESyncModule()
71 if (voe_channel_id_ == voe_channel_id && in ConfigureSync()
77 voe_channel_id_ = voe_channel_id; in ConfigureSync()
85 voe_channel_id_ = -1; in ConfigureSync()
96 return voe_channel_id_; in VoiceChannel()
110 if (voe_channel_id_ == -1) { 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()
167 voe_channel_id_, target_audio_delay_ms) == -1) { in Process()
Dvie_sync_module.h52 int voe_channel_id_; variable