Searched refs:voe_channels (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_device/include/
H A Daudio_device_defines.h92 virtual int OnDataAvailable(const int voe_channels[], argument
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dtransmit_mixer.h66 void DemuxAndMix(const int voe_channels[], int number_of_voe_channels);
71 void EncodeAndSend(const int voe_channels[], int number_of_voe_channels);
H A Dvoe_base_impl.h86 virtual int OnDataAvailable(const int voe_channels[],
132 int ProcessRecordedDataWithAPM(const int voe_channels[],
H A Dvoe_base_impl.cc170 int VoEBaseImpl::OnDataAvailable(const int voe_channels[], argument
193 voe_channels, number_of_voe_channels, audio_data, sample_rate,
204 PushCaptureData(voe_channels[i], audio_data, 16, sample_rate,
1014 const int voe_channels[],
1067 _shared->transmit_mixer()->DemuxAndMix(voe_channels,
1069 _shared->transmit_mixer()->EncodeAndSend(voe_channels,
1013 ProcessRecordedDataWithAPM( const int voe_channels[], int number_of_voe_channels, const void* audio_data, uint32_t sample_rate, uint8_t number_of_channels, uint32_t number_of_frames, uint32_t audio_delay_milliseconds, int32_t clock_drift, uint32_t volume, bool key_pressed) argument
H A Dtransmit_mixer.cc434 void TransmitMixer::DemuxAndMix(const int voe_channels[], argument
437 voe::ChannelOwner ch = _channelManagerPtr->GetChannel(voe_channels[i]);
467 void TransmitMixer::EncodeAndSend(const int voe_channels[], argument
470 voe::ChannelOwner ch = _channelManagerPtr->GetChannel(voe_channels[i]);
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_track.cc77 std::vector<int> voe_channels = adapter_->VoeChannels(); local
85 voe_channels,
/external/chromium_org/third_party/webrtc/modules/audio_device/test/
H A Dfunc_test_manager.h125 virtual int OnDataAvailable(const int voe_channels[],
H A Daudio_device_test_api.cc134 virtual int OnDataAvailable(const int voe_channels[], argument
H A Dfunc_test_manager.cc534 int AudioTransportImpl::OnDataAvailable(const int voe_channels[], argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine_unittest.cc3408 int voe_channels[ARRAY_SIZE(kSsrcs)] = {0}; local
3414 voe_channels[i] = recv_ch;
3421 for (unsigned int i = 0; i < ARRAY_SIZE(voe_channels); ++i) {
3422 EXPECT_EQ(NULL, voe_.GetViENetwork(voe_channels[i]));
3423 EXPECT_EQ(-1, voe_.GetVideoChannel(voe_channels[i]));

Completed in 575 milliseconds