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

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlVboPerfTest.java 34 private float mFps;
48 fpsVbo[i] = mFps;
50 fpsNonVbo[i] = mFps;
105 mFps = activity.getFps();
123 float fpsVbo = mFps;
130 float delta = fpsVbo - (1f - FPS_COMPARISON_MARGIN) * mFps;
133 testMsg.append(mFps);
GlPlanetsActivity.java 43 private float mFps;
54 return mFps;
81 mFps = fps;
  /cts/tests/tests/view/src/android/view/cts/
DisplayRefreshRateTest.java 53 private float mFps;
59 mFps = fps;
71 return mFps;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 124 private int mFps = 30;
247 mFps = mProfile.videoFrameRate;
257 mMediaRecorder.setVideoFrameRate(mFps);
377 mTimestampNs = mTimestampNs + (1000000000L / (long)mFps);
379 + mTimestampNs + ", delta t = " + (1000000000L / (long)mFps) +
380 ", fps = " + mFps );
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
CameraSource.java 67 private int mFps = 30;
239 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters);
266 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters);
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 49 private final int mFps;
179 mFps = (int)properties.averageFrameRate;
719 return mFps;
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 433 static float mFps = 0;
438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
441 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps);
443 // XXX: mFPS has the value we want
462 mFPS = currentFPS;
467 mFPS = mLastFPS + (currentFPS - mLastFPS)/mIter;
470 mLastFPS = mFPS;
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 549 static float mFps = 0;
554 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
557 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 614 milliseconds