Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dloss_notification.cc40 LossNotification::LossNotification(uint16_t last_decoded, in LossNotification()
119 bool LossNotification::Set(uint16_t last_decoded, in Set()
H A Dloss_notification.h55 uint16_t last_decoded() const { return last_decoded_; } in last_decoded() function
/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/net/
Dipv6_exts.rs1249 let mut last_decoded = None; in assert_extensions() localVariable
/aosp_15_r20/external/webrtc/logging/rtc_event_log/
H A Drtc_event_log_unittest_helper.cc385 const uint16_t last_decoded = prng_.Rand<uint16_t>(); in NewLossNotification() local