Searched defs:packet (Results 151 - 175 of 509) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dfec_receiver_impl.cc79 // Add to list without RED header, aka a virtual RTP packet
116 // more than 2 blocks in packet not supported
122 // block length longer than packet
212 // Send received media packet to VCM.
214 ForwardErrorCorrection::Packet* packet = local
217 if (!recovered_packet_callback_->OnRecoveredPacket(packet->data,
218 packet->length)) {
235 ForwardErrorCorrection::Packet* packet = (*it)->pkt; local
237 if (!recovered_packet_callback_->OnRecoveredPacket(packet->data,
238 packet
[all...]
H A Dproducer_fec_unittest.cc24 RedPacket* packet,
26 EXPECT_GT(packet->length(), static_cast<int>(kRtpHeaderSize));
27 EXPECT_TRUE(packet->data() != NULL);
28 uint8_t* data = packet->data();
68 producer_->SetFecParameters(&params, 0); // Expecting one FEC packet.
80 RedPacket* packet = producer_->GetFecPacket(kRedPayloadType, local
85 ASSERT_TRUE(packet != NULL);
87 kRedPayloadType, kFecPayloadType, packet, false);
92 delete packet;
108 producer_->SetFecParameters(&params, 0); // Expecting one FEC packet
20 VerifyHeader(uint16_t seq_num, uint32_t timestamp, int red_pltype, int fec_pltype, RedPacket* packet, bool marker_bit) argument
123 RedPacket* packet = producer_->GetFecPacket(kRedPayloadType, local
140 RtpPacket* packet = generator_->NextPacket(0, 10); local
[all...]
H A Drtcp_format_remb_unittest.cc37 const void *packet,
39 RTCPUtility::RTCPParserV2 rtcpParser((uint8_t*)packet,
36 SendRTCPPacket(int , const void *packet, int packetLength) argument
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
H A Dstream_generator.cc18 #include "webrtc/modules/video_coding/main/source/packet.h"
69 VCMPacket packet; local
70 packet.seqNum = sequence_number;
71 packet.timestamp = timestamp;
72 packet.frameType = type;
73 packet.isFirstPacket = first_packet;
74 packet.markerBit = marker_bit;
75 packet.sizeBytes = size;
76 packet.dataPtr = packet_buffer;
77 if (packet
86 PopPacket(VCMPacket* packet, int index) argument
96 GetPacket(VCMPacket* packet, int index) argument
105 NextPacket(VCMPacket* packet) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dmt_test_common.cc55 // Insert outgoing packet into list
61 // Simulate receive time = network delay + packet jitter
77 RtpPacket* packet = NULL; local
83 // Take first packet in list
84 packet = _rtpPackets.front();
85 int64_t timeToReceive = packet->receiveTime - now;
96 if (!parser->Parse(packet->data, packet->length, &header)) {
97 delete packet;
105 if (!rtp_receiver_->IncomingRtpPacket(header, packet
[all...]
/external/dhcpcd/
H A Dbpf.c160 * So we pass the buffer in the API so we can loop on >1 packet. */
166 struct bpf_hdr packet; local
183 else if ((size_t)bytes < sizeof(packet))
189 memcpy(&packet, iface->buffer + iface->buffer_pos,
190 sizeof(packet));
191 if (packet.bh_caplen != packet.bh_datalen)
192 goto next; /* Incomplete packet, drop. */
193 if (iface->buffer_pos + packet.bh_caplen + packet
[all...]
/external/eigen/Eigen/src/Core/
H A DCwiseUnaryOp.h107 EIGEN_STRONG_INLINE PacketScalar packet(Index rowId, Index colId) const function in class:Eigen::CwiseUnaryOpImpl
109 return derived().functor().packetOp(derived().nestedExpression().template packet<LoadMode>(rowId, colId));
118 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const function in class:Eigen::CwiseUnaryOpImpl
120 return derived().functor().packetOp(derived().nestedExpression().template packet<LoadMode>(index));
H A DFlagged.h89 inline const PacketScalar packet(Index row, Index col) const function in class:Eigen::Flagged
91 return m_matrix.template packet<LoadMode>(row, col);
101 inline const PacketScalar packet(Index index) const function in class:Eigen::Flagged
103 return m_matrix.template packet<LoadMode>(index);
H A DForceAlignedAccess.h18 * \brief Enforce aligned packet loads and stores regardless of what is requested
20 * \param ExpressionType the type of the object of which we are forcing aligned packet access
70 inline const PacketScalar packet(Index row, Index col) const function in class:Eigen::ForceAlignedAccess
72 return m_expression.template packet<Aligned>(row, col);
82 inline const PacketScalar packet(Index index) const function in class:Eigen::ForceAlignedAccess
84 return m_expression.template packet<Aligned>(index);
H A DNestByValue.h71 inline const PacketScalar packet(Index row, Index col) const function in class:Eigen::NestByValue
73 return m_expression.template packet<LoadMode>(row, col);
83 inline const PacketScalar packet(Index index) const function in class:Eigen::NestByValue
85 return m_expression.template packet<LoadMode>(index);
/external/flac/libFLAC/
H A Dogg_encoder_aspect.c94 * packet. The packet is prefixed with
95 * + the one-byte packet type 0x7F
99 * - The first packet is flushed to the first page.
100 * - Each subsequent metadata block goes into its own packet.
101 * - Each metadata packet is flushed to page (this is not required,
104 * - Each subsequent FLAC audio frame goes into its own packet.
120 * Treat fLaC magic packet specially. We will note when we see it, then
121 * wait until we get the STREAMINFO and prepend it in that packet
124 ogg_packet packet; local
[all...]
/external/libvorbis/doc/
H A D08-residue.tex16 residue vectors into the bitstream packet, and then reconstructs the
231 An end-of-packet condition at any point in header decode renders the
241 \subsubsection{packet decode}
243 Format 0 and 1 packet decode is identical except for specific
244 partition interleave. Format 2 packet decode can be built out of the
302 9) [temp] = read from packet using codebook [residue_classbook] in scalar context
344 An end-of-packet condition during packet decode is to be considered a
367 3) vector [entry_temp] = read vector from packet using current codebook in VQ context
400 2) vector [entry_temp] = read vector from packet usin
[all...]
/external/smack/src/org/jivesoftware/smack/
H A DPacketReader.java24 import org.jivesoftware.smack.packet.*;
37 * Listens for XML traffic from the XMPP server and parses it into packet objects.
38 * The packet reader also invokes all packet listeners and collectors.<p>
92 * Starts the packet reader thread and returns once a connection to the server
123 * Shuts the packet reader down.
146 * Cleans up all resources used by the packet reader.
189 // the connectionID lock so that the packet reader startup can finish.
307 * Processes a packet after it's been fully parsed by looping through the installed
308 * packet collector
313 processPacket(Packet packet) argument
417 private Packet packet; field in class:PacketReader.ListenerNotification
419 ListenerNotification(Packet packet) argument
[all...]
H A DPacketWriter.java23 import org.jivesoftware.smack.packet.Packet;
50 * Creates a new packet writer with the specified connection.
78 * Sends the specified packet to the server.
80 * @param packet the packet to send.
82 public void sendPacket(Packet packet) { argument
84 // Invoke interceptors for the new packet that is about to be sent. Interceptors
85 // may modify the content of the packet.
86 connection.firePacketInterceptors(packet);
89 queue.put(packet);
[all...]
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java21 package org.jivesoftware.smack.packet;
26 * The base IQ (Info/Query) packet. IQ packets are used to get and set information
28 * accounts. Each IQ packet has a specific type that indicates what type of action
33 * type of IQ packet it is. Some example IQ subpacket snippets:<ul>
55 * Returns the type of the IQ packet.
57 * @return the type of the IQ packet.
64 * Sets the type of the IQ packet.
66 * @param type the type of the IQ packet.
100 // Add the error sub-packet, if there is one.
110 * Returns the sub-element XML section of the IQ packet, o
[all...]
H A DRegistration.java21 package org.jivesoftware.smack.packet;
150 // Add packet extensions, if any are defined.
/external/smack/src/org/jivesoftware/smackx/
H A DMultipleRecipientManager.java25 import org.jivesoftware.smack.packet.Message;
26 import org.jivesoftware.smack.packet.Packet;
29 import org.jivesoftware.smackx.packet.DiscoverInfo;
30 import org.jivesoftware.smackx.packet.DiscoverItems;
31 import org.jivesoftware.smackx.packet.MultipleAddresses;
53 * Sends the specified packet to the list of specified recipients using the
55 * packet is going to be sent to the server with the multiple recipient instructions.
57 * the packet to each recipient.
59 * @param connection the connection to use to send the packet.
60 * @param packet th
70 send(Connection connection, Packet packet, List<String> to, List<String> cc, List<String> bcc) argument
98 send(Connection connection, Packet packet, List<String> to, List<String> cc, List<String> bcc, String replyTo, String replyRoom, boolean noReply) argument
198 getMultipleRecipientInfo(Packet packet) argument
204 sendToIndividualRecipients(Connection connection, Packet packet, List<String> to, List<String> cc, List<String> bcc) argument
229 sendThroughService(Connection connection, Packet packet, List<String> to, List<String> cc, List<String> bcc, String replyTo, String replyRoom, boolean noReply, String serviceAddress) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DIBBTransferNegotiator.java31 import org.jivesoftware.smack.packet.IQ;
32 import org.jivesoftware.smack.packet.Packet;
36 import org.jivesoftware.smackx.bytestreams.ibb.packet.Open;
37 import org.jivesoftware.smackx.packet.StreamInitiation;
129 public boolean accept(Packet packet) { argument
130 if (super.accept(packet)) {
131 Open bytestream = (Open) packet;
133 // packet must by of type SET and contains the given session ID
H A DSocks5TransferNegotiator.java27 import org.jivesoftware.smack.packet.IQ;
28 import org.jivesoftware.smack.packet.Packet;
32 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
33 import org.jivesoftware.smackx.packet.StreamInitiation;
140 public boolean accept(Packet packet) { argument
141 if (super.accept(packet)) {
142 Bytestream bytestream = (Bytestream) packet;
144 // packet must by of type SET and contains the given session ID
/external/smack/src/org/jivesoftware/smackx/packet/
H A DDiscoverItems.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
33 * A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items
H A DMUCAdmin.java21 package org.jivesoftware.smackx.packet;
27 import org.jivesoftware.smack.packet.IQ;
30 * IQ packet that serves for kicking users, granting and revoking voice, banning users,
74 // Add packet extensions, if any are defined.
H A DMUCInitialPresence.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
H A DTime.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
32 * A Time IQ packet, which is used by XMPP clients to exchange their respective local
44 * // Create a packet collector to listen for a response.
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPubSubManager.java22 import org.jivesoftware.smack.packet.IQ.Type;
23 import org.jivesoftware.smack.packet.Packet;
24 import org.jivesoftware.smack.packet.PacketExtension;
28 import org.jivesoftware.smackx.packet.DiscoverInfo;
29 import org.jivesoftware.smackx.packet.DiscoverItems;
30 import org.jivesoftware.smackx.pubsub.packet.PubSub;
31 import org.jivesoftware.smackx.pubsub.packet.PubSubNamespace;
32 import org.jivesoftware.smackx.pubsub.packet.SyncPacketSend;
317 static Packet sendPubsubPacket(Connection con, String to, Type type, PubSub packet) argument
320 return sendPubsubPacket(con, to, type, packet, nul
323 sendPubsubPacket(Connection con, String to, Type type, PubSub packet, PubSubNamespace ns) argument
[all...]
/external/smack/src/org/jivesoftware/smackx/receipts/
H A DDeliveryReceiptManager.java30 import org.jivesoftware.smack.packet.Message;
31 import org.jivesoftware.smack.packet.Packet;
33 import org.jivesoftware.smackx.packet.DiscoverInfo;
106 public void processPacket(Packet packet) { argument
107 DeliveryReceipt dr = (DeliveryReceipt)packet.getExtension(
112 l.onReceiptReceived(packet.getFrom(), packet.getTo(), dr.getId());
119 DeliveryReceiptRequest drr = (DeliveryReceiptRequest)packet.getExtension(
122 Message ack = new Message(packet.getFrom(), Message.Type.normal);
123 ack.addExtension(new DeliveryReceipt(packet
[all...]

Completed in 1695 milliseconds

1234567891011>>