Home
last modified time | relevance | path

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

/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DGlitchActivity.java47 native int getStateFrameCount(int state); in getStateFrameCount() method in GlitchActivity
130 mLastUnlockedFrames = getStateFrameCount(STATE_WAITING_FOR_LOCK); in run()
131 int lockedFrames = getStateFrameCount(STATE_LOCKED); in run()
132 int glitchFrames = getStateFrameCount(STATE_GLITCHING); in run()
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DGlitchAnalyzer.h53 int32_t getStateFrameCount(int state) const { in getStateFrameCount() function
/external/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp606 return engine.mActivityGlitches.getGlitchAnalyzer()->getStateFrameCount(state); in Java_com_google_sample_oboe_manualtest_GlitchActivity_getStateFrameCount()