Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/vibration_convert/core/native/src/
H A Dvibration_convert_core.cpp1110 double slopDelta = SLOP_DELTA_MIN; in CombinateContinuousEvents() local
1141 if (((slope1 * slope2) > 0) && (std::abs(slope2 - slope1) < slopDelta)) { in CombinateContinuousEvents()