Home
last modified time | relevance | path

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

/external/opencore/baselibs/gen_data_structures/src/
Drtsp_time_formats.h180 const int32 MILLISEC_IN_SEC = 1000; in convertToMilliSec() local
196 startTime = (int32)(MILLISEC_IN_SEC * (npt_start.npt_sec.sec) + in convertToMilliSec()
204 MILLISEC_IN_SEC * npt_start.npt_hhmmss.sec + in convertToMilliSec()
205 (int32)(MILLISEC_IN_SEC * npt_start.npt_hhmmss.frac_sec); in convertToMilliSec()
225 stopTime = (int32)(MILLISEC_IN_SEC * (npt_end.npt_sec.sec) + in convertToMilliSec()
233 MILLISEC_IN_SEC * npt_end.npt_hhmmss.sec + in convertToMilliSec()
234 (int32)(MILLISEC_IN_SEC * npt_end.npt_hhmmss.frac_sec); in convertToMilliSec()
253 MILLISEC_IN_SEC * smpte_start.seconds; in convertToMilliSec()
263 MILLISEC_IN_SEC * smpte_end.seconds; in convertToMilliSec()
326 const int32 MILLISEC_IN_SEC = 1000; in calculateDelta() local
[all …]