HomeSort by relevance Sort by last modified time
    Searched refs:Packet (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 116 typedef typename internal::packet_traits<Scalar>::type Packet;
117 const int PacketSize = sizeof(Packet)/sizeof(Scalar);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database_unittest.cc 167 // Create packet with payload type |i|. The last packet will have a payload
169 Packet* packet = new Packet; local
170 packet->header.payloadType = i;
171 packet_list.push_back(packet);
174 // Expect to return false, since the last packet is of an unknown type.
neteq_impl.cc 40 #include "webrtc/modules/audio_coding/neteq/packet.h"
294 // Sum up the samples in the packet buffer with the future length of the sync
368 // RTP packet.
463 LOG_F(LS_ERROR) << "Sync-packet with an unacceptable payload type "
470 // Even if |current_rtp_payload_type_| is 0xFF, sync-packet isn't
473 << "Changing codec, SSRC or first packet with sync-packet.";
480 // Convert to Packet.
481 // Create |packet| within this separate scope, since it should not be used
482 // directly once it's been inserted in the packet list. This way, |packet
484 Packet* packet = new Packet; local
1207 const Packet* packet = packet_list->front(); local
1347 Packet* packet = NULL; local
1652 Packet* packet = packet_list->front(); local
1864 Packet* packet = packet_buffer_->GetNextPacket(&discard_count); local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 35 * This base class represents JDWP packet.
37 public class Packet {
83 public Packet() {
89 * A constructor that creates Packet from array of bytes including header
92 * @param p array of bytes for new packet.
94 public Packet(byte p[]) {
98 "Packet creation error: size of packet = " + length
109 * Gets the length value of the header of the Packet.
111 * @return the length value of the header of the Packet
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 36 #include "webrtc/modules/audio_coding/neteq/tools/packet.h"
220 << "Last encoded packet was " << last_length << " bytes.";
258 // simulate packet loss and check if PLC and PLC-to-CNG statistics are
284 // Simulate packet-loss. NetEq first performs PLC then PLC fades to CNG.
314 // Checks that the transport callback is invoked once for each speech packet.
387 << "Last encoded packet was " << last_length << " bytes.";
394 // produced a packet, and once every 100 ms the frame should be non-empty,
600 // receiving part. Depending on timing, it may happen that the same RTP packet
623 // Generate one packet to have something to insert.
629 // Set |last_packet_number_| to one less that |num_calls| so that the packet
1152 test::Packet* packet = send_test_->NextPacket(); variable
    [all...]
  /external/eigen/Eigen/src/Core/
SelfCwiseBinaryOp.h 25 * aligned packet loads.
53 typedef typename internal::packet_traits<Scalar>::type Packet;
113 m_functor.packetOp(m_matrix.template packet<StoreMode>(row, col),_other.template packet<LoadMode>(row, col)) );
122 m_functor.packetOp(m_matrix.template packet<StoreMode>(index),_other.template packet<LoadMode>(index)) );
  /external/libpcap/
pcap-int.h 154 LPPACKET Packet;
169 int break_loop; /* flag set to force break from packet-reading loop */
309 bpf_u_int32 len; /* length this packet (off wire) */
325 bpf_u_int32 len; /* length this packet (off wire) */
371 * Does the packet count argument to a module's read routine say
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 38 for (Packet* packet : queue_)
39 delete packet;
57 in_out->merge(to_process, DereferencingComparator<Packet>);
66 // in the packet list and only doing the binary search + splice once for a
81 queue_.merge(*batch, DereferencingComparator<Packet>);
93 batch->merge(to_transfer, DereferencingComparator<Packet>);
110 for (Packet* packet : packets_)
111 delete packet;
    [all...]
bwe_test_framework_unittest.cc 17 #include "webrtc/modules/remote_bitrate_estimator/test/packet.h"
28 const MediaPacket* packet = static_cast<const MediaPacket*>(*it); local
31 packet->header().sequenceNumber)) {
54 // ...remove the out-of-order packet, insert another in-order packet.
60 for (auto* packet : packets)
61 delete packet;
79 // ...remove the out-of-order packet, insert another in-order packet.
85 for (auto* packet : packets
618 const Packet* packet = output_packets_.front(); local
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPTestCase.java 33 import org.apache.harmony.jpda.tests.framework.jdwp.Packet;
263 * @return reply packet
285 CommandPacket packet = new CommandPacket( local
288 packet.setNextValueAsClassID(classID);
289 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
330 CommandPacket packet = new CommandPacket( local
333 packet.setNextValueAsString(signature);
334 ReplyPacket reply = debuggeeWrapper.vmMirror.performCommand(packet);
359 CommandPacket packet = new CommandPacket( local
362 packet.setNextValueAsString(signature)
385 CommandPacket packet = new CommandPacket( local
402 CommandPacket packet = new CommandPacket( local
420 CommandPacket packet = new CommandPacket( local
917 CommandPacket packet = new CommandPacket( local
952 CommandPacket packet = new CommandPacket( local
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc 120 rtc::TestClient::Packet* packet = local
122 if (packet) {
123 rtc::ByteBuffer buf(packet->buf, packet->size);
126 delete packet;
132 rtc::TestClient::Packet* packet = local
134 if (packet) {
135 raw = std::string(packet->buf, packet->size)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_utility.h 368 const RTCPPacket& Packet() const;
381 State_TopLevel, // Top level packet
rtp_sender_video.cc 34 ForwardErrorCorrection::Packet* pkt;
113 LOG(LS_WARNING) << "Failed to send video packet " << seq_num;
159 LOG(LS_WARNING) << "Failed to send RED packet " << media_seq_num;
171 LOG(LS_WARNING) << "Failed to send FEC packet "
281 // Set marker bit true if this is the last packet in frame.
288 // onto the last RTP packet in each group of packets which make up a key
291 // packet in each group of packets which make up another type of frame
294 // Here we are adding it to every packet of every frame at this point.
  /system/connectivity/shill/shims/
netfilter_queue_processor_unittest.cc 80 NetfilterQueueProcessor::Packet packet_;
126 // Add a listener for an outgoing UDP packet.
138 // Add a second listener for a newer outgoing UDP packet to a different port.
154 // Resending the first packet should simply swap the two entries, and update
195 // An incomng packet received before a listener is present wll be rejected.
210 // Packet is not UDP.
215 // Packet arrives on the wrong interface.
220 // Packet arrives addressed to a multicast address. Ensure that since
230 // Packet arrives addressed to an address other than the address associated
231 // with the outgoing packet
    [all...]
  /external/eigen/Eigen/src/Core/products/
GeneralBlockPanelKernel.h 69 * - the number of scalars that fit into a packet (when vectorization is enabled).
81 // e.g., each coefficient is replicated to fit a packet. This small vertical panel has to
139 * storing each res packet into two packets (2x2),
    [all...]
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 190 // If we have a single large record to put in the packet, then we allow the packet to be up to 9K bytes,
205 // The PutRR_OS variants assume a local variable 'm', put build the packet at m->omsg,
256 #pragma mark - Packet Sending Functions
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 170 Packet.lib wpcap.lib \
  /external/webrtc/webrtc/call/
call_perf_tests.cc 65 Action OnSendRtcp(const uint8_t* packet, size_t length) override {
66 RTCPUtility::RTCPParserV2 parser(packet, length, true);
73 const RTCPUtility::RTCPPacket& packet = parser.Packet(); variable
75 packet.SR.NTPMostSignificant,
76 packet.SR.NTPLeastSignificant,
77 packet.SR.RTPTimestamp);
203 const uint8_t* packet,
209 if (parser_->IsRtcp(packet, length)) {
210 ret = voe_network_->ReceivedRTCPPacket(channel_, packet, length)
    [all...]
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 97 Action OnSendRtcp(const uint8_t* packet, size_t length) override {
98 RTCPUtility::RTCPParserV2 parser(packet, length, true);
104 EXPECT_EQ(parser.Packet().CName.CName, kCName);
137 Action OnSendRtp(const uint8_t* packet, size_t length) override {
139 EXPECT_TRUE(parser_->Parse(packet, length, &header));
160 EXPECT_TRUE(Wait()) << "Timed out while waiting for single RTP packet.";
179 Action OnSendRtp(const uint8_t* packet, size_t length) override {
181 EXPECT_TRUE(parser_->Parse(packet, length, &header));
203 EXPECT_TRUE(Wait()) << "Timed out while waiting for a single RTP packet.";
223 Action OnSendRtp(const uint8_t* packet, size_t length) override
    [all...]
  /external/libvorbis/doc/
06-floor0.tex 27 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
56 Packet decode proceeds as follows:
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],
07-floor1.tex 33 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}
169 Packet decode begins by checking the \varname{[nonzero]} flag:
199 12) [cval] = read from packet using codebook number
209 17) vector [floor1_Y] element ([j]+[offset]) = read from packet using codeboo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 

Completed in 1142 milliseconds

1 2 3 45 6