Searched refs:CheckForWrapAround (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/media/cast/rtcp/ |
D | rtcp_unittest.cc | 97 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()
|
D | rtcp.h | 107 int CheckForWrapAround(uint32 new_timestamp,
|
D | rtcp.cc | 369 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
|