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

  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
CodecInfo.java 36 public int mFps = 0;
88 info.mFps = vidCap.getSupportedFrameRatesFor(w, h).getUpper().intValue();
90 Log.i(TAG, "AVC bit rate " + info.mBitRate + " fps " + info.mFps);
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 286 static float mFps = 0;
291 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
292 ALOGI("Video Frames Per Second: %.4f", mFps);
QCameraHWI.cpp     [all...]
  /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 52 private float mFps;
58 mFps = fps;
70 return 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...]
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 559 static float mFps = 0;
564 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
565 ALOGV("Video Frames Per Second: %.4f", mFps);
QCameraHWI.cpp 142 mFps(0),
209 mFps = atoi(value);
698 static float mFps = 0;
703 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
704 ALOGV("Preview Frames Per Second: %.4f", mFps);
    [all...]
QCameraHWI.h 703 int mFps;
QualcommCameraHardware.cpp     [all...]
  /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;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
CameraSource.java 60 private int mFps = 30;
232 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters);
259 int closestRange[] = findClosestFpsRange(mFps, mCameraParameters);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 115 private int mFps = 30;
238 mFps = mProfile.videoFrameRate;
248 mMediaRecorder.setVideoFrameRate(mFps);
368 mTimestampNs = mTimestampNs + (1000000000L / (long)mFps);
370 + mTimestampNs + ", delta t = " + (1000000000L / (long)mFps) +
371 ", fps = " + mFps );
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 851 static float mFps = 0;
857 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
860 CAMHAL_LOGI("Camera %d Frames, %f FPS", mFrameCount, mFps);
881 mFPS = currentFPS;
886 mFPS = mLastFPS + (currentFPS - mLastFPS)/mIter;
889 mLastFPS = mFPS;
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 816 public int mFps;
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.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 690 int mFps;
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 779 int mFps;
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 660 static float mFps = 0;
665 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
668 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 182 milliseconds