Searched refs:background_noise (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/ |
D | mock_expand.h | 22 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/ |
D | accelerate.h | 33 const BackgroundNoise& background_noise) in Accelerate() argument 34 : TimeStretch(sample_rate_hz, num_channels, background_noise) { in Accelerate() 77 const BackgroundNoise& background_noise) const;
|
D | preemptive_expand.h | 34 const BackgroundNoise& background_noise, in PreemptiveExpand() argument 36 : TimeStretch(sample_rate_hz, num_channels, background_noise), in PreemptiveExpand() 83 const BackgroundNoise& background_noise,
|
D | normal.h | 36 const BackgroundNoise& background_noise, in Normal() argument 40 background_noise_(background_noise), in Normal()
|
D | accelerate.cc | 97 const BackgroundNoise& background_noise) const { in Create() 98 return new Accelerate(sample_rate_hz, num_channels, background_noise); in Create()
|
D | time_stretch.h | 39 const BackgroundNoise& background_noise) in TimeStretch() argument 44 background_noise_(background_noise), in TimeStretch()
|
D | preemptive_expand.cc | 108 const BackgroundNoise& background_noise, in Create() argument 111 sample_rate_hz, num_channels, background_noise, overlap_samples); in Create()
|
D | expand.h | 35 Expand(BackgroundNoise* background_noise, 150 virtual Expand* Create(BackgroundNoise* background_noise,
|
D | neteq.gypi | 70 'background_noise.cc', 71 'background_noise.h',
|
D | expand.cc | 29 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/ |
D | BUILD.gn | 775 "neteq/background_noise.cc", 776 "neteq/background_noise.h",
|