Searched defs:LossNotification (Results 1 – 3 of 3) sorted by relevance
158 struct LossNotification { struct in webrtc::LossNotificationControllerBaseTest159 LossNotification(uint16_t last_decoded_seq_num, in LossNotification() argument168 bool operator==(const LossNotification& other) const { in operator ==()174 std::string ToString() const { in ToString()180 uint16_t last_decoded_seq_num;181 uint16_t last_received_seq_num;182 bool decodability_flag;
293 struct LossNotification { struct296 uint32_t timestamp_of_last_decodable;298 uint32_t timestamp_of_last_received;303 absl::optional<bool> dependencies_of_last_received_decodable;311 absl::optional<bool> last_received_decodable;
37 LossNotification::LossNotification() in LossNotification() function in webrtc::rtcp::LossNotification40 LossNotification::LossNotification(uint16_t last_decoded, in LossNotification() function in webrtc::rtcp::LossNotification