Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/
H A 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;
/aosp_15_r20/external/webrtc/api/video_codecs/
H A Dvideo_encoder.h293 struct LossNotification { struct
296 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;
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A 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