Searched refs:mLastFpsTime (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp432 static nsecs_t mLastFpsTime = 0; local
437 nsecs_t diff = now - mLastFpsTime;
439 mLastFpsTime = now;
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp850 static nsecs_t mLastFpsTime = 0; local
856 nsecs_t diff = now - mLastFpsTime;
858 mLastFpsTime = now;
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp550 static nsecs_t mLastFpsTime = 0; local
555 nsecs_t diff = now - mLastFpsTime;
557 mLastFpsTime = now;
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp659 static nsecs_t mLastFpsTime = 0; local
664 nsecs_t diff = now - mLastFpsTime;
666 mLastFpsTime = now;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2883 static nsecs_t mLastFpsTime = 0; local
2888 nsecs_t diff = now - mLastFpsTime;
2890 mLastFpsTime = now;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp3332 static nsecs_t mLastFpsTime = 0; local
3337 nsecs_t diff = now - mLastFpsTime;
3339 mLastFpsTime = now;

Completed in 145 milliseconds