OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Demultiplex
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/voice_engine/
channel.h
447
uint32_t
Demultiplex
(const AudioFrame& audioFrame);
448
//
Demultiplex
the data to the channel's |_audioFrame|. The difference
451
void
Demultiplex
(const int16_t* audio_data,
transmit_mixer.cc
427
//
Demultiplex
makes a copy of its input.
428
channelPtr->
Demultiplex
(_audioFrame);
442
//
Demultiplex
makes a copy of its input.
443
channel_ptr->
Demultiplex
(_audioFrame);
[
all
...]
voe_base_impl.cc
128
// No need to go through the APM,
demultiplex
the data to each VoE channel,
158
channel_ptr->
Demultiplex
(static_cast<const int16_t*>(audio_data),
channel.cc
[
all
...]
Completed in 2572 milliseconds