HomeSort by relevance Sort by last modified time
    Searched refs:kTestRawRtcpPackets (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/media/base/
testutils.cc 126 const RawRtcpPacket RtpTestUtility::kTestRawRtcpPackets[] = {
136 arraysize(kTestRawRtcpPackets));
150 kTestRawRtcpPackets[i].WriteToByteBuffer(&buf);
189 result &= rtcp_packet.EqualsTo(kTestRawRtcpPackets[index]);
testutils.h 99 // Write the first count number of kTestRawRtcpPackets or kTestRawRtpPackets,
126 static const RawRtcpPacket kTestRawRtcpPackets[];
rtpdump_unittest.cc 66 RtpTestUtility::kTestRawRtcpPackets[0].WriteToByteBuffer(&rtcp_buf);

Completed in 58 milliseconds