Home
last modified time | relevance | path

Searched refs:timestamp_delta (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc35 uint32_t* timestamp_delta, in ComputeDeltas() argument
38 assert(timestamp_delta != NULL); in ComputeDeltas()
52 *timestamp_delta = current_timestamp_group_.timestamp - in ComputeDeltas()
Dremote_bitrate_estimator_single_stream.cc96 uint32_t timestamp_delta = 0; in IncomingPacket() local
100 payload_size, &timestamp_delta, in IncomingPacket()
102 double timestamp_delta_ms = timestamp_delta * kTimestampToMs; in IncomingPacket()
Doveruse_detector.h37 double timestamp_delta,
Dinter_arrival.h44 uint32_t* timestamp_delta,
Doveruse_detector_unittest.cc95 uint32_t timestamp_delta; in UpdateDetector() local
101 &timestamp_delta, in UpdateDetector()
104 double timestamp_delta_ms = timestamp_delta / 90.0; in UpdateDetector()