HomeSort by relevance Sort by last modified time
    Searched refs:voe_channel (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/include/
audio_device_defines.h 104 // |voe_channel| is the id of the VoE channel which is the sink to the
108 virtual void OnData(int voe_channel, const void* audio_data,
115 // |voe_channel| is the id of the VoE channel which is the sink to the
119 virtual void PushCaptureData(int voe_channel, const void* audio_data,
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_base_impl.h 97 virtual void OnData(int voe_channel, const void* audio_data,
101 virtual void PushCaptureData(int voe_channel, const void* audio_data,
voe_base_impl.cc 212 void VoEBaseImpl::OnData(int voe_channel, const void* audio_data,
216 PushCaptureData(voe_channel, audio_data, bits_per_sample, sample_rate,
220 void VoEBaseImpl::PushCaptureData(int voe_channel, const void* audio_data,
224 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(voe_channel);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc     [all...]
webrtcvoiceengine.h 289 int voe_channel() const { return voe_channel_; } function in class:cricket::WebRtcMediaChannel
411 return channel_id == voe_channel();
443 // When the default channel (voe_channel) is used for sending, it is
448 // Note the default channel (voe_channel()) can reside in both
webrtcvoiceengine_unittest.cc     [all...]
webrtcvideoengine.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_device/test/
func_test_manager.h 136 virtual void PushCaptureData(int voe_channel, const void* audio_data,
audio_device_test_api.cc 147 virtual void PushCaptureData(int voe_channel, const void* audio_data,
    [all...]
func_test_manager.cc 547 void AudioTransportImpl::PushCaptureData(int voe_channel,
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 165 int voe_channel,
170 voe_channel_(voe_channel),

Completed in 201 milliseconds