Home
last modified time | relevance | path

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

/external/chromium_org/media/cast/framer/
Dframe_buffer.cc23 void FrameBuffer::InsertPacket(const uint8* payload_data, in InsertPacket() function in media::cast::FrameBuffer
Dframe_id_map.cc29 PacketType FrameInfo::InsertPacket(uint16 packet_id) { in InsertPacket() function in media::cast::FrameInfo
62 PacketType FrameIdMap::InsertPacket(const RtpCastHeader& rtp_header) { in InsertPacket() function in media::cast::FrameIdMap
Dframer.cc32 bool Framer::InsertPacket(const uint8* payload_data, in InsertPacket() function in media::cast::Framer
Dcast_message_builder_unittest.cc112 void InsertPacket() { in InsertPacket() function in media::cast::CastMessageBuilderTest
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
Dvideo_coding_robustness_unittest.cc57 void InsertPacket(uint32_t timestamp, in InsertPacket() function in webrtc::VCMRobustnessTest
Dframe_buffer.cc86 VCMFrameBuffer::InsertPacket(const VCMPacket& packet, in InsertPacket() function in webrtc::VCMFrameBuffer
Dreceiver.cc74 int32_t VCMReceiver::InsertPacket(const VCMPacket& packet, in InsertPacket() function in webrtc::VCMReceiver
Dsession_info.cc395 int VCMSessionInfo::InsertPacket(const VCMPacket& packet, in InsertPacket() function in webrtc::VCMSessionInfo
Dreceiver_unittest.cc44 int32_t InsertPacket(int index) { in InsertPacket() function in webrtc::TestVCMReceiver
Djitter_buffer.cc605 VCMFrameBufferEnum VCMJitterBuffer::InsertPacket(const VCMPacket& packet, in InsertPacket() function in webrtc::VCMJitterBuffer
Djitter_buffer_unittest.cc154 VCMFrameBufferEnum InsertPacket(int index) { in InsertPacket() function in webrtc::TestRunningJitterBuffer
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
Dpacket_loss_test.cc249 void PacketLossTest::InsertPacket(VideoFrame *buf, unsigned char *pkg, int size) in InsertPacket() function in PacketLossTest
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dpacket_buffer.cc52 int PacketBuffer::InsertPacket(Packet* packet) { in InsertPacket() function in webrtc::PacketBuffer
Dneteq_impl_unittest.cc252 TEST_F(NetEqImplTest, InsertPacket) { in TEST_F() argument
Dpacket_buffer_unittest.cc78 TEST(PacketBuffer, InsertPacket) { in TEST() argument
Dneteq_impl.cc115 int NetEqImpl::InsertPacket(const WebRtcRTPHeader& rtp_header, in InsertPacket() function in webrtc::NetEqImpl
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Daudio_coding_module_unittest.cc154 virtual void InsertPacket() { in InsertPacket() function in webrtc::AudioCodingModuleTest
466 void InsertPacket() { in InsertPacket() function in webrtc::AcmIsacMtTest
Dacm_receiver.cc263 int AcmReceiver::InsertPacket(const WebRtcRTPHeader& rtp_header, in InsertPacket() function in webrtc::acm2::AcmReceiver