Searched defs:packet (Results 51 - 75 of 509) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/protocol/
H A Dmonitored_video_stub.cc32 void MonitoredVideoStub::ProcessVideoPacket(scoped_ptr<VideoPacket> packet, argument
40 video_stub_->ProcessVideoPacket(packet.Pass(), done);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils_unittest.cc34 void VerifyOpenMessageFormat(const rtc::Buffer& packet, argument
44 rtc::ByteBuffer buffer(packet.data(), packet.length());
87 rtc::Buffer packet; local
88 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet));
90 VerifyOpenMessageFormat(packet, label, config);
95 packet, &output_label, &output_config));
111 rtc::Buffer packet; local
112 ASSERT_TRUE(webrtc::WriteDataChannelOpenMessage(label, config, &packet));
114 VerifyOpenMessageFormat(packet, labe
134 rtc::Buffer packet; local
152 rtc::Buffer packet; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c92 struct scene_packet packet; local
95 packet.scene = NULL;
98 &packet.header,
99 sizeof packet / 4,
104 return packet.scene;
112 struct scene_packet packet; local
114 packet.header.dwords = sizeof packet / 4;
115 packet.header.data24 = 0;
116 packet
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DRTPtimeshift.cc58 NETEQTEST_RTPpacket packet; local
59 int packLen = packet.readFromFile(inFile);
66 uint32_t TSdiff = atoi(argv[3]) - packet.timeStamp();
73 SNdiff = startSN - packet.sequenceNumber();
78 ATdiff = startTS - packet.time();
85 packet.setTimeStamp(packet.timeStamp() + TSdiff);
86 packet.setSequenceNumber(packet.sequenceNumber() + SNdiff);
87 packet
[all...]
H A Drtp_to_text.cc42 NETEQTEST_RTPpacket* packet; local
53 packet = new NETEQTEST_DummyRTPpacket;
58 packet = new NETEQTEST_RTPpacket;
105 while (packet->readFromFile(inFile) >= 0)
107 // write packet headers to
108 DataLog::InsertCell(table_name, "seq", packet->sequenceNumber());
109 DataLog::InsertCell(table_name, "ssrc", packet->SSRC());
110 DataLog::InsertCell(table_name, "payload type", packet->payloadType());
111 DataLog::InsertCell(table_name, "length", packet->dataLen());
112 DataLog::InsertCell(table_name, "timestamp", packet
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dtimestamp_scaler.cc19 void TimestampScaler::ToInternal(Packet* packet) { argument
20 if (!packet) {
23 packet->header.timestamp = ToInternal(packet->header.timestamp,
24 packet->header.payloadType);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_analyze.cc16 #include "webrtc/modules/audio_coding/neteq/tools/packet.h"
93 webrtc::scoped_ptr<webrtc::test::Packet> packet; local
95 packet.reset(file_source->NextPacket());
96 if (!packet.get()) {
97 // This is probably an RTCP packet. Move on to the next one.
100 assert(packet.get());
101 // Write packet data to file.
104 packet->header().sequenceNumber,
105 packet->header().timestamp,
106 static_cast<unsigned int>(packet
[all...]
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
H A Drtp_to_text.cc28 " -t is an optional flag, if set only packet arrival time will be"
46 webrtc::test::RtpFileReader::Packet packet; local
47 while (rtp_reader->NextPacket(&packet)) {
49 parser->Parse(packet.data, packet.length, &header);
56 ss << static_cast<int64_t>(packet.time_ms) * 1000000;
65 packet.time_ms,
68 static_cast<int>(packet.length));
/external/chromium_org/third_party/webrtc/test/
H A Drtcp_packet_parser.cc21 const uint8_t* packet = static_cast<const uint8_t*>(data); local
22 RTCPUtility::RTCPParserV2 parser(packet, len, true);
H A Drtp_file_reader_unittest.cc32 test::RtpFileReader::Packet packet; local
34 while (rtp_packet_source_->NextPacket(&packet))
62 test::RtpFileReader::Packet packet; local
63 while (rtp_packet_source_->NextPacket(&packet))
70 test::RtpFileReader::Packet packet; local
71 while (rtp_packet_source_->NextPacket(&packet)) {
72 RtpUtility::RtpHeaderParser rtp_header_parser(packet.data, packet.length);
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_network.cc218 // Create a empty RTP packet.
219 unsigned char packet[3000]; local
220 memset(packet, 0, sizeof(packet));
221 packet[0] = 0x80; // V=2, P=0, X=0, CC=0
222 packet[1] = 0x7C; // M=0, PT = 124 (I420)
224 // Create a empty RTCP app packet.
233 tbChannel.videoChannel, packet, 1500));
238 tbChannel.videoChannel, packet, 1500));
242 tbChannel.videoChannel, packet, 1
[all...]
/external/deqp/framework/referencerenderer/
H A DrrPrimitivePacket.cpp21 * \brief Primitive packet
40 VertexPacket* packet; local
48 packet = m_vpalloc.alloc();
50 packet->position = position;
51 packet->pointSize = pointSize;
52 packet->primitiveID = primitiveID;
55 packet->outputs[ndx] = varyings[ndx];
57 m_emitted.push_back(packet);
/external/kernel-headers/original/uapi/linux/
H A Dpg.h5 pg.h defines the user interface to the generic ATAPI packet
49 char packet[12]; /* packet command */ member in struct:pg_write_hdr
/external/libvorbis/doc/
H A D06-floor0.tex27 codec setup header (third packet). configuration decode proceeds as
40 An end-of-packet condition during any of these bitstream reads renders
48 \subsubsection{packet decode} \label{vorbis:spec:floor0-decode}
50 Extracting a floor0 curve from an audio packet consists of first
62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable
79 \item An end-of-packet condition during decode should be considered a
80 nominal occruence; if end-of-packet is reached during any read
107 vector from packet decode as well as the [floor0_order],
H A D07-floor1.tex33 a difference value decoded from the bitstream packet.
55 list-order Y values as decoded from an example packet are 110, 20, -5,
96 A list of floor X values is stored in the packet header in interleaved
97 format (used in list order during packet decode and synthesis). This
107 books were chosen for representation in a given packet. The
158 An end-of-packet condition while reading any aspect of a floor 1
167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode}
199 12) [cval] = read from packet using codebook number
209 17) vector [floor1_Y] element ([j]+[offset]) = read from packet using codebook
226 An end-of-packet conditio
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp67 // StringExtractorGDBRemote packet;
71 // if (packet.
87 StringExtractorGDBRemote packet; local
88 if (WaitForPacketWithTimeoutMicroSecondsNoLock (packet, timeout_usec))
90 const StringExtractorGDBRemote::ServerPacketType packet_type = packet.GetServerPacketType ();
98 error.SetErrorString("invalid packet");
108 return SendUnimplementedResponse (packet.GetStringRef().c_str()) > 0;
111 return Handle_A (packet);
114 return Handle_qfProcessInfo (packet);
117 return Handle_qsProcessInfo (packet);
187 char packet[16]; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.c92 struct scene_packet packet; local
95 packet.scene = NULL;
98 &packet.header,
99 sizeof packet / 4,
104 return packet.scene;
112 struct scene_packet packet; local
114 packet.header.dwords = sizeof packet / 4;
115 packet.header.data24 = 0;
116 packet
[all...]
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c78 * packet -- a PPPoE packet
83 * Dumps the PPPoE packet to fp in an easy-to-read format
86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) argument
88 int len = ntohs(packet->length);
97 UINT16_t type = etherType(packet);
113 switch(packet->code) {
123 (int) ntohs(packet->session),
130 (unsigned) packet->ethHdr.h_source[0],
131 (unsigned) packet
[all...]
/external/smack/src/org/jivesoftware/smack/filter/
H A DAndFilter.java23 import org.jivesoftware.smack.packet.Packet;
29 * Implements the logical AND operation over two or more packet filters.
67 * Adds a filter to the filter list for the AND operation. A packet
79 public boolean accept(Packet packet) { argument
81 if (!filter.accept(packet)) {
H A DOrFilter.java23 import org.jivesoftware.smack.packet.Packet;
26 * Implements the logical OR operation over two or more packet filters. In
55 * @param filter1 the first packet filter.
56 * @param filter2 the second packet filter.
69 * Adds a filter to the filter list for the OR operation. A packet
91 public boolean accept(Packet packet) { argument
93 if (filters[i].accept(packet)) {
/external/smack/src/org/jivesoftware/smack/packet/
H A DBind.java21 package org.jivesoftware.smack.packet;
24 * IQ packet used by Smack to bind a resource and to obtain the jid assigned by the server.
25 * There are two ways to bind a resource. One is simply sending an empty Bind packet where the
H A DDefaultPacketExtension.java21 package org.jivesoftware.smack.packet;
28 * instances of this class will be returned when getting packet extensions.<p>
54 * Creates a new generic packet extension.
65 * Returns the XML element name of the extension sub-packet root element.
67 * @return the XML element name of the packet extension.
74 * Returns the XML namespace of the extension sub-packet root element.
76 * @return the XML namespace of the packet extension.
97 * values of the packet extension.
109 * Returns a packet extension value given a name.
122 * Sets a packet extensio
[all...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DCloseListener.java21 import org.jivesoftware.smack.packet.IQ;
22 import org.jivesoftware.smack.packet.Packet;
23 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
39 /* packet filter for all In-Band Bytestream close requests */
52 public void processPacket(Packet packet) { argument
53 Close closeRequest = (Close) packet;
67 * Returns the packet filter for In-Band Bytestream close requests.
69 * @return the packet filter for In-Band Bytestream close requests
H A DDataListener.java20 import org.jivesoftware.smack.packet.Packet;
21 import org.jivesoftware.smackx.bytestreams.ibb.packet.Data;
25 * packet extension that don't belong to an existing session.
27 * If a data packet is received it looks if a stored In-Band Bytestream session
42 /* packet filter for all In-Band Bytestream data packets */
55 public void processPacket(Packet packet) { argument
56 Data data = (Data) packet;
65 * Returns the packet filter for In-Band Bytestream data packets.
67 * @return the packet filter for In-Band Bytestream data packets
H A DInitiationListener.java24 import org.jivesoftware.smack.packet.IQ;
25 import org.jivesoftware.smack.packet.Packet;
27 import org.jivesoftware.smackx.bytestreams.ibb.packet.Open;
46 /* packet filter for all In-Band Bytestream requests */
63 public void processPacket(final Packet packet) { argument
67 processRequest(packet);
72 private void processRequest(Packet packet) { argument
73 Open ibbRequest = (Open) packet;
85 // build bytestream request from packet
112 * Returns the packet filte
[all...]

Completed in 4465 milliseconds

1234567891011>>