HomeSort by relevance Sort by last modified time
    Searched refs:mLastFpsTime (Results 1 - 4 of 4) 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;
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 552 static nsecs_t mLastFpsTime = 0;
557 nsecs_t diff = now - mLastFpsTime;
559 mLastFpsTime = now;
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 169 milliseconds