HomeSort by relevance Sort by last modified time
    Searched defs:fps (Results 1 - 25 of 45) sorted by null

1 2

  /development/samples/BrowserPlugin/jni/animation/
AnimationThread.cpp 139 float fps = m_counter / ((android::uptimeMillis() - m_startTime) / 1000); local
143 gLogI.log(kError_ANPLogType, "TEXT: counter(%d) fps(%f) spf(%f) lock(%f) execution(%f)\n", (int)m_counter, fps, spf, lpf, exe);
  /frameworks/base/include/ui/
DisplayInfo.h 34 float fps; member in struct:android::DisplayInfo
  /frameworks/base/include/private/surfaceflinger/
SharedBufferStack.h 37 float fps; member in struct:android::display_cblk_t
  /frameworks/base/core/jni/
android_view_Display.cpp 41 jfieldID fps; member in struct:android::offsets_t
60 env->SetFloatField(clazz, offsets.fps, info.fps);
118 offsets.fps = env->GetFieldID(clazz, "mRefreshRate", "F");
  /frameworks/base/opengl/tests/testFramerate/src/com/android/testframerate/
TestFramerateView.java 53 float fps = 1000000.f / elapsedTime_us; local
55 Log.v(TAG, "Long frame: " + elapsedTime_us/1000.f + " ms (" + fps + " fps)");
  /hardware/libhardware/include/hardware/
fb.h 59 const float fps; member in struct:framebuffer_device_t
  /system/extras/tests/framebuffer/
refresh.c 79 float fps = refreshRate / 1000.0f; local
108 fps
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 152 // Note that since we haven't finished the current frame, the FPS counter
165 // Create & measure FPS text.
166 String text(String::format("FPS: %5.1f", 1.0 / m_filteredFrameTime));
175 // Draw FPS text.
181 // Draw FPS graph.
192 double fps = 1.0 / (m_presentTimeHistoryInSec[j] - m_presentTimeHistoryInSec[i]); local
193 double p = 1 - ((fps - loFPS) / (hiFPS - loFPS));
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 75 int fps; member in struct:android::BootAnimation::Animation
BootAnimation.cpp 358 // 12fps: don't animate too fast to preserve CPU
394 int fps, width, height, count, pause; local
396 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
397 //LOGD("> w=%d, h=%d, fps=%d", fps, width, height);
400 animation.fps = fps;
466 nsecs_t frameDuration = s2ns(1) / animation.fps;
  /hardware/libhardware/modules/gralloc/
framebuffer.cpp 223 float fps = refreshRate / 1000.0f; local
252 fps
268 module->fps = fps;
347 const_cast<float&>(dev->device.fps) = m->fps;
gralloc_priv.h 53 float fps; member in struct:private_module_t
  /hardware/msm7k/libgralloc/
framebuffer.cpp 240 float fps = refreshRate / 1000.0f; local
269 fps
285 module->fps = fps;
363 const_cast<float&>(dev->device.fps) = m->fps;
gralloc_priv.h 57 float fps; member in struct:private_module_t
  /external/kernel-headers/original/media/
soc2030.h 87 int fps; member in struct:soc2030_mode
  /hardware/msm7k/libgralloc-qsd8k/
framebuffer.cpp 276 float fps = refreshRate / 1000.0f; local
305 fps
321 module->fps = fps;
399 const_cast<float&>(dev->device.fps) = m->fps;
gralloc_priv.h 77 float fps; member in struct:private_module_t
  /bionic/libc/kernel/common/media/
soc2030.h 102 int fps; member in struct:soc2030_mode
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 717 EGLint fps = rcEnc->rcGetFBParam(rcEnc, FB_FPS); local
718 D("gralloc: fps=%d\n", fps);
752 const_cast<float&>(dev->device.fps) = fps;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
MediaPropertiesTest.java 73 int videoCodecType, int duration, int videoBitrate, int fps,
89 /** Check FPS with 10% range */
90 assertTrue("fps Mismatch" + mvi.getFps(),
91 mVideoEditorHelper.checkRange(fps, mvi.getFps(), 10));
144 final int fps = 15; local
158 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
177 final int fps = 15; local
191 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType,
209 final int fps = 30; local
223 videoBitrate, fps, videoProfile, videoLevel, width, height, audioCodecType
241 final int fps = 15; local
273 final int fps = 12; local
305 final int fps = 15; local
336 final int fps = 15; local
367 final int fps = 25; local
399 final int fps = 15; local
431 final int fps = 15; local
463 final int fps = 10; local
520 final int fps = 25; local
573 final int fps = 30; local
    [all...]
  /external/skia/gpu/src/
app-android.cpp 303 int fps = (FRAME_COUNT * 1000) / gDuration; local
305 str.printf("FPS=%3d MS=%3d", fps, gDuration / FRAME_COUNT);
  /frameworks/media/libvideoeditor/vss/common/inc/
M4WRITER_common.h 133 M4OSA_Double fps; /**< Targetted framerate of the video */ member in struct:__anon15949
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 301 // Counters for FPS calculation
573 String fps = "" + (1000.0f*mFramesFPS/(endTime - startTime)); local
575 // Normalize fps to XX.XX format
576 if (fps.indexOf(".") == 1) {
577 fps = " " + fps;
579 int len = fps.length();
581 fps += ".00";
583 fps += "0";
585 fps = fps.substring(0, 5)
    [all...]
  /external/quake/quake/src/QW/client/
cl_main.c 1277 float fps;
1283 fps = max(30.0, min(cl_maxfps.value, 72.0));
1285 fps = max(30.0, min(rate.value/80.0, 72.0));
1287 if (!cls.timedemo && (realtime + time) - oldrealtime < 1.0/fps)
1308 float fps; local
1318 fps = max(30.0, min(cl_maxfps.value, 72.0));
1320 fps = max(30.0, min(rate.value/80.0, 72.0));
1322 if (!cls.timedemo && realtime - oldrealtime < 1.0/fps)
  /frameworks/base/cmds/stagefright/
stagefright.cpp 116 double fps = 1E6 / slotUs; local
117 printf("[%.2f fps]: %d\n", fps, counts[i]);
380 printf("avg. %.2f fps\n", n * 1E6 / delay);
609 fprintf(stderr, " -x display a histogram of decoding times/fps "

Completed in 541 milliseconds

1 2