Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h47 static constexpr int64_t RESAMPLE_LATENCY = 5 * US_PER_MS; variable
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp249 sampleTime -= RESAMPLE_LATENCY; in ConsumeBatch()
/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp194 int64_t sampleTime = frameTime - EventResample::RESAMPLE_LATENCY; in CalculateExpected()