Searched refs:NextRtpHeader (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | initial_delay_manager_unittest.cc | 56 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/ |
D | mock_packet_buffer.h | 41 MOCK_CONST_METHOD0(NextRtpHeader,
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | packet_buffer.h | 83 virtual const RTPHeader* NextRtpHeader() const;
|
D | neteq_impl.cc | 686 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()
|
D | packet_buffer.cc | 177 const RTPHeader* PacketBuffer::NextRtpHeader() const { in NextRtpHeader() function in webrtc::PacketBuffer
|
D | packet_buffer_unittest.cc | 101 const RTPHeader* hdr = buffer.NextRtpHeader(); in TEST() 391 EXPECT_EQ(NULL, buffer->NextRtpHeader()); in TEST()
|
D | neteq_impl_unittest.cc | 325 EXPECT_CALL(*mock_packet_buffer_, NextRtpHeader()) in TEST_F() 403 const RTPHeader* test_header = packet_buffer_->NextRtpHeader(); in TEST_F()
|