Home
last modified time | relevance | path

Searched refs:rtp_packet_length (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_receiver.cc162 int rtp_packet_length, in ReceivedRTPPacket() argument
165 rtp_packet_length, packet_time); in ReceivedRTPPacket()
190 int rtp_packet_length) { in OnRecoveredPacket() argument
192 if (!rtp_header_parser_->Parse(rtp_packet, rtp_packet_length, &header)) { in OnRecoveredPacket()
197 return ReceivePacket(rtp_packet, rtp_packet_length, header, in_order); in OnRecoveredPacket()
212 int rtp_packet_length, in InsertRTPPacket() argument
221 static_cast<uint16_t>(rtp_packet_length)); in InsertRTPPacket()
226 if (!rtp_header_parser_->Parse(rtp_packet, rtp_packet_length, in InsertRTPPacket()
230 int payload_length = rtp_packet_length - header.headerLength; in InsertRTPPacket()
243 int ret = ReceivePacket(rtp_packet, rtp_packet_length, header, in_order) in InsertRTPPacket()
[all …]
Dvie_receiver.h72 int ReceivedRTPPacket(const void* rtp_packet, int rtp_packet_length,
92 int InsertRTPPacket(const uint8_t* rtp_packet, int rtp_packet_length,
Dvie_channel.h285 const int32_t rtp_packet_length,
Dvie_channel.cc1374 const void* rtp_packet, const int32_t rtp_packet_length, in ReceivedRTPPacket() argument
1383 rtp_packet, rtp_packet_length, packet_time); in ReceivedRTPPacket()
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host.cc267 size_t* rtp_packet_length) { in GetRtpPacketStartPositionAndLength() argument
365 *rtp_packet_length = rtp_length; in GetRtpPacketStartPositionAndLength()
622 size_t rtp_packet_length = length; in DumpRtpPacket() local
624 packet, length, &rtp_packet_pos, &rtp_packet_length)) { in DumpRtpPacket()
631 bool valid = ValidateRtpHeader(packet, rtp_packet_length, &header_length); in DumpRtpPacket()
648 rtp_packet_length, in DumpRtpPacket()
Dsocket_host.h47 size_t* rtp_packet_length);
/external/chromium_org/chrome/browser/media/
Dwebrtc_rtp_dump_writer_unittest.cc184 uint16 rtp_packet_length = 0; in VerifyPacketDump() local
186 &rtp_packet_length); in VerifyPacketDump()
187 if (rtp_packet_length < kMinimumRtpHeaderLength) in VerifyPacketDump()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_sender.h168 const uint16_t rtp_packet_length,
323 const uint16_t rtp_packet_length,
327 const uint16_t rtp_packet_length,
Drtp_sender.cc1268 uint8_t *rtp_packet, const uint16_t rtp_packet_length, in UpdateTransmissionTimeOffset() argument
1288 if (rtp_packet_length < block_pos + kTransmissionTimeOffsetLength || in UpdateTransmissionTimeOffset()
1314 const uint16_t rtp_packet_length, in UpdateAudioLevel() argument
1335 if (rtp_packet_length < block_pos + kAudioLevelLength || in UpdateAudioLevel()
1357 uint8_t *rtp_packet, const uint16_t rtp_packet_length, in UpdateAbsoluteSendTime() argument
1377 if (rtp_packet_length < block_pos + kAbsoluteSendTimeLength || in UpdateAbsoluteSendTime()
/external/chromium_org/third_party/webrtc/voice_engine/
Dchannel.cc562 int rtp_packet_length) { in OnRecoveredPacket() argument
564 if (!rtp_header_parser_->Parse(rtp_packet, rtp_packet_length, &header)) { in OnRecoveredPacket()
573 return ReceivePacket(rtp_packet, rtp_packet_length, header, false); in OnRecoveredPacket()