HomeSort by relevance Sort by last modified time
    Searched refs:FILTER_TIME_CONSTANT (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ExtendedWifiInfo.java 27 private static final double FILTER_TIME_CONSTANT = 3000.0;
78 double lastSampleWeight = Math.exp(-1.0 * timeDelta / FILTER_TIME_CONSTANT);
  /device/google/contexthub/firmware/os/drivers/window_orientation/
window_orientation.c 81 #define FILTER_TIME_CONSTANT NS2US(200000000ull) // 200 ms
424 alpha = floatFromUint64(time_delta) / floatFromUint64(FILTER_TIME_CONSTANT + time_delta);
  /frameworks/native/libs/input/
VelocityTracker.cpp 815 const float FILTER_TIME_CONSTANT = 0.010f; // 10 milliseconds
831 float alpha = dt / (FILTER_TIME_CONSTANT + dt);
    [all...]

Completed in 300 milliseconds