Home
last modified time | relevance | path

Searched refs:ExpectLossNotification (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/video_coding/
Dloss_notification_controller_unittest.cc145 void ExpectLossNotification(uint16_t last_decoded_seq_num, in ExpectLossNotification() function in webrtc::LossNotificationControllerBaseTest
248 ExpectLossNotification(100, 103, expected_decodability_flag); in TEST_P()
280 ExpectLossNotification(100, 107, decodable); in TEST_P()
290 ExpectLossNotification(last_decodable_non_discardable_seq_num, 108, false); in TEST_P()
304 ExpectLossNotification(100, 107, false); in TEST_P()
311 ExpectLossNotification(last_decodable_non_discardable_seq_num, 108, false); in TEST_P()
319 ExpectLossNotification(100, 101, false); in TEST_P()
342 ExpectLossNotification(key_frame_packet.seq_num, repeated_packet.seq_num, in TEST_P()
426 ExpectLossNotification(key_frame_seq_num_, seq_num_, in TEST_F()
439 ExpectLossNotification(key_frame_seq_num_, seq_num_, in TEST_F()
[all …]