OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTestRawRtpPackets
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/talk/media/base/
testutils.cc
120
const RawRtpPacket RtpTestUtility::
kTestRawRtpPackets
[] = {
135
return std::min(arraysize(
kTestRawRtpPackets
),
152
kTestRawRtpPackets
[i].WriteToByteBuffer(rtp_ssrc, &buf);
195
kTestRawRtpPackets
[index],
196
static_cast<uint16_t>(
kTestRawRtpPackets
[index].sequence_number +
198
static_cast<uint32_t>(
kTestRawRtpPackets
[index].timestamp +
testutils.h
99
// Write the first count number of kTestRawRtcpPackets or
kTestRawRtpPackets
,
125
static const RawRtpPacket
kTestRawRtpPackets
[];
rtpdump_unittest.cc
44
RtpTestUtility::
kTestRawRtpPackets
[0].WriteToByteBuffer(kTestSsrc, &rtp_buf);
Completed in 479 milliseconds