OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rtcp_type
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/talk/media/base/
rtpdump_unittest.cc
51
int
rtcp_type
;
local
63
EXPECT_FALSE(rtp_packet.GetRtcpType(&
rtcp_type
));
72
EXPECT_TRUE(rtcp_packet.GetRtcpType(&
rtcp_type
));
73
EXPECT_EQ(0,
rtcp_type
);
Completed in 156 milliseconds