Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc46 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
71 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
93 current_timestamp_group_.first_timestamp; in PacketInOrder()
108 current_timestamp_group_.first_timestamp; in NewTimestampGroup()
Dinter_arrival.h52 first_timestamp(0), in TimestampGroup()
61 uint32_t first_timestamp; member
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.cc588 int64_t first_timestamp = -1; in Init() local
598 if (first_timestamp == -1) in Init()
599 first_timestamp = timestamp; in Init()
601 timestamp - first_timestamp - delivery_times_us_.back() >= 0); in Init()
602 delivery_times_us_.push_back(timestamp - first_timestamp); in Init()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack_unittest.cc239 const uint32_t first_timestamp = timestamp; in TEST() local
257 nack->UpdateLastDecodedPacket(first_seq_num, first_timestamp); in TEST()
272 nack->UpdateLastDecodedPacket(first_seq_num, first_timestamp); in TEST()
Dneteq_impl.cc1857 uint32_t first_timestamp = header->timestamp; in ExtractPackets() local
1918 extracted_samples = packet->header.timestamp - first_timestamp + in ExtractPackets()