Searched refs:voe_channels (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_impl.h | 75 int OnDataAvailable(const int voe_channels[], 127 const int voe_channels[], size_t number_of_voe_channels,
|
D | voe_base_impl.cc | 112 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()
|
D | transmit_mixer.h | 66 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);
|
D | transmit_mixer.cc | 435 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/ |
D | audio_device_defines.h | 84 virtual int OnDataAvailable(const int voe_channels[], in OnDataAvailable() argument
|