Searched defs:last_packet_time_ms (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_single_stream.cc33 explicit Detector(int64_t last_packet_time_ms, argument
36 : last_packet_time_ms(last_packet_time_ms),
42 int64_t last_packet_time_ms; member in struct:webrtc::RemoteBitrateEstimatorSingleStream::Detector
93 estimator->last_packet_time_ms = now_ms;
150 it->second->last_packet_time_ms;
/external/webrtc/webrtc/modules/video_coding/
H A Dreceiver.cc176 const int64_t last_packet_time_ms = local
178 if (last_packet_time_ms >= 0 && !retransmitted) {
182 timing_->IncomingTimestamp(frame_timestamp, last_packet_time_ms);

Completed in 225 milliseconds