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

  /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;
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 557 static nsecs_t mLastFpsTime = 0;
561 nsecs_t diff = now - mLastFpsTime;
565 mLastFpsTime = now;
QCameraHWI.cpp 678 static nsecs_t mLastFpsTime = 0;
682 nsecs_t diff = now - mLastFpsTime;
686 mLastFpsTime = now;
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Record.cpp 556 static nsecs_t mLastFpsTime = 0;
560 nsecs_t diff = now - mLastFpsTime;
564 mLastFpsTime = now;
QCameraHWI.cpp 692 static nsecs_t mLastFpsTime = 0;
696 nsecs_t diff = now - mLastFpsTime;
700 mLastFpsTime = now;
    [all...]
QualcommCameraHardware.cpp     [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/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 218 milliseconds