Searched defs:packets (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/media/cast/net/rtp/
H A Dpacket_storage.cc26 const SendPacketVector& packets) {
27 if (packets.empty()) {
44 frames_.push_back(packets);
72 const SendPacketVector& packets = frames_[index_8bits]; local
73 return packets.empty() ? NULL : &packets;
25 StoreFrame(uint32 frame_id, const SendPacketVector& packets) argument
H A Dpacket_storage_unittest.cc23 // First frame has 1 packet, second frame has 2 packets, etc.
30 SendPacketVector packets; local
31 // First frame has 1 packet, second frame has 2 packets, etc.
35 packets.push_back(
40 storage->StoreFrame(first_frame_id, packets);
64 // packets.
83 // packets.
H A Drtp_packetizer.cc54 SendPacketVector packets; local
107 packets.push_back(make_pair(key, packet));
115 packet_storage_->StoreFrame(frame.frame_id, packets);
118 transport_->SendPackets(packets);
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DTranscript.java39 private List<Packet> packets; field in class:Transcript
48 this.packets = new ArrayList<Packet>();
52 * Creates a new transcript for the given sessionID and list of packets. The list of packets
56 * @param packets the list of messages and presences send to the room.
58 public Transcript(String sessionID, List<Packet> packets) { argument
60 this.packets = packets;
79 return Collections.unmodifiableList(packets);
89 for (Iterator<Packet> it=packets
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrShaderProgram.cpp215 void ShaderProgram::shadePrimitives (rr::GeometryEmitter& output, int verticesIn, const rr::PrimitivePacket* packets, const int numPackets, int invocationID) const argument
218 DE_UNREF(verticesIn && packets && numPackets && invocationID);
/external/chromium_org/third_party/opus/src/src/
H A Drepacketizer_demo.c62 unsigned char packets[48][1500]; local
140 err = fread(packets[i], 1, len[i], fin);
146 err = opus_repacketizer_cat(rp, packets[i], len[i]);
/external/eigen/test/eigen2/
H A Deigen2_packetmath.cpp51 EIGEN_ALIGN_128 Packet packets[PacketSize*2]; local
76 packets[0] = ei_pload(data1);
77 packets[1] = ei_pload(data1+PacketSize);
78 if (offset==0) ei_palign<0>(packets[0], packets[1]);
79 else if (offset==1) ei_palign<1>(packets[0], packets[1]);
80 else if (offset==2) ei_palign<2>(packets[0], packets[1]);
81 else if (offset==3) ei_palign<3>(packets[
[all...]
/external/iproute2/include/linux/
H A Dgen_stats.h19 * @packets: number of seen packets
23 __u32 packets; member in struct:gnet_stats_basic
27 __u32 packets; member in struct:gnet_stats_basic_packed
44 * @drops: number of dropped packets
/external/iptables/include/linux/netfilter/
H A Dxt_set.h69 struct ip_set_counter_match packets; member in struct:xt_set_info_match_v3
/external/kernel-headers/original/uapi/linux/
H A Dgen_stats.h20 * @packets: number of seen packets
24 __u32 packets; member in struct:gnet_stats_basic
28 __u32 packets; member in struct:gnet_stats_basic_packed
55 * @drops: number of dropped packets
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_set.h69 struct ip_set_counter_match packets; member in struct:xt_set_info_match_v3
/external/libnl/include/linux/
H A Dgen_stats.h16 * @packets: number of seen packets
21 __u32 packets; member in struct:gnet_stats_basic
37 * @drops: number of dropped packets
/external/libopus/src/
H A Drepacketizer_demo.c62 unsigned char packets[48][1500]; local
140 err = fread(packets[i], 1, len[i], fin);
146 err = opus_repacketizer_cat(rp, packets[i], len[i]);
/external/chromium_org/media/cast/logging/
H A Dlogging_impl.cc84 const PacketList& packets) {
86 for (PacketList::const_iterator it = packets.begin(); it != packets.end();
81 InsertPacketListEvent(const base::TimeTicks& time_of_event, CastLoggingEvent event, EventMediaType event_media_type, const PacketList& packets) argument
/external/chromium_org/media/formats/mp2t/
H A Des_parser_test_base.cc91 void EsParserTestBase::ComputePacketSize(std::vector<Packet>* packets) { argument
92 DCHECK(packets);
93 if (packets->size() == 0u)
96 Packet* cur = &(*packets)[0];
97 for (size_t k = 0; k < packets->size() - 1; k++) {
98 Packet* next = &(*packets)[k + 1];
/external/chromium_org/net/quic/
H A Dquic_unacked_packet_map_test.cc38 void VerifyInFlightPackets(QuicPacketSequenceNumber* packets, argument
49 ASSERT_TRUE(unacked_packets_.IsUnacked(packets[0]));
50 EXPECT_TRUE(unacked_packets_.GetTransmissionInfo(packets[0]).in_flight);
53 ASSERT_TRUE(unacked_packets_.IsUnacked(packets[i]));
54 EXPECT_TRUE(unacked_packets_.GetTransmissionInfo(packets[i]).in_flight);
66 void VerifyUnackedPackets(QuicPacketSequenceNumber* packets, argument
76 EXPECT_TRUE(unacked_packets_.IsUnacked(packets[i])) << packets[i];
81 void VerifyRetransmittablePackets(QuicPacketSequenceNumber* packets, argument
93 EXPECT_TRUE(unacked_packets_.HasRetransmittableFrames(packets[
94 << " packets[" << i << "]:" << packets[i]; local
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc75 // Add more incoming packets and verify that they are registered in both
239 uint32_t packets,
246 EXPECT_EQ(packets, stats_.packets);
235 ExpectMatches(uint32_t num_calls, uint32_t ssrc, uint32_t bytes, uint32_t padding, uint32_t packets, uint32_t retransmits, uint32_t fec) argument
H A Dfec_receiver_unittest.cc95 void DeletePackets(std::list<Packet*>* packets) { argument
96 while (!packets->empty()) {
97 delete packets->front();
98 packets->pop_front();
135 // Drop both media packets.
240 // 1 frame with 2 media packets and one FEC packet. One media packet missing.
258 // Fill the FEC decoder. No packets should be dropped.
284 // 1 frame with 2 media packets and one FEC packet. One media packet missing.
329 // 49 frames with 2 media packets and one FEC packet. All media packets
[all...]
/external/tcpdump/
H A Dprint-cnfp.c70 u_int32_t packets; member in struct:nfrec
187 EXTRACT_32BITS(&nr->packets),
/external/chromium_org/media/cast/net/pacing/
H A Dpaced_sender.cc20 // bursts of packets.
24 // "Impossible" upper-bound on the maximum number of packets that should ever be
96 bool PacedSender::SendPackets(const SendPacketVector& packets) { argument
97 if (packets.empty()) {
100 const bool high_priority = IsHighPriority(packets.begin()->first);
101 for (size_t i = 0; i < packets.size(); i++) {
102 DCHECK(IsHighPriority(packets[i].first) == high_priority);
104 priority_packet_list_[packets[i].first] =
105 make_pair(PacketType_Normal, packets[i].second);
107 packet_list_[packets[
144 ResendPackets(const SendPacketVector& packets, const DedupInfo& dedup_info) argument
[all...]
H A Dpaced_sender_unittest.cc90 SendPacketVector packets; local
109 packets.push_back(std::make_pair(key, packet));
111 return packets;
142 SendPacketVector packets = CreateSendPacketVector(kSize1, 1, true); local
144 EXPECT_TRUE(paced_sender_->SendPackets(packets));
145 EXPECT_TRUE(paced_sender_->ResendPackets(packets, DedupInfo()));
156 SendPacketVector packets = CreateSendPacketVector(kSize1, local
161 EXPECT_TRUE(paced_sender_->SendPackets(packets));
170 // If we call process too early make sure we don't send any packets.
180 // Check that we don't get any more packets
453 SendPacketVector packets = CreateSendPacketVector(kSize1, 1, true); local
[all...]
/external/chromium_org/media/cast/test/utility/
H A Dtap_proxy.cc150 double packets = packet_data_.back()- packet_data_.front(); local
151 return packets / time_range().InSecondsF();
203 fprintf(stderr, "Sending : %5.2f / %5.2f mbps %6.2f / %6.2f packets / s\n",
208 fprintf(stderr, "Receiving: %5.2f / %5.2f mbps %6.2f / %6.2f packets / s\n",
H A Dudp_proxy_main.cc46 double packets = packet_data_.back()- packet_data_.front(); local
47 return packets / time_range().InSecondsF();
99 fprintf(stderr, "Sending : %5.2f / %5.2f mbps %6.2f / %6.2f packets / s\n",
104 fprintf(stderr, "Receiving: %5.2f / %5.2f mbps %6.2f / %6.2f packets / s\n",
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakenetworkinterface.h46 // Fake NetworkInterface that sends/receives RTP/RTCP packets.
61 // Conference mode is a mode where instead of simply forwarding the packets,
93 int packets = 0; local
94 GetNumRtpBytesAndPackets(ssrc, NULL, &packets);
95 return packets;
215 void GetNumRtpBytesAndPackets(uint32 ssrc, int* bytes, int* packets) { argument
219 if (packets) {
220 *packets = 0;
232 if (packets) {
233 ++(*packets);
[all...]
/external/deqp/framework/referencerenderer/
H A DrrShaders.hpp96 * Vertex shaders execute shading for set of vertex packets. See VertexPacket
104 virtual void shadeVertices (const VertexAttrib* inputs, VertexPacket* const* packets, const int numPackets) const = 0;
119 * Fragment shader executes shading for list of fragment packets. See
130 virtual void shadeFragments (FragmentPacket* packets, const int numPackets, const FragmentShadingContext& context) const = 0; // \note numPackets must be greater than zero.
168 * Geometry shader executes a list of primitive packets and outputs
169 * a new set of vertex packets for new primitives.
181 virtual void shadePrimitives (GeometryEmitter& output, int verticesIn, const PrimitivePacket* packets, const int numPackets, int invocationID) const = 0;
208 void shadeVertices (const VertexAttrib* inputs, VertexPacket* packets, const int numPackets) const;
215 void VertexShaderLoop<Shader>::shadeVertices (const VertexAttrib* inputs, VertexPacket* packets, const int numPackets) const argument
218 m_shader.shadeVertex(inputs, packets[nd
234 shadeFragments(FragmentPacket* packets, const int numPackets) const argument
[all...]

Completed in 432 milliseconds

1234