HomeSort by relevance Sort by last modified time
    Searched refs:mLastFpsTime (Results 1 - 8 of 8) sorted by null

  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 285 static nsecs_t mLastFpsTime = 0;
289 nsecs_t diff = now - mLastFpsTime;
293 mLastFpsTime = now;
QCameraHWI.cpp     [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 432 static nsecs_t mLastFpsTime = 0;
437 nsecs_t diff = now - mLastFpsTime;
439 mLastFpsTime = now;
455 nsecs_t diff = now - mLastFPSTime;
457 mLastFPSTime = now;
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 850 static nsecs_t mLastFpsTime = 0;
856 nsecs_t diff = now - mLastFpsTime;
858 mLastFpsTime = now;
874 nsecs_t diff = now - mLastFPSTime;
876 mLastFPSTime = now;
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 550 static nsecs_t mLastFpsTime = 0;
555 nsecs_t diff = now - mLastFpsTime;
557 mLastFpsTime = now;
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 659 static nsecs_t mLastFpsTime = 0;
664 nsecs_t diff = now - mLastFpsTime;
666 mLastFpsTime = now;
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 1048 milliseconds