Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/py_event_log_analyzer/
Drtp_analyzer.py236 stop_ms = self.data_points[-1].real_send_time_ms
239 bins=numpy.arange(start_ms, stop_ms,
253 stop_ms = self.data_points[-1].real_send_time_ms
254 time_axis = numpy.arange(start_ms / 1000, stop_ms / 1000,
257 delay = CalculateDelay(start_ms, stop_ms,
/external/libwebm/
Dsample_muxer_metadata.cc368 const int64_t stop_ms = cue.stop_time.presentation(); in Write() local
371 const int64_t stop_ns = stop_ms * 1000000; in Write()