Searched refs:phases (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerDyn.cpp | 263 const int phases = c.mL; in createKaiserFir() local 271 (phases + 1) * halfLength * sizeof(TC)); in createKaiserFir() 283 firKaiserGen(coefs, phases, halfLength, stopBandAtten, fcr, attenuation); in createKaiserFir() 301 const double fp = (fcr - halfbw) / phases; in createKaiserFir() 302 const double fs = (fcr + halfbw) / phases; in createKaiserFir() 492 int phases = mSampleRate / gcd(mSampleRate, inSampleRate); in setSampleRate() local 504 while (phases<63) { in setSampleRate() 505 phases *= 2; // this code only needed to support dynamic rate changes in setSampleRate() 508 if (phases>=256) { // too many phases, always interpolate in setSampleRate() 509 phases = 127; in setSampleRate() [all …]
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | resampler_tests.cpp | 264 const int phases = rdyn->getPhases(); in testFilterResponse() local 284 phases, halfLength, in testFilterResponse() 291 android::testFir(coefs, phases, halfLength, fp / phases, fs / phases, in testFilterResponse() 292 passSteps, phases * passSteps /* stopSteps */, in testFilterResponse()
|
/frameworks/layoutlib/create/ |
D | README.txt | 53 The tool works in two phases:
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 25 # overall latency and the lengths of the app --> SF and SF --> display phases)
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 55 phases SA, SB, SC, and SD multiple times before the client receives any messages.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 16742 // Which user the journey is originating from - could be -1 for certain phases (eg USER_CREATE)
|