OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbwCheat
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp
214
double stopBandAtten, int inSampleRate, int outSampleRate, double
tbwCheat
)
223
fcr = max(0.5*
tbwCheat
- tbw/2, tbw/2);
225
fcr = max(0.5*
tbwCheat
*outSampleRate/inSampleRate - tbw/2, tbw/2);
308
double
tbwCheat
= 1.; // how much we "cheat" into aliasing
333
tbwCheat
= 1.05;
335
tbwCheat
= 1.03;
350
tbwCheat
= 1.03;
352
tbwCheat
= 1.01;
385
inSampleRate, mSampleRate,
tbwCheat
);
AudioResamplerDyn.h
111
int inSampleRate, int outSampleRate, double
tbwCheat
);
Completed in 101 milliseconds