Searched refs:TimeVal (Results 1 – 1 of 1) sorted by relevance
421 time = TimeVal(line[1][:-1], 0)656 def TimeVal(s, dflt): function683 start = TimeVal(a[0], min_time)684 end = TimeVal(a[1], max_time)745 self.min_time = TimeVal(HeaderField(self.hdr_dict, "time of first sample"), 0)746 self.max_time = TimeVal(HeaderField(self.hdr_dict, "time of last sample"), 0)