Searched refs:stop_ms (Results 1 – 2 of 2) sorted by relevance
236 stop_ms = self.data_points[-1].real_send_time_ms239 bins=numpy.arange(start_ms, stop_ms,253 stop_ms = self.data_points[-1].real_send_time_ms254 time_axis = numpy.arange(start_ms / 1000, stop_ms / 1000,257 delay = CalculateDelay(start_ms, stop_ms,
368 const int64_t stop_ms = cue.stop_time.presentation(); in Write() local371 const int64_t stop_ns = stop_ms * 1000000; in Write()