Home
last modified time | relevance | path

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

/external/chromium_org/media/cast/rtcp/
Drtcp_unittest.cc97 using Rtcp::CheckForWrapAround;
462 EXPECT_EQ(0, rtcp_peer.CheckForWrapAround(new_timestamp, old_timestamp)); in TEST_F()
465 EXPECT_EQ(0, rtcp_peer.CheckForWrapAround(new_timestamp, old_timestamp)); in TEST_F()
468 EXPECT_EQ(0, rtcp_peer.CheckForWrapAround(new_timestamp, old_timestamp)); in TEST_F()
471 EXPECT_EQ(1, rtcp_peer.CheckForWrapAround(new_timestamp, old_timestamp)); in TEST_F()
474 EXPECT_EQ(-1, rtcp_peer.CheckForWrapAround(new_timestamp, old_timestamp)); in TEST_F()
Drtcp.h107 int CheckForWrapAround(uint32 new_timestamp,
Drtcp.cc369 int wrap = CheckForWrapAround(rtp_timestamp, last_received_rtp_timestamp_); in RtpTimestampInSenderTime()
474 int Rtcp::CheckForWrapAround(uint32 new_timestamp, in CheckForWrapAround() function in media::cast::Rtcp