Searched refs:frameCounter (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DStatsAppState.java59 protected int frameCounter = 0; field in class:StatsAppState
189 frameCounter ++;
191 int fps = (int) (frameCounter / secondCounter);
194 frameCounter = 0;
/external/webrtc/src/modules/audio_processing/agc/
H A Ddigital_agc.h51 int frameCounter; member in struct:__anon16383
H A Ddigital_agc.c278 stt->frameCounter = 0;
406 stt->frameCounter++;
407 fprintf(stt->logFile, "%5.2f\t%d\t%d\t%d\t", (float)(stt->frameCounter) / 100, logratio, decay, stt->vadNearend.stdLongTerm);
/external/webkit/Source/WebCore/page/
H A DFrame.cpp123 static WTF::RefCountedLeakCounter frameCounter("Frame");
205 frameCounter.increment();
227 frameCounter.decrement();

Completed in 122 milliseconds