Home
last modified time | relevance | path

Searched refs:mFps (Results 1 – 6 of 6) 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/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp851 static float mFps = 0; in debugShowFPS() local
857 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
860 CAMHAL_LOGI("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp551 static float mFps = 0; in debugShowFPS() local
556 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
559 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
/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()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp660 static float mFps = 0; in debugShowFPS() local
665 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
668 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp3333 static float mFps = 0; in debugShowFPS() local
3338 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
3341 CAMHAL_LOGI("Camera %d Frames, %f FPS", mFrameCount, mFps); in debugShowFPS()