Searched refs:last_decoded (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | loss_notification.cc | 40 LossNotification::LossNotification(uint16_t last_decoded, in LossNotification() argument 43 : last_decoded_(last_decoded), in LossNotification() 119 bool LossNotification::Set(uint16_t last_decoded, in Set() argument 122 const uint16_t delta = last_received - last_decoded; in Set() 127 last_decoded_ = last_decoded; in Set()
|
D | loss_notification.h | 24 LossNotification(uint16_t last_decoded, 47 bool Set(uint16_t last_decoded, 53 uint16_t last_decoded() const { return last_decoded_; } in last_decoded() function
|
D | loss_notification_unittest.cc | 131 EXPECT_EQ(loss_notification.last_decoded(), kLastDecoded); in TEST()
|
/external/webrtc/logging/rtc_event_log/ |
D | rtc_event_log_unittest_helper.cc | 345 const uint16_t last_decoded = prng_.Rand<uint16_t>(); in NewLossNotification() local 347 last_decoded + (prng_.Rand<uint16_t>() & 0x7fff); in NewLossNotification() 350 loss_notification.Set(last_decoded, last_received, decodability_flag)); in NewLossNotification() 1199 EXPECT_EQ(original_loss_notification.last_decoded(), in VerifyLoggedLossNotification() 1200 logged_loss_notification.loss_notification.last_decoded()); in VerifyLoggedLossNotification()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver.cc | 1105 loss_notification->media_ssrc(), loss_notification->last_decoded(), in TriggerCallbacksFromRtcpPacket()
|