Home
last modified time | relevance | path

Searched refs:IncomingRtpPacket (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
Drtp_receiver.h73 virtual bool IncomingRtpPacket(const RTPHeader& rtp_header,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_receiver_impl.h44 bool IncomingRtpPacket(const RTPHeader& rtp_header,
Dnack_rtx_unittest.cc144 if (!rtp_receiver_->IncomingRtpPacket(header, ptr + header.headerLength, in SendRtp()
Drtp_receiver_impl.cc160 bool RtpReceiverImpl::IncomingRtpPacket( in IncomingRtpPacket() function in webrtc::RtpReceiverImpl
/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
Dtest_api_video.cc180 EXPECT_TRUE(rtp_receiver_->IncomingRtpPacket(header, payload, in TEST_F()
Dtest_api.cc54 if (!rtp_receiver_->IncomingRtpPacket(header, in SendRtp()
/external/webrtc/webrtc/video/
Dvie_receiver.cc334 return rtp_receiver_->IncomingRtpPacket(header, payload, payload_length, in ReceivePacket()
/external/webrtc/webrtc/modules/video_coding/test/
Drtp_player.cc260 it->second->rtp_module_->IncomingRtpPacket(header, data, length, in IncomingPacket()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1745 return rtp_receiver_->IncomingRtpPacket(header, payload, payload_length, in ReceivePacket()