Home
last modified time | relevance | path

Searched refs:background_noise (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_expand.h22 MockExpand(BackgroundNoise* background_noise, in MockExpand() argument
28 : Expand(background_noise, in MockExpand()
55 Expand*(BackgroundNoise* background_noise,
/external/webrtc/webrtc/modules/audio_coding/neteq/
Daccelerate.h33 const BackgroundNoise& background_noise) in Accelerate() argument
34 : TimeStretch(sample_rate_hz, num_channels, background_noise) { in Accelerate()
77 const BackgroundNoise& background_noise) const;
Dpreemptive_expand.h34 const BackgroundNoise& background_noise, in PreemptiveExpand() argument
36 : TimeStretch(sample_rate_hz, num_channels, background_noise), in PreemptiveExpand()
83 const BackgroundNoise& background_noise,
Dnormal.h36 const BackgroundNoise& background_noise, in Normal() argument
40 background_noise_(background_noise), in Normal()
Daccelerate.cc97 const BackgroundNoise& background_noise) const { in Create()
98 return new Accelerate(sample_rate_hz, num_channels, background_noise); in Create()
Dtime_stretch.h39 const BackgroundNoise& background_noise) in TimeStretch() argument
44 background_noise_(background_noise), in TimeStretch()
Dpreemptive_expand.cc108 const BackgroundNoise& background_noise, in Create() argument
111 sample_rate_hz, num_channels, background_noise, overlap_samples); in Create()
Dexpand.h35 Expand(BackgroundNoise* background_noise,
150 virtual Expand* Create(BackgroundNoise* background_noise,
Dneteq.gypi70 'background_noise.cc',
71 'background_noise.h',
Dexpand.cc29 Expand::Expand(BackgroundNoise* background_noise, in Expand() argument
41 background_noise_(background_noise), in Expand()
847 Expand* ExpandFactory::Create(BackgroundNoise* background_noise, in Create() argument
853 return new Expand(background_noise, sync_buffer, random_vector, statistics, in Create()
/external/webrtc/webrtc/modules/audio_coding/
DBUILD.gn775 "neteq/background_noise.cc",
776 "neteq/background_noise.h",