OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CheckForWrapAround
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/media/cast/rtcp/
rtcp_unittest.cc
97
using Rtcp::
CheckForWrapAround
;
462
EXPECT_EQ(0, rtcp_peer.
CheckForWrapAround
(new_timestamp, old_timestamp));
465
EXPECT_EQ(0, rtcp_peer.
CheckForWrapAround
(new_timestamp, old_timestamp));
468
EXPECT_EQ(0, rtcp_peer.
CheckForWrapAround
(new_timestamp, old_timestamp));
471
EXPECT_EQ(1, rtcp_peer.
CheckForWrapAround
(new_timestamp, old_timestamp));
474
EXPECT_EQ(-1, rtcp_peer.
CheckForWrapAround
(new_timestamp, old_timestamp));
rtcp.h
107
int
CheckForWrapAround
(uint32 new_timestamp,
rtcp.cc
369
int wrap =
CheckForWrapAround
(rtp_timestamp, last_received_rtp_timestamp_);
474
int Rtcp::
CheckForWrapAround
(uint32 new_timestamp,
Completed in 30 milliseconds