Home
last modified time | relevance | path

Searched defs:InsertPacket (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sequence_number_map.cc32 void RtpSequenceNumberMap::InsertPacket(uint16_t sequence_number, Info info) { in InsertPacket() function in webrtc::RtpSequenceNumberMap
Dforward_error_correction.cc503 void ForwardErrorCorrection::InsertPacket( in InsertPacket() function in webrtc::ForwardErrorCorrection
/external/webrtc/modules/video_coding/
Dframe_buffer.cc79 VCMFrameBufferEnum VCMFrameBuffer::InsertPacket(const VCMPacket& packet, in InsertPacket() function in webrtc::VCMFrameBuffer
Dreceiver.cc56 int32_t VCMReceiver::InsertPacket(const VCMPacket& packet) { in InsertPacket() function in webrtc::VCMReceiver
Dpacket_buffer.cc78 PacketBuffer::InsertResult PacketBuffer::InsertPacket( in InsertPacket() function in webrtc::video_coding::PacketBuffer
Dsession_info.cc420 int VCMSessionInfo::InsertPacket(const VCMPacket& packet, in InsertPacket() function in webrtc::VCMSessionInfo
Djitter_buffer.cc359 VCMFrameBufferEnum VCMJitterBuffer::InsertPacket(const VCMPacket& packet, in InsertPacket() function in webrtc::VCMJitterBuffer
Dreceiver_unittest.cc42 int32_t InsertPacket(int index) { in InsertPacket() function in webrtc::TestVCMReceiver
Djitter_buffer_unittest.cc161 VCMFrameBufferEnum InsertPacket(int index) { in InsertPacket() function in webrtc::TestRunningJitterBuffer
/external/webrtc/modules/audio_coding/acm2/
Dacm_receiver.cc100 int AcmReceiver::InsertPacket(const RTPHeader& rtp_header, in InsertPacket() function in webrtc::acm2::AcmReceiver
Daudio_coding_module_unittest.cc213 virtual void InsertPacket() { in InsertPacket() function in webrtc::AudioCodingModuleTestOldApi
626 void InsertPacket() override { in InsertPacket() function in webrtc::AcmIsacMtTestOldApi
/external/webrtc/modules/audio_coding/neteq/
Dpacket_buffer.cc84 int PacketBuffer::InsertPacket(Packet&& packet, StatisticsCalculator* stats) { in InsertPacket() function in webrtc::PacketBuffer
Dneteq_impl_unittest.cc286 TEST_F(NetEqImplTest, InsertPacket) { in TEST_F() argument
1622 void InsertPacket(uint32_t timestamp) { in InsertPacket() function in webrtc::NetEqImplTest120ms
Dpacket_buffer_unittest.cc115 TEST(PacketBuffer, InsertPacket) { in TEST() argument
Dneteq_impl.cc192 int NetEqImpl::InsertPacket(const RTPHeader& rtp_header, in InsertPacket() function in webrtc::NetEqImpl
Dneteq_unittest.cc611 void InsertPacket(uint32_t rtp_timestamp) { in InsertPacket() function in webrtc::NetEqDecodingTestWithMutedState
/external/webrtc/modules/pacing/
Dpacing_controller_unittest.cc340 void InsertPacket(PacingController* pacer, MediaStream* stream) { in InsertPacket() function in webrtc::test::PacingControllerFieldTrialTest