Searched refs:valid_rtp_header2 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_unittest.cc384 const bool valid_rtp_header2 = rtp_parser.Parse(&rtp_header2, nullptr); local
386 ASSERT_TRUE(valid_rtp_header2);
451 const bool valid_rtp_header2 = rtp_parser.Parse(&rtp_header2, nullptr); local
453 ASSERT_TRUE(valid_rtp_header2);
545 const bool valid_rtp_header2 = rtp_parser.Parse(&rtp_header2, nullptr); local
547 ASSERT_TRUE(valid_rtp_header2);
611 const bool valid_rtp_header2 = rtp_parser.Parse(&rtp_header2, nullptr); local
613 ASSERT_TRUE(valid_rtp_header2);

Completed in 61 milliseconds