Home
last modified time | relevance | path

Searched defs:last_decoded (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dloss_notification.cc40 LossNotification::LossNotification(uint16_t last_decoded, in LossNotification()
119 bool LossNotification::Set(uint16_t last_decoded, in Set()
Dloss_notification.h53 uint16_t last_decoded() const { return last_decoded_; } in last_decoded() function
/external/webrtc/logging/rtc_event_log/
Drtc_event_log_unittest_helper.cc345 const uint16_t last_decoded = prng_.Rand<uint16_t>(); in NewLossNotification() local