Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/systrace_parser/parser/
Daggregate.py7 from parser.naming import layers, phases, subphases
59 for phase in phases + [PHASE_OVERALL] + subphases[PHASE_EXECUTION]:
65 for phase0 in [PHASE_OVERALL] + phases:
91 times[PHASE_OVERALL][layer] = sum(nan_to_zero(times[phase][layer]) for phase in phases)
92 for phase0 in [PHASE_OVERALL] + phases:
100 for phase0 in [PHASE_OVERALL] + phases:
Dnaming.py34 phases = [PHASE_INITIALIZATION, PHASE_PREPARATION, PHASE_COMPILATION, variable
38 PO=([PHASE_WARMUP, PHASE_BENCHMARK] + phases),
Doutput.py2 from parser.naming import layers, names, phases, make_tag, subphases
38 phases_to_pick = phases + [PHASE_INPUTS_AND_OUTPUTS, PHASE_RESULTS]
/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp264 const int phases = c.mL; in createKaiserFir() local
272 (phases + 1) * halfLength * sizeof(TC)); in createKaiserFir()
284 firKaiserGen(coefs, phases, halfLength, stopBandAtten, fcr, attenuation); in createKaiserFir()
302 const double fp = (fcr - halfbw) / phases; in createKaiserFir()
303 const double fs = (fcr + halfbw) / phases; in createKaiserFir()
493 int phases = mSampleRate / gcd(mSampleRate, inSampleRate); in setSampleRate() local
505 while (phases<63) { in setSampleRate()
506 phases *= 2; // this code only needed to support dynamic rate changes in setSampleRate()
509 if (phases>=256) { // too many phases, always interpolate in setSampleRate()
510 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/ml/nn/tools/systrace_parser/
Dcontract-between-code-and-parser.txt148 … and phases is done in the systrace
/frameworks/native/services/surfaceflinger/sysprop/
DSurfaceFlingerProperties.sysprop25 # overall latency and the lengths of the app --> SF and SF --> display phases)
/frameworks/layoutlib/create/
DREADME.txt53 The tool works in two phases: