OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultSsrc
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.cc
219
const unsigned int RemoteBitrateEstimatorTest::
kDefaultSsrc
= 1;
325
IncomingPacket(
kDefaultSsrc
, kMtu, clock_.TimeInMilliseconds(), timestamp,
334
IncomingPacket(
kDefaultSsrc
, kMtu, clock_.TimeInMilliseconds(), timestamp,
344
EXPECT_EQ(
kDefaultSsrc
, ssrcs.front());
349
bitrate_estimator_->RemoveStream(
kDefaultSsrc
);
362
IncomingPacket(
kDefaultSsrc
, 1000, clock_.TimeInMilliseconds(), timestamp,
368
IncomingPacket(
kDefaultSsrc
, kMtu, clock_.TimeInMilliseconds(), timestamp,
385
IncomingPacket(
kDefaultSsrc
, 1000, clock_.TimeInMilliseconds(), timestamp,
387
IncomingPacket(
kDefaultSsrc
, 1000, clock_.TimeInMilliseconds(),
412
bool overuse = GenerateAndProcessFrame(
kDefaultSsrc
, bitrate_bps)
[
all
...]
remote_bitrate_estimator_unittest_helper.h
207
static const unsigned int
kDefaultSsrc
;
/external/webrtc/talk/media/base/
testutils.cc
121
{0x80, 0, 0, 0, RtpTestUtility::
kDefaultSsrc
, "RTP frame 0"},
122
{0x80, 0, 1, 30, RtpTestUtility::
kDefaultSsrc
, "RTP frame 1"},
123
{0x80, 0, 2, 30, RtpTestUtility::
kDefaultSsrc
, "RTP frame 1"},
124
{0x80, 0, 3, 60, RtpTestUtility::
kDefaultSsrc
, "RTP frame 2"}
214
raw->WriteToByteBuffer(RtpTestUtility::
kDefaultSsrc
, &buf);
testutils.h
121
static const uint32_t
kDefaultSsrc
= 1;
Completed in 107 milliseconds