Home
last modified time | relevance | path

Searched refs:phases (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp263 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/
Dresampler_tests.cpp264 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/
DREADME.txt53 The tool works in two phases:
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop25 # overall latency and the lengths of the app --> SF and SF --> display phases)
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md55 phases SA, SB, SC, and SD multiple times before the client receives any messages.
/frameworks/proto_logging/stats/
Datoms.proto16742 // Which user the journey is originating from - could be -1 for certain phases (eg USER_CREATE)