OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mWind
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/jni/audioquality/
GlitchTest.h
83
Window*
mWind
;
GlitchTest.cpp
23
GlitchTest::GlitchTest(void) : mRe(0), mIm(0), mFt(0),
mWind
(0) {}
38
mWind
= new Window(mWindowSize);
74
mWind
->window(pcm + frame*mFrameStep, mRe, 0.0);
139
delete
mWind
;
142
mWind
= 0;
Completed in 246 milliseconds