HomeSort by relevance Sort by last modified time
    Searched refs:packetLength (Results 1 - 14 of 14) 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 28 virtual int32_t DumpPacket(const uint8_t* packet, uint16_t packetLength);
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;
  /frameworks/base/obex/javax/obex/
ServerSession.java 522 int packetLength;
538 packetLength = mInput.read();
539 packetLength = (packetLength << 8) + mInput.read();
550 if (packetLength > ObexHelper.MAX_PACKET_SIZE_INT) {
554 if (packetLength > 7) {
555 byte[] headers = new byte[packetLength - 7];
  /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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 669 unsigned long int packetLength[6];
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 39 int32_t(const uint8_t* incomingPacket, uint16_t packetLength));
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c     [all...]
  /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 229 milliseconds