Home
last modified time | relevance | path

Searched refs:mFps (Results 1 – 13 of 13) sorted by relevance

/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp433 static float mFps = 0; in debugShowFPS() local
438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
441 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
/hardware/qcom/camera/
DQCameraHWI_Record.cpp557 static float mFps = 0; in debugShowVideoFPS() local
562 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
563 ALOGV("Video Frames Per Second: %.4f", mFps); in debugShowVideoFPS()
DQCameraHWI.cpp142 mFps(0), in QCameraHardwareInterface()
208 mFps = atoi(value); in QCameraHardwareInterface()
693 static float mFps = 0; in debugShowPreviewFPS() local
698 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
699 ALOGV("Preview Frames Per Second: %.4f", mFps); in debugShowPreviewFPS()
DQCameraHWI_Parm.cpp902 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters()
904 MINIMUM_FPS, mFps); in initDefaultParameters()
969 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters()
970 mParameters.setPreviewFrameRate(mFps); in initDefaultParameters()
DQCameraHWI.h700 int mFps; variable
DQualcommCameraHardware.cpp6700 static float mFps = 0; in debugShowPreviewFPS() local
6705 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
6706 ALOGI("Preview Frames Per Second: %.4f", mFps); in debugShowPreviewFPS()
6717 static float mFps = 0; in debugShowVideoFPS() local
6722 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
6723 ALOGI("Video Frames Per Second: %.4f", mFps); in debugShowVideoFPS()
/hardware/qcom/camera/QCamera/HAL/core/src/
DQCameraHWI_Record.cpp558 static float mFps = 0; in debugShowVideoFPS() local
563 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
564 LOGI("Video Frames Per Second: %.4f", mFps); in debugShowVideoFPS()
DQCameraHWI.cpp141 mFps(0), in QCameraHardwareInterface()
201 mFps = atoi(value); in QCameraHardwareInterface()
679 static float mFps = 0; in debugShowPreviewFPS() local
684 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
685 LOGI("Preview Frames Per Second: %.4f", mFps); in debugShowPreviewFPS()
DQCameraHWI_Parm.cpp884 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters()
886 MINIMUM_FPS, mFps); in initDefaultParameters()
930 if(mFps >= MINIMUM_FPS && mFps <= MAXIMUM_FPS) { in initDefaultParameters()
931 mParameters.setPreviewFrameRate(mFps); in initDefaultParameters()
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp549 static float mFps = 0; in debugShowFPS() local
554 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
557 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
/hardware/qcom/camera/QCamera/HAL/core/inc/
DQCameraHWI.h691 int mFps; variable
/hardware/qcom/camera/QCamera/HAL2/core/inc/
DQCameraHWI.h715 int mFps;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2884 static float mFps = 0; in debugShowFPS() local
2889 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
2892 ALOGD("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()