Home
last modified time | relevance | path

Searched refs:voe_channels (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.h75 int OnDataAvailable(const int voe_channels[],
127 const int voe_channels[], size_t number_of_voe_channels,
Dvoe_base_impl.cc112 int VoEBaseImpl::OnDataAvailable(const int voe_channels[], in OnDataAvailable() argument
123 voe_channels, number_of_voe_channels, audio_data, sample_rate, in OnDataAvailable()
134 PushCaptureData(voe_channels[i], audio_data, 16, sample_rate, in OnDataAvailable()
701 const int voe_channels[], size_t number_of_voe_channels, in ProcessRecordedDataWithAPM() argument
748 shared_->transmit_mixer()->DemuxAndMix(voe_channels, in ProcessRecordedDataWithAPM()
750 shared_->transmit_mixer()->EncodeAndSend(voe_channels, in ProcessRecordedDataWithAPM()
Dtransmit_mixer.h66 void DemuxAndMix(const int voe_channels[], size_t number_of_voe_channels);
71 void EncodeAndSend(const int voe_channels[], size_t number_of_voe_channels);
Dtransmit_mixer.cc435 void TransmitMixer::DemuxAndMix(const int voe_channels[], in DemuxAndMix() argument
438 voe::ChannelOwner ch = _channelManagerPtr->GetChannel(voe_channels[i]); in DemuxAndMix()
468 void TransmitMixer::EncodeAndSend(const int voe_channels[], in EncodeAndSend() argument
471 voe::ChannelOwner ch = _channelManagerPtr->GetChannel(voe_channels[i]); in EncodeAndSend()
/external/webrtc/webrtc/modules/audio_device/include/
Daudio_device_defines.h84 virtual int OnDataAvailable(const int voe_channels[], in OnDataAvailable() argument