HomeSort by relevance Sort by last modified time
    Searched refs:packetLength (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/modules/utility/interface/
rtp_dump.h 42 // Writes the RTP/RTCP packet in packet with length packetLength in bytes.
46 uint16_t packetLength) = 0;
  /external/chromium_org/third_party/webrtc/modules/utility/source/
rtp_dump_impl.h 29 uint16_t packetLength) OVERRIDE;
rtp_dump_impl.cc 148 int32_t RtpDumpImpl::DumpPacket(const uint8_t* packet, uint16_t packetLength)
161 if (packetLength < 1)
184 hdr.length = RtpDumpHtons((uint16_t)(packetLength + sizeof(hdr)));
191 hdr.plen = RtpDumpHtons((uint16_t)packetLength);
199 if (!_file.Write(packet, packetLength))
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc 38 int packetLength) {
40 (int32_t)packetLength,
52 return packetLength;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 533 int packetLength = replyPacket.getLength();
534 if (packetLength < Packet.HEADER_SIZE) {
537 + packetLength);
  /external/libpcap/msdos/
ndis2.c 383 pktBuf->packetLength = bytesCopied;
429 pktBuf->packetLength = 0;
437 memcpy (pktBuf->buffer + pktBuf->packetLength,
439 pktBuf->packetLength += rxDescr->rxDataLen;
499 txBufDescr.txBufDescrRec[0].txDataLen = pktBuf->packetLength;
ndis2.h 429 int packetLength;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 319 int packetLength = packet.getLength();
322 byte[] msgBytes = new byte[packetLength];
323 System.arraycopy(bytes, 0, msgBytes, 0, packetLength);
330 + packet.getPort() + " Length = " + packetLength);
352 String msgString = new String(msgBytes, 0, packetLength);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 50 int32_t(const uint8_t* incomingPacket, uint16_t packetLength));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 549 milliseconds