HomeSort by relevance Sort by last modified time
    Searched refs:frameCounter (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/app/
StatsAppState.java 59 protected int frameCounter = 0;
189 frameCounter ++;
191 int fps = (int) (frameCounter / secondCounter);
194 frameCounter = 0;
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.h 51 int frameCounter;
digital_agc.c 278 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/
Frame.cpp 123 static WTF::RefCountedLeakCounter frameCounter("Frame");
205 frameCounter.increment();
227 frameCounter.decrement();
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 901 int frameCounter;
    [all...]

Completed in 196 milliseconds