webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions
rtp_analyzer Namespace Reference

Classes

class  RTPStatistics
 

Functions

def calculate_delay (start, stop, step, points)
 
def main ()
 

Function Documentation

◆ calculate_delay()

def rtp_analyzer.calculate_delay (   start,
  stop,
  step,
  points 
)
Quantizes the time coordinates for the delay.

Quantizes points by rounding the timestamps downwards to the nearest
point in the time sequence start, start+step, start+2*step... Takes
the average of the delays of points rounded to the same. Returns
masked array, in which time points with no value are masked.

◆ main()

def rtp_analyzer.main ( void  )