Searched refs:Demultiplex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.h471 uint32_t Demultiplex(const AudioFrame& audioFrame);
472 // Demultiplex the data to the channel's |_audioFrame|. The difference
475 void Demultiplex(const int16_t* audio_data,
H A Dtransmit_mixer.cc426 // Demultiplex makes a copy of its input.
427 channelPtr->Demultiplex(_audioFrame);
441 // Demultiplex makes a copy of its input.
442 channel_ptr->Demultiplex(_audioFrame);
H A Dvoe_base_impl.cc230 channel_ptr->Demultiplex(static_cast<const int16_t*>(audio_data),
H A Dchannel.cc3660 Channel::Demultiplex(const AudioFrame& audioFrame) function in class:webrtc::voe::Channel
3663 "Channel::Demultiplex()");
3669 void Channel::Demultiplex(const int16_t* audio_data, function in class:webrtc::voe::Channel

Completed in 80 milliseconds