Home
last modified time | relevance | path

Searched defs:sampleTime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp194 int64_t sampleTime = frameTime - EventResample::RESAMPLE_LATENCY; in CalculateExpected() local
774 int64_t sampleTime = 5; variable
806 int64_t sampleTime = 7; variable
842 int64_t sampleTime = 6; variable
873 int64_t sampleTime = 2; variable
/ohos5.0/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp247 int64_t sampleTime = frameTime; in ConsumeBatch() local
346 void EventResample::ResampleTouchState(int64_t sampleTime, MotionEvent* event, const MotionEvent* n… in ResampleTouchState()
408 void EventResample::ResampleCoordinates(int64_t sampleTime, MotionEvent* event, TouchState &touchSt… in ResampleCoordinates()