Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/
Dvideo_encoder.h278 struct LossNotification { struct
281 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;
/external/webrtc/modules/video_coding/
Dloss_notification_controller_unittest.cc158 struct LossNotification { struct in webrtc::LossNotificationControllerBaseTest
159 LossNotification(uint16_t last_decoded_seq_num, in LossNotification() argument
168 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;
/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dloss_notification.cc37 LossNotification::LossNotification() in LossNotification() function in webrtc::rtcp::LossNotification
40 LossNotification::LossNotification(uint16_t last_decoded, in LossNotification() function in webrtc::rtcp::LossNotification