Home
last modified time | relevance | path

Searched refs:mLastFpsTime (Results 1 – 8 of 8) 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/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp850 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local
856 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
858 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/qcom/camera/QCamera2/HAL3/
DQCamera3Channel.h232 nsecs_t mLastFpsTime; variable
DQCamera3Channel.cpp719 mLastFpsTime(0), in QCamera3ProcessingChannel()
1548 nsecs_t diff = now - mLastFpsTime; in showDebugFPS()
1573 mLastFpsTime = now; in showDebugFPS()
/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()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp659 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local
664 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
666 mLastFpsTime = now; in debugShowFPS()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp3332 static nsecs_t mLastFpsTime = 0; in debugShowFPS() local
3337 nsecs_t diff = now - mLastFpsTime; in debugShowFPS()
3339 mLastFpsTime = now; in debugShowFPS()