Searched refs:rtp_packet_length (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_receiver.cc | 162 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 …]
|
D | vie_receiver.h | 72 int ReceivedRTPPacket(const void* rtp_packet, int rtp_packet_length, 92 int InsertRTPPacket(const uint8_t* rtp_packet, int rtp_packet_length,
|
D | vie_channel.h | 285 const int32_t rtp_packet_length,
|
D | vie_channel.cc | 1374 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/ |
D | socket_host.cc | 267 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()
|
D | socket_host.h | 47 size_t* rtp_packet_length);
|
/external/chromium_org/chrome/browser/media/ |
D | webrtc_rtp_dump_writer_unittest.cc | 184 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/ |
D | rtp_sender.h | 168 const uint16_t rtp_packet_length, 323 const uint16_t rtp_packet_length, 327 const uint16_t rtp_packet_length,
|
D | rtp_sender.cc | 1268 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/ |
D | channel.cc | 562 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()
|