Searched defs:voe_channel (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/include/
H A Daudio_device_defines.h98 // |voe_channel| is the id of the VoE channel which is the sink to the
102 virtual void OnData(int voe_channel, argument
111 // |voe_channel| is the id of the VoE channel which is the sink to the
115 virtual void PushCaptureData(int voe_channel, argument
/external/webrtc/webrtc/voice_engine/
H A Dvoe_base_impl.cc142 void VoEBaseImpl::OnData(int voe_channel, const void* audio_data, argument
145 PushCaptureData(voe_channel, audio_data, bits_per_sample, sample_rate,
149 void VoEBaseImpl::PushCaptureData(int voe_channel, const void* audio_data, argument
153 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(voe_channel);
/external/webrtc/webrtc/call/
H A Dcall_perf_tests.cc128 int voe_channel,
132 voe_channel_(voe_channel),
127 VideoRtcpAndSyncObserver(Clock* clock, int voe_channel, VoEVideoSync* voe_sync, SyncRtcpObserver* audio_observer) argument

Completed in 136 milliseconds