Home
last modified time | relevance | path

Searched refs:MILLISEC_IN_HOUR (Results 1 – 1 of 1) sorted by relevance

/external/opencore/baselibs/gen_data_structures/src/
Drtsp_time_formats.h178 const int32 MILLISEC_IN_HOUR = 3600000; in convertToMilliSec() local
202 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() local
353 startTime *= MILLISEC_IN_HOUR; in calculateDelta()
382 stopTime *= MILLISEC_IN_HOUR; in calculateDelta()