HomeSort by relevance Sort by last modified time
    Searched defs:kTestRawRtpPackets (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.cc 117 const RawRtpPacket RtpTestUtility::kTestRawRtpPackets[] = {
133 ARRAY_SIZE(kTestRawRtpPackets),
148 kTestRawRtpPackets[i].WriteToByteBuffer(rtp_ssrc, &buf);
190 kTestRawRtpPackets[index],
191 static_cast<uint16>(kTestRawRtpPackets[index].sequence_number +
193 static_cast<uint32>(kTestRawRtpPackets[index].timestamp +
testutils.h 98 // Write the first count number of kTestRawRtcpPackets or kTestRawRtpPackets,
121 static const RawRtpPacket kTestRawRtpPackets[];

Completed in 68 milliseconds