Searched refs:tbwCheat (Results 1 - 2 of 2) sorted by path

/frameworks/av/services/audioflinger/
H A DAudioResamplerDyn.cpp214 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 local
333 tbwCheat = 1.05;
335 tbwCheat = 1.03;
350 tbwCheat = 1.03;
352 tbwCheat = 1.01;
385 inSampleRate, mSampleRate, tbwCheat);
213 createKaiserFir(Constants &c, double stopBandAtten, int inSampleRate, int outSampleRate, double tbwCheat) argument
H A DAudioResamplerDyn.h111 int inSampleRate, int outSampleRate, double tbwCheat);

Completed in 711 milliseconds