Searched defs:IncomingPacket (Results 1 - 15 of 15) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy_unittest.cc35 void IncomingPacket(uint16_t seq, int64_t time_ms) { function in class:webrtc::RemoteEstimatorProxyTest
40 proxy_.IncomingPacket(time_ms, kDefaultPacketSize, header, true);
62 IncomingPacket(kBaseSeq, kBaseTimeMs);
86 IncomingPacket(kBaseSeq, kBaseTimeMs);
87 IncomingPacket(kBaseSeq + 1, kBaseTimeMs + kMaxSmallDeltaMs);
88 IncomingPacket(kBaseSeq + 2, kBaseTimeMs + (2 * kMaxSmallDeltaMs) + 1);
122 IncomingPacket(kBaseSeq, kBaseTimeMs);
123 IncomingPacket(kBaseSeq + 1, kBaseTimeMs + kTooLargeDelta);
169 IncomingPacket(kBaseSeq, kBaseTimeMs);
170 IncomingPacket(kBaseSe
[all...]
H A Dremote_estimator_proxy.cc44 void RemoteEstimatorProxy::IncomingPacket(int64_t arrival_time_ms, function in class:webrtc::RemoteEstimatorProxy
H A Dremote_bitrate_estimator_abs_send_time.cc239 void RemoteBitrateEstimatorAbsSendTime::IncomingPacket(int64_t arrival_time_ms, function in class:webrtc::RemoteBitrateEstimatorAbsSendTime
H A Dremote_bitrate_estimator_single_stream.cc70 void RemoteBitrateEstimatorSingleStream::IncomingPacket(int64_t arrival_time_ms, function in class:webrtc::RemoteBitrateEstimatorSingleStream
H A Dremote_bitrate_estimator_unittest_helper.cc221 void RemoteBitrateEstimatorTest::IncomingPacket(uint32_t ssrc, function in class:webrtc::RemoteBitrateEstimatorTest
233 bitrate_estimator_->IncomingPacket(arrival_time + kArrivalTimeClockOffsetMs,
254 // since both are used in IncomingPacket().
257 IncomingPacket(packet->ssrc, packet->size,
325 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp,
334 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp,
362 IncomingPacket(kDefaultSsrc, 1000, clock_.TimeInMilliseconds(), timestamp,
368 IncomingPacket(kDefaultSsrc, kMtu, clock_.TimeInMilliseconds(), timestamp,
385 IncomingPacket(kDefaultSsrc, 1000, clock_.TimeInMilliseconds(), timestamp,
387 IncomingPacket(kDefaultSsr
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/
H A Daudio_decoder.cc60 int AudioDecoder::IncomingPacket(const uint8_t* payload, function in class:webrtc::AudioDecoder
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_decoder_isac_t_impl.h76 int AudioDecoderIsacT<T>::IncomingPacket(const uint8_t* payload, function in class:webrtc::AudioDecoderIsacT
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Daudio_decoder_impl.cc52 int AudioDecoderCng::IncomingPacket(const uint8_t* payload, function in class:webrtc::AudioDecoderCng
/external/webrtc/webrtc/modules/audio_coding/test/
H A DPacketLossTest.cc41 bool ReceiverWithPacketLoss::IncomingPacket() { function in class:webrtc::ReceiverWithPacketLoss
57 _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes, _rtpInfo);
H A DEncodeDecodeTest.cc182 bool Receiver::IncomingPacket() { function in class:webrtc::Receiver
198 EXPECT_EQ(0, _acm->IncomingPacket(_incomingPayload, _realPayloadSizeBytes,
231 EXPECT_TRUE(IncomingPacket());
/external/webrtc/webrtc/test/
H A Dfake_network_pipe_unittest.cc31 void IncomingPacket(const uint8_t* data, size_t length) { function in class:webrtc::MockReceiver
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_impl.cc52 void StreamStatisticianImpl::IncomingPacket(const RTPHeader& header, function in class:webrtc::StreamStatisticianImpl
392 void ReceiveStatisticsImpl::IncomingPacket(const RTPHeader& header, function in class:webrtc::ReceiveStatisticsImpl
410 impl->IncomingPacket(header, packet_length, retransmitted);
512 void NullReceiveStatistics::IncomingPacket(const RTPHeader& rtp_header, function in class:webrtc::NullReceiveStatistics
/external/webrtc/webrtc/modules/video_coding/test/
H A Drtp_player.cc252 void IncomingPacket(const uint8_t* data, size_t length) { function in class:webrtc::rtpplayer::SsrcHandlers
445 ssrc_handlers_.IncomingPacket(data, length);
/external/webrtc/webrtc/modules/video_coding/
H A Dvideo_receiver.cc433 int32_t VideoReceiver::IncomingPacket(const uint8_t* incomingPayload, function in class:webrtc::vcm::VideoReceiver
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_impl.cc653 int AudioCodingModuleImpl::IncomingPacket(const uint8_t* incoming_payload, function in class:webrtc::acm2::AudioCodingModuleImpl
713 // TODO(kwiberg): Remove this method, and have callers call IncomingPacket
736 IncomingPacket(incoming_payload, payload_length, *aux_rtp_header_);

Completed in 4753 milliseconds