HomeSort by relevance Sort by last modified time
    Searched refs:last_packet_time_ms (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 33 explicit Detector(int64_t last_packet_time_ms,
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/
timing.h 66 void IncomingTimestamp(uint32_t time_stamp, int64_t last_packet_time_ms);
receiver.cc 176 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 101 milliseconds