OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComfortNoise
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/
comfort_noise_unittest.cc
11
// Unit tests for
ComfortNoise
class.
21
TEST(
ComfortNoise
, CreateAndDestroy) {
25
ComfortNoise
cn(fs, &db, &sync_buffer);
comfort_noise.h
26
class
ComfortNoise
{
35
ComfortNoise
(int fs_hz, DecoderDatabase* decoder_database,
69
RTC_DISALLOW_COPY_AND_ASSIGN(
ComfortNoise
);
comfort_noise.cc
24
void
ComfortNoise
::Reset() {
29
int
ComfortNoise
::UpdateParameters(Packet* packet) {
54
int
ComfortNoise
::Generate(size_t requested_length,
neteq_impl.h
34
class
ComfortNoise
;
291
// Sub-method which calls the
ComfortNoise
class to generate RFC 3389 comfort
374
rtc::scoped_ptr<
ComfortNoise
> comfort_noise_ GUARDED_BY(crit_sect_);
neteq_impl.cc
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c
60
static void
ComfortNoise
(AecmCore* aecm,
632
ComfortNoise
(aecm, ptrDfaClean, efw, hnl);
640
static void
ComfortNoise
(AecmCore* aecm,
aecm_core_mips.c
70
static void
ComfortNoise
(AecmCore* aecm,
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c
441
static void
ComfortNoise
(AecCore* aec,
[
all
...]
Completed in 935 milliseconds