Searched defs:mFps (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Record.cpp558 static float mFps = 0; local
563 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
564 LOGI("Video Frames Per Second: %.4f", mFps);
H A DQCameraHWI.cpp141 mFps(0),
201 mFps = atoi(value);
679 static float mFps = 0; local
684 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
685 LOGI("Preview Frames Per Second: %.4f", mFps);
/hardware/qcom/camera/
H A DQCameraHWI_Record.cpp557 static float mFps = 0; local
562 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
563 ALOGV("Video Frames Per Second: %.4f", mFps);
H A DQCameraHWI.cpp142 mFps(0),
208 mFps = atoi(value);
693 static float mFps = 0; local
698 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
699 ALOGV("Preview Frames Per Second: %.4f", mFps);
H A DQCameraHWI.h700 int mFps; member in class:android::QCameraHardwareInterface
H A DQualcommCameraHardware.cpp6700 static float mFps = 0; local
6705 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
6706 ALOGI("Preview Frames Per Second: %.4f", mFps);
6717 static float mFps = 0; local
6722 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
6723 ALOGI("Video Frames Per Second: %.4f", mFps);
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp433 static float mFps = 0; local
438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
441 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps);
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2884 static float mFps = 0; local
2889 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
2892 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps);
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp549 static float mFps = 0; local
554 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
557 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
/hardware/qcom/camera/QCamera/HAL/core/inc/
H A DQCameraHWI.h691 int mFps; member in class:android::QCameraHardwareInterface

Completed in 98 milliseconds