Searched refs:npt_hhmmss (Results 1 – 3 of 3) sorted by relevance
90 NptHHMMSSFormat npt_hhmmss; member202 startTime = MILLISEC_IN_HOUR * npt_start.npt_hhmmss.hours + in convertToMilliSec()203 MILLISEC_IN_MIN * npt_start.npt_hhmmss.min + 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()231 stopTime = MILLISEC_IN_HOUR * npt_end.npt_hhmmss.hours + in convertToMilliSec()232 MILLISEC_IN_MIN * npt_end.npt_hhmmss.min + 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()
229 npt_range.npt_hhmmss.hours = tmp; in parse_npt_format()246 npt_range.npt_hhmmss.min = (uint8)tmp; in parse_npt_format()264 npt_range.npt_hhmmss.sec = (uint8)tmp; in parse_npt_format()266 npt_range.npt_hhmmss.frac_sec = 0; in parse_npt_format()287 if (!PV_atof(tmpbuf, npt_range.npt_hhmmss.frac_sec)) in parse_npt_format()909 if (npt_range.npt_hhmmss.hours < 1000) in estimate_SDP_string_len()913 else if (npt_range.npt_hhmmss.hours < 1000000) in estimate_SDP_string_len()924 if (npt_range.npt_hhmmss.frac_sec > 0.0) in estimate_SDP_string_len()1143 npt_range.npt_hhmmss.hours); in compose_range_string()1163 npt_range.npt_hhmmss.min, npt_range.npt_hhmmss.sec); in compose_range_string()[all …]
939 …t_start.npt_hhmmss.hours + 60000 * range.npt_start.npt_hhmmss.min + 1000 * range.npt_start.npt_hhm… in convertToMilliSec()964 …e.npt_end.npt_hhmmss.hours + 60000 * range.npt_end.npt_hhmmss.min + 1000 * range.npt_end.npt_hhmms… in convertToMilliSec()