Searched refs:DELTA_TIME (Results 1 – 4 of 4) sorted by relevance
27 constexpr int32_t DELTA_TIME = 4000000; // 4ms variable321 … = static_cast<int64_t>(fwkSyncTime_) + static_cast<int64_t>(writeCount_) * PERIOD_NS + DELTA_TIME; in StandbySleep()
293 if (seekPosition_ - extra < DELTA_TIME && extra - seekPosition_ >= 0) { in SeekNotify()297 if (extra - seekPosition_ < DELTA_TIME && seekPosition_ - extra >= 0) { in SeekNotify()300 } else if (abs(seekPosition_ - extra) <= DELTA_TIME) { in SeekNotify()
1167 EXPECT_NEAR(SEEK_TIME_4_SEC, time, DELTA_TIME);1481 EXPECT_NEAR(10000, duration, DELTA_TIME); // duration 10000ms
33 inline constexpr int32_t DELTA_TIME = 1000; variable