Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/libqdutils/
Dprofiler.cpp147 nsecs_t diff = currtime_us - oldtime_us; in calc_fps() local
152 diff > debug_fps_metadata.ignorethresh_us) { in calc_fps()
157 debug_fps_metadata.framearrivals[debug_fps_metadata.curr_frame] = diff; in calc_fps()
163 unsigned int currstep = (diff + debug_fps_metadata.margin_us) / 16666; in calc_fps()
180 debug_fps_metadata.time_elapsed += ((float)diff/1000.0); in calc_fps()
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp437 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() local
438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
455 nsecs_t diff = now - mLastFPSTime; in recalculateFPS() local
456 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in recalculateFPS()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp2888 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() local
2889 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()
3194 nsecs_t diff = now - mLastFPSTime; in recalculateFPS() local
3195 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in recalculateFPS()
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test_menu.cpp555 nsecs_t diff = now - mLastFpsTime; in debugShowFPS() local
556 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowFPS()