Searched defs:castTime (Results 1 – 3 of 3) sorted by relevance
134 auto castTime = std::chrono::time_point_cast<clock_t::duration>(time); in PostMessage() local
355 int64_t castTime = (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS; in CalcKeyDispTimes() local371 int64_t castTime = (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS; in CalcPointerDispTimes() local416 int64_t castTime = (endTime - comboStartTime_) / CONVERSION_US_TO_MS - keyDownDuration; in CalcComboStartTimes() local
62 int32_t HwCastStreamPlayer::CheckCastTime(int32_t castTime) in CheckCastTime()