/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/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);
|
VideoEncoderDecoderTest.java | 196 format.setInteger(MediaFormat.KEY_FRAME_RATE, infoEnc.mFps); 197 mFrameRate = infoEnc.mFps; [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
DisplayRefreshRateTest.java | 52 private float mFps; 58 mFps = fps; 70 return mFps;
|
/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 );
|
/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...] |
QCameraHWI_Parm.cpp | [all...] |
/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);
|
/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 | 881 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { 883 MINIMUM_FPS, 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;
|
QCameraHWI_Parm.cpp | 911 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { 913 MINIMUM_FPS, mFps); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecTest.java | 816 public int mFps; [all...] |
/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/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...] |
/device/moto/shamu/camera/QCamera/HAL2/core/inc/ |
QCameraHWI.h | 715 int mFps;
|
/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...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | [all...] |