Searched refs:MILLISEC_IN_HOUR (Results 1 – 1 of 1) sorted by relevance
178 const int32 MILLISEC_IN_HOUR = 3600000; in convertToMilliSec() local202 startTime = MILLISEC_IN_HOUR * npt_start.npt_hhmmss.hours + in convertToMilliSec()231 stopTime = MILLISEC_IN_HOUR * npt_end.npt_hhmmss.hours + in convertToMilliSec()251 startTime = MILLISEC_IN_HOUR * smpte_start.hours + in convertToMilliSec()261 stopTime = MILLISEC_IN_HOUR * smpte_end.hours + in convertToMilliSec()324 const int32 MILLISEC_IN_HOUR = 3600000; in calculateDelta() local353 startTime *= MILLISEC_IN_HOUR; in calculateDelta()382 stopTime *= MILLISEC_IN_HOUR; in calculateDelta()