Home
last modified time | relevance | path

Searched refs:num_of_deltas (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/logging/rtc_event_log/encoder/
Ddelta_encoding.cc617 size_t num_of_deltas);
631 size_t num_of_deltas);
642 size_t num_of_deltas);
709 size_t num_of_deltas) { in DecodeDeltas() argument
710 auto decoder = FixedLengthDeltaDecoder::Create(input, base, num_of_deltas); in DecodeDeltas()
721 size_t num_of_deltas) { in Create() argument
794 base, num_of_deltas)); in Create()
801 size_t num_of_deltas) in FixedLengthDeltaDecoder() argument
805 num_of_deltas_(num_of_deltas) { in FixedLengthDeltaDecoder()
945 size_t num_of_deltas) { in DecodeDeltas() argument
[all …]
Ddelta_encoding.h44 size_t num_of_deltas);
Ddelta_encoding_unittest.cc127 size_t num_of_deltas, in EncodingLengthUpperBound() argument
141 return delta_max_bit_width * num_of_deltas + *smallest_header_size_bytes; in EncodingLengthUpperBound()
/external/webrtc/modules/remote_bitrate_estimator/
Doveruse_detector.cc86 int num_of_deltas, in Detect() argument
88 if (num_of_deltas < 2) { in Detect()
91 const double T = std::min(num_of_deltas, kMaxNumDeltas) * offset; in Detect()
Doveruse_detector.h37 int num_of_deltas,
Doveruse_estimator.h60 unsigned int num_of_deltas() const { return num_of_deltas_; } in num_of_deltas() function
Dremote_bitrate_estimator_single_stream.cc141 estimator->estimator.num_of_deltas(), now_ms); in IncomingPacket()
Dremote_bitrate_estimator_abs_send_time.cc326 estimator_->num_of_deltas(), arrival_time_ms); in IncomingPacketInfo()
Doveruse_detector_unittest.cc111 overuse_estimator_->num_of_deltas(), receive_time_ms); in UpdateDetector()