HomeSort by relevance Sort by last modified time
    Searched refs:mFps (Results 1 - 17 of 17) 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.getAverageFps();
123 float fpsVbo = mFps;
130 float delta = fpsVbo - (1f - FPS_COMPARISON_MARGIN) * mFps;
133 testMsg.append(mFps);
  /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;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 558 static float mFps = 0;
563 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
564 LOGI("Video Frames Per Second: %.4f", mFps);
QCameraHWI.cpp 141 mFps(0),
201 mFps = atoi(value);
679 static float mFps = 0;
684 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
685 LOGI("Preview Frames Per Second: %.4f", mFps);
    [all...]
QCameraHWI_Parm.cpp 884 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) {
886 MINIMUM_FPS, mFps);
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 557 static float mFps = 0;
562 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
563 ALOGV("Video Frames Per Second: %.4f", mFps);
QCameraHWI.cpp 142 mFps(0),
208 mFps = atoi(value);
693 static float mFps = 0;
698 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
699 ALOGV("Preview Frames Per Second: %.4f", mFps);
    [all...]
QCameraHWI.h 702 int mFps;
QCameraHWI_Parm.cpp 909 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) {
911 MINIMUM_FPS, mFps);
    [all...]
QualcommCameraHardware.cpp     [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 551 static float mFps = 0;
556 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
559 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 691 int mFps;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 345 milliseconds