Searched defs:LossNotification (Results 1 – 3 of 3) sorted by relevance
278 struct LossNotification { struct281 uint32_t timestamp_of_last_decodable;283 uint32_t timestamp_of_last_received;288 absl::optional<bool> dependencies_of_last_received_decodable;296 absl::optional<bool> last_received_decodable;
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;
37 LossNotification::LossNotification() in LossNotification() function in webrtc::rtcp::LossNotification40 LossNotification::LossNotification(uint16_t last_decoded, in LossNotification() function in webrtc::rtcp::LossNotification