/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_estimator_proxy.cc | 44 void RemoteEstimatorProxy::IncomingPacket(int64_t arrival_time_ms,
|
remote_bitrate_estimator_abs_send_time.h | 75 void IncomingPacket(int64_t arrival_time_ms,
|
remote_bitrate_estimator_single_stream.cc | 70 void RemoteBitrateEstimatorSingleStream::IncomingPacket(int64_t arrival_time_ms,
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
bwe_rtp_play.cc | 84 rbe->IncomingPacket(clock.TimeInMilliseconds(),
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
receive_statistics_impl.cc | 52 void StreamStatisticianImpl::IncomingPacket(const RTPHeader& header, 392 void ReceiveStatisticsImpl::IncomingPacket(const RTPHeader& header, 410 impl->IncomingPacket(header, packet_length, retransmitted); 512 void NullReceiveStatistics::IncomingPacket(const RTPHeader& rtp_header,
|
/external/webrtc/webrtc/modules/video_coding/include/ |
video_coding.h | 422 virtual int32_t IncomingPacket(const uint8_t* incomingPayload,
|
/external/webrtc/webrtc/call/ |
congestion_controller.cc | 52 void IncomingPacket(int64_t arrival_time_ms, 58 rbe_->IncomingPacket(arrival_time_ms, payload_size, header, was_paced);
|
/external/webrtc/webrtc/modules/video_coding/ |
video_receiver_unittest.cc | 52 EXPECT_EQ(0, receiver_->IncomingPacket(payload, 0, *header)); 64 EXPECT_EQ(0, receiver_->IncomingPacket(payload, length, *header));
|
video_coding_impl.cc | 232 int32_t IncomingPacket(const uint8_t* incomingPayload, 235 return receiver_.IncomingPacket(incomingPayload, payloadLength, rtpInfo);
|
video_coding_impl.h | 156 int32_t IncomingPacket(const uint8_t* incomingPayload,
|
video_coding_robustness_unittest.cc | 69 ASSERT_EQ(VCM_OK, vcm_->IncomingPacket(payload, kPayloadLen, rtp_info));
|
/external/webrtc/webrtc/video/ |
vie_receiver.cc | 241 if (vcm_->IncomingPacket(payload_data, 302 remote_bitrate_estimator_->IncomingPacket(arrival_time_ms, payload_length, 314 rtp_receive_statistics_->IncomingPacket(
|
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
acm_receive_test_oldapi.cc | 184 acm_->IncomingPacket(
|
audio_coding_module_impl.h | 134 int IncomingPacket(const uint8_t* incoming_payload,
|
audio_coding_module_unittest_oldapi.cc | 203 acm_->IncomingPacket(kPayload, kPayloadSizeBytes, rtp_header_)); 653 // for the duration of the IncomingPacket() call. 662 acm_->IncomingPacket( 807 EXPECT_EQ(0, acm_->IncomingPacket(encoded.get(), info.encoded_bytes, [all...] |
audio_coding_module_impl.cc | 653 int AudioCodingModuleImpl::IncomingPacket(const uint8_t* incoming_payload, 713 // TODO(kwiberg): Remove this method, and have callers call IncomingPacket 736 IncomingPacket(incoming_payload, payload_length, *aux_rtp_header_);
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
audio_decoder_impl.cc | 52 int AudioDecoderCng::IncomingPacket(const uint8_t* payload,
|
neteq_impl_unittest.cc | 277 EXPECT_CALL(mock_decoder, IncomingPacket(_, 283 EXPECT_CALL(mock_decoder, IncomingPacket(_, 525 EXPECT_CALL(mock_decoder, IncomingPacket(_, kPayloadLengthBytes, _, _, _)) 686 EXPECT_CALL(mock_decoder, IncomingPacket(_, kPayloadLengthBytes, _, _, _)) [all...] |
/external/webrtc/webrtc/modules/audio_coding/test/ |
target_delay_unittest.cc | 145 ASSERT_EQ(0, acm_->IncomingPacket(payload_, kFrameSizeSamples * 2,
|
/external/webrtc/webrtc/audio/ |
audio_receive_stream_unittest.cc | 252 IncomingPacket(packet_time.timestamp / 1000, 278 IncomingPacket(packet_time.timestamp / 1000,
|
audio_receive_stream.cc | 184 remote_bitrate_estimator_->IncomingPacket(arrival_time_ms, payload_size,
|
/external/webrtc/webrtc/modules/video_coding/test/ |
rtp_player.cc | 252 void IncomingPacket(const uint8_t* data, size_t length) { 445 ssrc_handlers_.IncomingPacket(data, length);
|
vcm_payload_sink_factory.cc | 51 return vcm_->IncomingPacket(payload_data, payload_size, *rtp_header);
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
nada.cc | 56 recv_stats_->IncomingPacket(media_packet.header(),
|
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/ |
test_api.cc | 53 receive_statistics_->IncomingPacket(header, len, false);
|