Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/window_orientation/
Dwindow_orientation.c390 uint64_t then, time_delta; in add_samples() local
413 time_delta = now - then; in add_samples()
420 … alpha = floatFromUint64(time_delta) / floatFromUint64(FILTER_TIME_CONSTANT + time_delta); in add_samples()
430 if (!skip_sample && (time_delta < MIN_ACCEL_INTERVAL)) { in add_samples()
/device/google/dragon/audio/hal/
Dcras_dsp_pipeline.h122 const struct timespec *time_delta,
Dcras_dsp_pipeline.c793 const struct timespec *time_delta, in cras_dsp_pipeline_add_statistic() argument
800 t = time_delta->tv_sec * 1000000000LL + time_delta->tv_nsec; in cras_dsp_pipeline_add_statistic()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c446 uint64_t time_delta[NUM_CONT_SENSOR]; member
1491 mTask.time_delta[idx] = 1ull << (16 - odr);
2253 saved_time_delta[j] = mTask.time_delta[j];
2296 min_delta = min_delta < mTask.time_delta[j] ? min_delta :
2297 mTask.time_delta[j];
2340 mTask.time_delta[j] = saved_time_delta[j];
2383 mTask.time_delta[j] = mTask.next_delta[j];
2386 (unsigned int)mTask.time_delta[j]);
2416 tmp_time[j] = mTask.prev_frame_time[j] + mTask.time_delta[j];