OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelParameters
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
background_noise.h
84
struct
ChannelParameters
{
86
ChannelParameters
() {
129
rtc::scoped_ptr<
ChannelParameters
[]> channel_parameters_;
expand.h
106
struct
ChannelParameters
{
107
ChannelParameters
();
141
rtc::scoped_ptr<
ChannelParameters
[]> channel_parameters_;
background_noise.cc
29
channel_parameters_(new
ChannelParameters
[num_channels_]),
58
ChannelParameters
& parameters = channel_parameters_[channel_ix];
195
ChannelParameters
& parameters = channel_parameters_[channel];
233
ChannelParameters
& parameters = channel_parameters_[channel];
expand.cc
48
channel_parameters_(new
ChannelParameters
[num_channels_]) {
109
ChannelParameters
& parameters = channel_parameters_[channel_ix];
452
ChannelParameters
& parameters = channel_parameters_[channel_ix];
[
all
...]
Completed in 64 milliseconds