HomeSort by relevance Sort by last modified time
    Searched full:framecounter (Results 1 - 8 of 8) 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/manual-tests/
svg-filter-animation.svg 72 var frameCounter = 0;
106 frameCounter++;
107 fps.textContent = "afps: " +(round(frameCounter * 100000 / (new Date() - startDate)) / 100);
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 45 u32 framecounter = 0,soundoffset = 0; variable
179 framecounter++;
  /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 217 milliseconds