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() 196 return ReceivePacket(rtp_packet, rtp_packet_length, header, false); in OnRecoveredPacket() 211 int rtp_packet_length, in InsertRTPPacket() argument 220 static_cast<uint16_t>(rtp_packet_length)); in InsertRTPPacket() 225 if (!rtp_header_parser_->Parse(rtp_packet, rtp_packet_length, in InsertRTPPacket() 229 int payload_length = rtp_packet_length - header.headerLength; in InsertRTPPacket() 242 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 | 281 const int32_t rtp_packet_length,
|
D | vie_channel.cc | 1355 const void* rtp_packet, const int32_t rtp_packet_length, in ReceivedRTPPacket() argument 1364 rtp_packet, rtp_packet_length, packet_time); in ReceivedRTPPacket()
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
D | socket_host.cc | 223 int* rtp_packet_length) { in GetRtpPacketStartPositionAndLength() argument 321 *rtp_packet_length = rtp_length; in GetRtpPacketStartPositionAndLength() 534 int rtp_packet_length = length; in DumpRtpPacket() local 536 packet, length, &rtp_packet_pos, &rtp_packet_length)) in DumpRtpPacket() 542 bool valid = ValidateRtpHeader(packet, rtp_packet_length, &header_length); in DumpRtpPacket() 559 rtp_packet_length, in DumpRtpPacket()
|
D | socket_host.h | 45 int* 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 | 163 const uint16_t rtp_packet_length, 318 const uint16_t rtp_packet_length, 322 const uint16_t rtp_packet_length,
|
D | rtp_sender.cc | 1234 uint8_t *rtp_packet, const uint16_t rtp_packet_length, in UpdateTransmissionTimeOffset() argument 1254 if (rtp_packet_length < block_pos + kTransmissionTimeOffsetLength || in UpdateTransmissionTimeOffset() 1280 const uint16_t rtp_packet_length, in UpdateAudioLevel() argument 1301 if (rtp_packet_length < block_pos + kAudioLevelLength || in UpdateAudioLevel() 1323 uint8_t *rtp_packet, const uint16_t rtp_packet_length, in UpdateAbsoluteSendTime() argument 1343 if (rtp_packet_length < block_pos + kAbsoluteSendTimeLength || in UpdateAbsoluteSendTime()
|
/external/chromium_org/third_party/webrtc/voice_engine/ |
D | channel.cc | 563 int rtp_packet_length) { in OnRecoveredPacket() argument 565 if (!rtp_header_parser_->Parse(rtp_packet, rtp_packet_length, &header)) { in OnRecoveredPacket() 574 return ReceivePacket(rtp_packet, rtp_packet_length, header, false); in OnRecoveredPacket()
|