Searched refs:IncomingPacket (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc45 receive_statistics_->IncomingPacket(header1_, kPacketSize1, false);
47 receive_statistics_->IncomingPacket(header2_, kPacketSize2, false);
50 receive_statistics_->IncomingPacket(header1_, kPacketSize1, false);
52 receive_statistics_->IncomingPacket(header2_, kPacketSize2, false);
77 receive_statistics_->IncomingPacket(header1_, kPacketSize1, false);
79 receive_statistics_->IncomingPacket(header2_, kPacketSize2, false);
100 receive_statistics_->IncomingPacket(header1_, kPacketSize1, false);
103 receive_statistics_->IncomingPacket(header2_, kPacketSize2, false);
120 receive_statistics_->IncomingPacket(header1_, kPacketSize1, false);
160 receive_statistics_->IncomingPacket(header1
[all...]
H A Dreceive_statistics_impl.h42 void IncomingPacket(const RTPHeader& rtp_header,
105 virtual void IncomingPacket(const RTPHeader& header,
H A Dreceive_statistics_impl.cc69 void StreamStatisticianImpl::IncomingPacket(const RTPHeader& header, function in class:webrtc::StreamStatisticianImpl
408 void ReceiveStatisticsImpl::IncomingPacket(const RTPHeader& header, function in class:webrtc::ReceiveStatisticsImpl
426 impl->IncomingPacket(header, bytes, retransmitted);
521 void NullReceiveStatistics::IncomingPacket(const RTPHeader& rtp_header, function in class:webrtc::NullReceiveStatistics
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_audio_decoder.h30 MOCK_METHOD5(IncomingPacket, int(const uint8_t*, size_t, uint16_t, uint32_t,
H A Dmock_external_decoder_pcm16b.h66 ON_CALL(*this, IncomingPacket(_, _, _, _, _))
67 .WillByDefault(Invoke(&real_, &ExternalPcm16B::IncomingPacket));
85 MOCK_METHOD5(IncomingPacket,
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPacketLossTest.h26 bool IncomingPacket() OVERRIDE;
H A DPacketLossTest.cc41 bool ReceiverWithPacketLoss::IncomingPacket() { function in class:webrtc::ReceiverWithPacketLoss
57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo);
H A DEncodeDecodeTest.h76 virtual bool IncomingPacket();
H A DEncodeDecodeTest.cc183 bool Receiver::IncomingPacket() { function in class:webrtc::Receiver
199 EXPECT_EQ(0, _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes,
232 EXPECT_TRUE(IncomingPacket());
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dreceiver_tests.h34 return vcm_->IncomingPacket(payload_data, payload_size, *rtp_header);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
H A Dreceive_statistics.h54 virtual void IncomingPacket(const RTPHeader& rtp_header,
82 virtual void IncomingPacket(const RTPHeader& rtp_header,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/BWEStandAlone/
H A DBWEStandAlone.cc55 _rtpMod->IncomingPacket((uint8_t *) incomingRtpPacket, static_cast<uint16_t>(rtpPacketLength));
64 _rtpMod->IncomingPacket((uint8_t *) incomingRtcpPacket, static_cast<uint16_t>(rtcpPacketLength));
H A DTestSenderReceiver.cc323 _rtp->IncomingPacket((uint8_t *) incomingRtpPacket, static_cast<uint16_t>(rtpPacketLength));
333 _rtp->IncomingPacket((uint8_t *) incomingRtcpPacket, static_cast<uint16_t>(rtcpPacketLength));
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
H A Dremote_bitrate_estimator.h75 virtual void IncomingPacket(int64_t arrival_time_ms,
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_unittest_helper.cc219 void RemoteBitrateEstimatorTest::IncomingPacket(uint32_t ssrc, function in class:webrtc::RemoteBitrateEstimatorTest
229 bitrate_estimator_->IncomingPacket(arrival_time + kArrivalTimeClockOffsetMs,
250 // since both are used in IncomingPacket().
253 IncomingPacket(packet->ssrc,
323 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp,
332 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp,
360 IncomingPacket(kDefaultSsrc, 1000, clock_.TimeInMilliseconds(), timestamp,
366 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp,
381 IncomingPacket(kDefaultSsrc, 1000, clock_.TimeInMilliseconds(), timestamp,
383 IncomingPacket(kDefaultSsr
[all...]
H A Dremote_bitrate_estimator_unittest_helper.h165 // estimator (all other fields are cleared) and call IncomingPacket on the
167 void IncomingPacket(uint32_t ssrc,
H A Dremote_bitrate_estimator_single_stream.cc37 virtual void IncomingPacket(int64_t arrival_time_ms,
108 void RemoteBitrateEstimatorSingleStream::IncomingPacket( function in class:webrtc::__anon15958::RemoteBitrateEstimatorSingleStream
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/interface/
H A Daudio_decoder.h97 virtual int IncomingPacket(const uint8_t* payload,
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api.h65 receive_statistics_->IncomingPacket(header, len, false);
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_receiver.cc180 if (vcm_->IncomingPacket(payload_data,
206 remote_bitrate_estimator_->IncomingPacket(arrival_time_ms, payload_size,
237 remote_bitrate_estimator_->IncomingPacket(arrival_time_ms,
249 rtp_receive_statistics_->IncomingPacket(
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.h128 virtual int IncomingPacket(const uint8_t* payload,
164 virtual int IncomingPacket(const uint8_t* payload,
265 virtual int IncomingPacket(const uint8_t* payload, function in class:webrtc::AudioDecoderCng
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_isac.h82 virtual int IncomingPacket(const uint8_t* payload,
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp_play.cc85 rbe->IncomingPacket(clock.TimeInMilliseconds(),
/external/chromium_org/third_party/webrtc/video/
H A Drampup_tests.cc120 receive_stats_->IncomingPacket(header, length, false);
122 remote_bitrate_estimator_->IncomingPacket(
269 receive_stats_->IncomingPacket(header, length, false);
270 remote_bitrate_estimator_->IncomingPacket(
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_receiver_unittest.cc57 EXPECT_EQ(0, receiver_->IncomingPacket(payload, 0, *header));
69 EXPECT_EQ(0, receiver_->IncomingPacket(payload, length, *header));

Completed in 1759 milliseconds

123