Searched defs:diff (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/libqdutils/
H A Dprofiler.cpp148 nsecs_t diff = currtime_us - oldtime_us; local
153 diff > debug_fps_metadata.ignorethresh_us) {
158 debug_fps_metadata.framearrivals[debug_fps_metadata.curr_frame] = diff;
164 unsigned int currstep = (diff + debug_fps_metadata.margin_us) / 16666;
181 debug_fps_metadata.time_elapsed += ((float)diff/1000.0);
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Record.cpp561 nsecs_t diff = now - mLastFpsTime; local
562 if (diff > ms2ns(250)) {
563 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
H A DQCameraHWI.cpp682 nsecs_t diff = now - mLastFpsTime; local
683 if (diff > ms2ns(250)) {
684 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
/hardware/qcom/camera/
H A DQCameraHWI_Record.cpp560 nsecs_t diff = now - mLastFpsTime; local
561 if (diff > ms2ns(250)) {
562 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
H A DQCameraHWI.cpp696 nsecs_t diff = now - mLastFpsTime; local
697 if (diff > ms2ns(250)) {
698 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
H A DQualcommCameraHardware.cpp6703 nsecs_t diff = now - mLastFpsTime; local
6704 if (diff > ms2ns(250)) {
6705 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
6720 nsecs_t diff = now - mLastFpsTime; local
6721 if (diff > ms2ns(250)) {
6722 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
H A DV4LCameraAdapter.cpp437 nsecs_t diff = now - mLastFpsTime; local
438 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
455 nsecs_t diff = now - mLastFPSTime; local
456 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2888 nsecs_t diff = now - mLastFpsTime; local
2889 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
3194 nsecs_t diff = now - mLastFPSTime; local
3195 currentFPS = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp553 nsecs_t diff = now - mLastFpsTime; local
554 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff;

Completed in 759 milliseconds