/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
CodecInfo.java | 34 public int mFps = 0; 162 info.mFps = maxMacroblocksPerSecond / mbH / mbW; 165 " fps " + info.mFps);
|
/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;
|
/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 | 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), 210 mFps = atoi(value); 699 static float mFps = 0; 704 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; 705 ALOGV("Preview Frames Per Second: %.4f", mFps); [all...] |
QCameraHWI.h | 702 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 | 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;
|
/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 );
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXCameraAdapter.cpp | [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecTest.java | 471 public int mFps; 541 info.mFps = fps; 544 " fps " + info.mFps + " w " + maxW + " h " + maxH); 554 format.setInteger(MediaFormat.KEY_FRAME_RATE, info.mFps);
|
EncodeVirtualDisplayWithCompositionTest.java | [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;
|