Searched refs:mFps (Results 1 – 6 of 6) sorted by relevance
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 433 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/ |
D | V4LCameraAdapter.cpp | 851 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/ |
D | camera_test_menu.cpp | 551 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/ |
D | OMXCameraAdapter.cpp | 2884 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/ |
D | camera_test_menu.cpp | 660 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/ |
D | OMXCameraAdapter.cpp | 3333 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()
|