Home
last modified time | relevance | path

Searched refs:NextRtpHeader (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager_unittest.cc56 void NextRtpHeader(WebRtcRTPHeader* rtp_info, in NextRtpHeader() function
78 NextRtpHeader(rtp_info, rtp_receive_timestamp); in GetNextRtpHeader()
118 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
148 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
155 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
184 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
211 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
220 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
253 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
266 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_); in TEST_F()
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
Dmock_packet_buffer.h41 MOCK_CONST_METHOD0(NextRtpHeader,
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket_buffer.h83 virtual const RTPHeader* NextRtpHeader() const;
Dneteq_impl.cc686 const RTPHeader* rtp_header = packet_buffer_->NextRtpHeader(); in InsertPacketInternal()
953 const RTPHeader* header = packet_buffer_->NextRtpHeader(); in GetDecision()
971 header = packet_buffer_->NextRtpHeader(); in GetDecision()
1851 const RTPHeader* header = packet_buffer_->NextRtpHeader(); in ExtractPackets()
1922 header = packet_buffer_->NextRtpHeader(); in ExtractPackets()
Dpacket_buffer.cc177 const RTPHeader* PacketBuffer::NextRtpHeader() const { in NextRtpHeader() function in webrtc::PacketBuffer
Dpacket_buffer_unittest.cc101 const RTPHeader* hdr = buffer.NextRtpHeader(); in TEST()
391 EXPECT_EQ(NULL, buffer->NextRtpHeader()); in TEST()
Dneteq_impl_unittest.cc325 EXPECT_CALL(*mock_packet_buffer_, NextRtpHeader()) in TEST_F()
403 const RTPHeader* test_header = packet_buffer_->NextRtpHeader(); in TEST_F()