HomeSort by relevance Sort by last modified time
    Searched refs:NextRtpHeader (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager_unittest.cc 56 void NextRtpHeader(WebRtcRTPHeader* rtp_info,
78 NextRtpHeader(rtp_info, rtp_receive_timestamp);
118 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_);
148 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_);
155 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_);
184 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_);
211 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_);
220 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_);
253 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_);
266 NextRtpHeader(&rtp_info_, &rtp_receive_timestamp_)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_packet_buffer.h 41 MOCK_CONST_METHOD0(NextRtpHeader,
  /external/webrtc/webrtc/modules/audio_coding/neteq/
packet_buffer.h 83 virtual const RTPHeader* NextRtpHeader() const;
packet_buffer.cc 177 const RTPHeader* PacketBuffer::NextRtpHeader() const {
packet_buffer_unittest.cc 101 const RTPHeader* hdr = buffer.NextRtpHeader();
391 EXPECT_EQ(NULL, buffer->NextRtpHeader());
neteq_impl.cc 686 const RTPHeader* rtp_header = packet_buffer_->NextRtpHeader();
    [all...]
neteq_impl_unittest.cc 325 EXPECT_CALL(*mock_packet_buffer_, NextRtpHeader())
403 const RTPHeader* test_header = packet_buffer_->NextRtpHeader();
    [all...]

Completed in 896 milliseconds