Home
last modified time | relevance | path

Searched refs:mOutputPhase (Results 1 – 3 of 3) sorted by relevance

/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DBaseSineAnalyzer.h91 mOutputPhase += mPhaseIncrement; in incrementOutputPhase()
92 if (mOutputPhase > M_PI) { in incrementOutputPhase()
93 mOutputPhase -= (2.0 * M_PI); in incrementOutputPhase()
105 float sinOut = sinf(mOutputPhase); in processOutputFrame()
171 mOutputPhase = 0.0f; in prepareToTest()
182 double mOutputPhase = 0.0; variable
DDataPathAnalyzer.h54 if (transformSample(sample, mOutputPhase)) { in processInputFrame()
DGlitchAnalyzer.h147 mOutputPhase = 0.0; in processInputFrame()