Searched refs:SLICE_STEP (Results 1 – 1 of 1) sorted by relevance
45 constexpr int32_t SLICE_STEP = 50; variable301 if (event.duration < 2 * SLICE_STEP) { in ProcessContinuousEvent()321 if ((endTime - curTime) >= (2 * SLICE_STEP)) { in ProcessContinuousEvent()322 nextTime = curTime + SLICE_STEP; in ProcessContinuousEvent()