Home
last modified time | relevance | path

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

/device/google/dragon/audio/hal/dsp/tests/
Dcmpraw.c27 double diff = 0; in main() local
48 diff += fabs(data1[i] - data2[i]); in main()
53 diff / n, maxdiff * 32768, changed*100.0f/n); in main()
/device/asus/fugu/power/
Dpower.c145 uint64_t diff; in fugu_power_hint() local
153 diff = timespec_to_us(&diff_time); in fugu_power_hint()
155 ALOGV("POWER_HINT_INTERACTION: diff=%llu", diff); in fugu_power_hint()
157 if (diff > mod->pulse_duration) { in fugu_power_hint()
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQCameraMjpegDecode.cpp478 int diff; in decoder_test() local
480 if (mjpegd_timer_get_elapsed(&os_timer, &diff, 0) < 0) { in decoder_test()
485 … ALOGI("%s: decoder_test: decoding aborted successfully after %d ms", __func__, diff); in decoder_test()
491 "decode time: %d ms", __func__, diff); in decoder_test()
496 total_time += diff; in decoder_test()
498 __func__, diff, i+1, total_time, total_time/(i+1)); in decoder_test()
665 long diff; in mjpegd_timer_get_elapsed() local
671 diff = (long)(now.tv_sec - p_timer->tv_sec) * 1000; in mjpegd_timer_get_elapsed()
672 diff += (long)(now.tv_nsec - p_timer->tv_nsec) / 1000000; in mjpegd_timer_get_elapsed()
673 *elapsed_in_ms = (int)diff; in mjpegd_timer_get_elapsed()
/device/lge/bullhead/
Dreleasetools.py100 diff = common.Difference(tf, sf, diff_program="bsdiff")
101 common.ComputeDifferences([diff])
102 _, _, d = diff.GetPatch()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Record.cpp289 nsecs_t diff = now - mLastFpsTime; in debugShowVideoFPS() local
290 if (diff > ms2ns(250)) { in debugShowVideoFPS()
291 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
DQCameraHWI.cpp1548 nsecs_t diff = now - mLastFpsTime; in debugShowPreviewFPS() local
1549 if (diff > ms2ns(250)) { in debugShowPreviewFPS()
1550 mFps = ((mFrameCount - mLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
/device/common/
Dgenerate-blob-lists.sh105 diff $ARCHIVEDIR/$DEVICENAME-without.txt $ARCHIVEDIR/$DEVICENAME-with.txt |
/device/moto/shamu/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp1818 nsecs_t diff = now - n_vLastFpsTime; in debugShowVideoFPS() local
1819 if (diff > ms2ns(250)) { in debugShowVideoFPS()
1820 n_vFps = ((n_vFrameCount - n_vLastFrameCount) * float(s2ns(1))) / diff; in debugShowVideoFPS()
1844 nsecs_t diff = now - n_pLastFpsTime; in debugShowPreviewFPS() local
1845 if (diff > ms2ns(250)) { in debugShowPreviewFPS()
1846 n_pFps = ((n_pFrameCount - n_pLastFrameCount) * float(s2ns(1))) / diff; in debugShowPreviewFPS()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2231 nsecs_t diff = now - mVLastFpsTime; in debugShowVideoFPS() local
2232 if (diff > ms2ns(250)) { in debugShowVideoFPS()
2234 (double)(s2ns(1))) / (double)diff; in debugShowVideoFPS()
2254 nsecs_t diff = now - mPLastFpsTime; in debugShowPreviewFPS() local
2255 if (diff > ms2ns(250)) { in debugShowPreviewFPS()
2257 (double)(s2ns(1))) / (double)diff; in debugShowPreviewFPS()
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp2231 nsecs_t diff = now - mVLastFpsTime; in debugShowVideoFPS() local
2232 if (diff > ms2ns(250)) { in debugShowVideoFPS()
2234 (double)(s2ns(1))) / (double)diff; in debugShowVideoFPS()
2254 nsecs_t diff = now - mPLastFpsTime; in debugShowPreviewFPS() local
2255 if (diff > ms2ns(250)) { in debugShowPreviewFPS()
2257 (double)(s2ns(1))) / (double)diff; in debugShowPreviewFPS()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Darm_math.h823 q31_t diff; in __SHSUB16() local
832 diff = (s & 0xFFFF0000) | (r & 0x0000FFFF); in __SHSUB16()
834 return diff; in __SHSUB16()