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

/external/chromium_org/media/cast/net/rtp/
H A Dframe_buffer.cc25 bool FrameBuffer::InsertPacket(const uint8* payload_data, function in class:media::cast::FrameBuffer
H A Dcast_message_builder_unittest.cc118 void InsertPacket() { function in class:media::cast::CastMessageBuilderTest
121 if (framer_.InsertPacket(&payload, 1, rtp_header_, &duplicate)) {
149 InsertPacket();
156 InsertPacket();
165 InsertPacket();
171 InsertPacket();
180 InsertPacket();
187 InsertPacket();
194 InsertPacket();
203 InsertPacket();
[all...]
H A Dframer.cc35 bool Framer::InsertPacket(const uint8* payload_data, function in class:media::cast::Framer
47 VLOG(1) << "InsertPacket frame:" << frame_id
72 if (!it->second->InsertPacket(payload_data, payload_size, rtp_header)) {
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_robustness_unittest.cc57 void InsertPacket(uint32_t timestamp, function in class:webrtc::VCMRobustnessTest
107 InsertPacket(0, 0, true, false, kVideoFrameKey);
108 InsertPacket(0, 1, false, false, kVideoFrameKey);
109 InsertPacket(0, 2, false, true, kVideoFrameKey);
112 InsertPacket(3000, 3, true, false, kVideoFrameDelta);
113 InsertPacket(3000, 4, false, false, kVideoFrameDelta);
114 InsertPacket(3000, 5, false, true, kVideoFrameDelta);
127 InsertPacket(6000, 8, false, true, kVideoFrameDelta);
133 InsertPacket(6000, 6, true, false, kVideoFrameDelta);
134 InsertPacket(600
[all...]
H A Dreceiver_unittest.cc44 int32_t InsertPacket(int index) { function in class:webrtc::TestVCMReceiver
52 return receiver_.InsertPacket(packet, 640, 480);
62 return receiver_.InsertPacket(packet, kWidth, kHeight);
H A Dframe_buffer.cc86 VCMFrameBuffer::InsertPacket(const VCMPacket& packet, function in class:webrtc::VCMFrameBuffer
134 int retVal = _sessionInfo.InsertPacket(packet, _buffer,
H A Djitter_buffer_unittest.cc151 return jitter_buffer_->InsertPacket(packet, &retransmitted);
154 VCMFrameBufferEnum InsertPacket(int index) { function in class:webrtc::TestRunningJitterBuffer
162 return jitter_buffer_->InsertPacket(packet, &retransmitted);
270 EXPECT_EQ(kCompleteSession, jitter_buffer_->InsertPacket(*packet_,
283 EXPECT_EQ(kIncomplete, jitter_buffer_->InsertPacket(*packet_,
294 EXPECT_EQ(kCompleteSession, jitter_buffer_->InsertPacket(*packet_,
309 EXPECT_EQ(kIncomplete, jitter_buffer_->InsertPacket(*packet_,
325 EXPECT_EQ(kIncomplete, jitter_buffer_->InsertPacket(*packet_,
336 EXPECT_EQ(kCompleteSession, jitter_buffer_->InsertPacket(*packet_,
352 EXPECT_EQ(kCompleteSession, jitter_buffer_->InsertPacket(*packet
[all...]
H A Dreceiver.cc74 int32_t VCMReceiver::InsertPacket(const VCMPacket& packet, function in class:webrtc::VCMReceiver
80 const VCMFrameBufferEnum ret = jitter_buffer_.InsertPacket(packet,
H A Dsession_info.cc438 int VCMSessionInfo::InsertPacket(const VCMPacket& packet, function in class:webrtc::VCMSessionInfo
H A Djitter_buffer.cc603 VCMFrameBufferEnum VCMJitterBuffer::InsertPacket(const VCMPacket& packet, function in class:webrtc::VCMJitterBuffer
664 VCMFrameBufferEnum buffer_return = frame->InsertPacket(packet,
755 assert(false && "JitterBuffer::InsertPacket: Undefined value");
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dpacket_loss_test.cc199 InsertPacket(&newEncBuf, packet, size);
211 // InsertPacket(&newEncBuf, packet, size2);
249 void PacketLossTest::InsertPacket(VideoFrame *buf, unsigned char *pkg, int size) function in class:PacketLossTest
253 printf("InsertPacket error!\n");
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer.cc52 int PacketBuffer::InsertPacket(Packet* packet) { function in class:webrtc::PacketBuffer
105 int return_val = InsertPacket(packet);
163 // Assert that the packet sanity checks in InsertPacket method works.
187 // Assert that the packet sanity checks in InsertPacket method works.
H A Dneteq_impl.cc117 int NetEqImpl::InsertPacket(const WebRtcRTPHeader& rtp_header, function in class:webrtc::NetEqImpl
122 LOG(LS_VERBOSE) << "InsertPacket: ts=" << rtp_header.header.timestamp <<
140 LOG(LS_VERBOSE) << "InsertPacket-Sync: ts="
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_receiver.cc256 int AcmReceiver::InsertPacket(const WebRtcRTPHeader& rtp_header, function in class:webrtc::acm2::AcmReceiver
334 if (neteq_->InsertPacket(rtp_header, incoming_payload, length_payload,
336 LOG_FERR1(LS_ERROR, "AcmReceiver::InsertPacket", header->payloadType) <<
H A Daudio_coding_module_unittest.cc170 InsertPacket();
174 virtual void InsertPacket() { function in class:webrtc::AudioCodingModuleTest
176 ASSERT_TRUE(acm_->InsertPacket(kPayload, kPayloadSizeBytes, rtp_header_));
383 InsertPacket();
457 // will be fetched in the next InsertPacket() call.
473 virtual void InsertPacket() OVERRIDE {
486 ASSERT_TRUE(acm_->InsertPacket(
H A Daudio_coding_module_unittest_oldapi.cc158 InsertPacket();
162 virtual void InsertPacket() { function in class:webrtc::AudioCodingModuleTestOldApi
385 InsertPacket();
458 // will be fetched in the next InsertPacket() call.
475 void InsertPacket() { function in class:webrtc::AcmIsacMtTestOldApi
H A Daudio_coding_module_impl.cc1700 if (receiver_.InsertPacket(rtp_header, incoming_payload, payload_length) <
2114 bool AudioCodingImpl::InsertPacket(const uint8_t* incoming_payload, function in class:webrtc::AudioCodingImpl

Completed in 866 milliseconds