Home
last modified time | relevance | path

Searched refs:mLastFpsTime (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp432 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local
437 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
439 mLastFpsTime = now; in debugShowFPS()
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp550 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local
555 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
557 mLastFpsTime = now; in debugShowFPS()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2883 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local
2888 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
2890 mLastFpsTime = now; in debugShowFPS()