Home
last modified time | relevance | path

Searched refs:Packet (Results 1 – 25 of 173) sorted by relevance

1234567

/external/eigen/Eigen/src/Core/
DGenericPacketMath.h94 template<typename Packet> inline Packet
95 padd(const Packet& a, in padd()
96 const Packet& b) { return a+b; } in padd()
99 template<typename Packet> inline Packet
100 psub(const Packet& a, in psub()
101 const Packet& b) { return a-b; } in psub()
104 template<typename Packet> inline Packet
105 pnegate(const Packet& a) { return -a; } in pnegate()
108 template<typename Packet> inline Packet
109 pconj(const Packet& a) { return numext::conj(a); } in pconj()
[all …]
DFunctors.h27 template<typename Packet>
28 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const in packetOp()
30 template<typename Packet>
31 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const in predux()
55 template<typename Packet>
56 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const
58 template<typename Packet>
59 EIGEN_STRONG_INLINE const result_type predux(const Packet& a) const
87 template<typename Packet>
88 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const
[all …]
/external/webrtc/webrtc/test/
Drtcp_packet_parser.cc32 sender_report_.Set(parser.Packet().SR); in Parse()
35 receiver_report_.Set(parser.Packet().RR); in Parse()
38 report_block_.Set(parser.Packet().ReportBlockItem); in Parse()
39 ++report_blocks_per_ssrc_[parser.Packet().ReportBlockItem.SSRC]; in Parse()
45 sdes_chunk_.Set(parser.Packet().CName); in Parse()
48 bye_.Set(parser.Packet().BYE); in Parse()
51 app_.Set(parser.Packet().APP); in Parse()
54 app_item_.Set(parser.Packet().APP); in Parse()
60 ij_item_.Set(parser.Packet().ExtendedJitterReportItem); in Parse()
63 pli_.Set(parser.Packet().PLI); in Parse()
[all …]
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h30 typedef typename packet_traits<Scalar>::type Packet; in sparselu_gemm() typedef
74 Packet b00, b10, b20, b30, b01, b11, b21, b31; in sparselu_gemm()
75 b00 = pset1<Packet>(Bc0[0]); in sparselu_gemm()
76 b10 = pset1<Packet>(Bc0[1]); in sparselu_gemm()
77 if(RK==4) b20 = pset1<Packet>(Bc0[2]); in sparselu_gemm()
78 if(RK==4) b30 = pset1<Packet>(Bc0[3]); in sparselu_gemm()
79 b01 = pset1<Packet>(Bc1[0]); in sparselu_gemm()
80 b11 = pset1<Packet>(Bc1[1]); in sparselu_gemm()
81 if(RK==4) b21 = pset1<Packet>(Bc1[2]); in sparselu_gemm()
82 if(RK==4) b31 = pset1<Packet>(Bc1[3]); in sparselu_gemm()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java44 protected ParsedEvent(byte suspendPolicy, Packet packet, byte eventKind) { in ParsedEvent()
88 protected EventThread(byte suspendPolicy, Packet packet, byte eventKind) { in EventThread()
114 protected EventThreadLocation(byte suspendPolicy, Packet packet, in EventThreadLocation()
142 protected EventThreadMonitor(byte suspendPolicy, Packet packet, in EventThreadMonitor()
175 private Event_VM_START(byte suspendPolicy, Packet packet) { in Event_VM_START()
191 private Event_SINGLE_STEP(byte suspendPolicy, Packet packet) { in Event_SINGLE_STEP()
207 private Event_BREAKPOINT(byte suspendPolicy, Packet packet) { in Event_BREAKPOINT()
223 private Event_METHOD_ENTRY(byte suspendPolicy, Packet packet) { in Event_METHOD_ENTRY()
239 private Event_METHOD_EXIT(byte suspendPolicy, Packet packet) { in Event_METHOD_EXIT()
257 private Event_METHOD_EXIT_WITH_RETURN_VALUE(byte suspendPolicy, Packet packet) { in Event_METHOD_EXIT_WITH_RETURN_VALUE()
[all …]
DReplyPacket.java28 import org.apache.harmony.jpda.tests.framework.jdwp.Packet;
33 public class ReplyPacket extends Packet {
57 Packet.SHORT_SIZE); in ReplyPacket()
89 Packet.SHORT_SIZE); in toBytesArray()
/external/eigen/Eigen/src/Core/products/
DCoeffBasedProduct.h34 template<int StorageOrder, int UnrollingIndex, typename Lhs, typename Rhs, typename Packet, int Loa…
284 template<int UnrollingIndex, typename Lhs, typename Rhs, typename Packet>
291 …product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs,…
296 template<typename Lhs, typename Rhs, typename Packet>
297 struct product_coeff_vectorized_unroller<0, Lhs, Rhs, Packet>
319 typedef typename Lhs::PacketScalar Packet;
324 Packet pres;
325 …product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs,…
386 template<int UnrollingIndex, typename Lhs, typename Rhs, typename Packet, int LoadMode>
387 struct product_packet_impl<RowMajor, UnrollingIndex, Lhs, Rhs, Packet, LoadMode>
[all …]
DSelfadjointMatrixVector.h46 typedef typename packet_traits<Scalar>::type Packet; in run() typedef
47 const Index PacketSize = sizeof(Packet)/sizeof(Scalar); in run()
59 …conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMa… in run()
60 …conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMa… in run()
86 Packet ptmp0 = pset1<Packet>(t0); in run()
88 Packet ptmp1 = pset1<Packet>(t1); in run()
91 Packet ptmp2 = pset1<Packet>(t2); in run()
93 Packet ptmp3 = pset1<Packet>(t3); in run()
128 Packet A0i = ploadu<Packet>(a0It); a0It += PacketSize; in run()
129 Packet A1i = ploadu<Packet>(a1It); a1It += PacketSize; in run()
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dfec_receiver_unittest.cc40 void GenerateFEC(std::list<Packet*>* media_packets, in GenerateFEC()
41 std::list<Packet*>* fec_packets, in GenerateFEC()
51 std::list<Packet*>* media_packets) { in GenerateFrame()
78 void BuildAndAddRedFecPacket(Packet* packet) { in BuildAndAddRedFecPacket()
97 void DeletePackets(std::list<Packet*>* packets) { in DeletePackets()
107 std::list<Packet*> media_packets; in TEST_F()
109 std::list<Packet*> fec_packets; in TEST_F()
118 std::list<Packet*>::iterator fec_it = fec_packets.begin(); in TEST_F()
138 std::list<Packet*> media_packets; in InjectGarbagePacketLength()
140 std::list<Packet*> fec_packets; in InjectGarbagePacketLength()
[all …]
Dforward_error_correction.h40 class Packet {
42 Packet() : length(0), data(), ref_count_(0) {} in Packet() function
43 virtual ~Packet() {} in ~Packet()
95 rtc::scoped_refptr<Packet> pkt; // Pointer to the packet storage.
113 rtc::scoped_refptr<Packet> pkt; // Pointer to the packet storage.
116 typedef std::list<Packet*> PacketList;
287 static void XorPackets(const Packet* src_packet, RecoveredPacket* dst_packet);
306 std::vector<Packet> generated_fec_packets_;
Dfec_test_helper.h23 typedef ForwardErrorCorrection::Packet Packet; typedef
25 struct RtpPacket : public Packet {
45 RtpPacket* BuildFecRedPacket(const Packet* packet);
47 void SetRedHeader(Packet* red_packet, uint8_t payload_type,
/external/eigen/test/
Dpacketmath.cpp56 …internal::pstore(data2, POP(internal::pload<Packet>(data1), internal::pload<Packet>(data1+PacketSi…
63 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \
67 template<bool Cond,typename Packet>
71 inline Packet load(const T* from) const { return internal::pload<Packet>(from); } in load()
74 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); } in store()
77 template<typename Packet>
78 struct packet_helper<false,Packet>
88 packet_helper<COND,Packet> h; \
103 typedef typename internal::packet_traits<Scalar>::type Packet; in packetmath() typedef
110 EIGEN_ALIGN16 Packet packets[PacketSize*2]; in packetmath()
[all …]
/external/webrtc/webrtc/base/
Dtestclient.cc23 packets_ = new std::vector<Packet*>(); in TestClient()
54 TestClient::Packet* TestClient::NextPacket(int timeout_ms) { in NextPacket()
78 Packet* packet = NULL; in NextPacket()
91 Packet* packet = NextPacket(kTimeoutMs); in CheckNextPacket()
103 Packet* packet = NextPacket(kNoPacketTimeoutMs); in CheckNoPacket()
125 packets_->push_back(new Packet(remote_addr, buf, size)); in OnPacket()
132 TestClient::Packet::Packet(const SocketAddress& a, const char* b, size_t s) in Packet() function in rtc::TestClient::Packet
138 TestClient::Packet::Packet(const Packet& p) in Packet() function in rtc::TestClient::Packet
144 TestClient::Packet::~Packet() { in ~Packet()
Dtestclient.h25 struct Packet { struct
26 Packet(const SocketAddress& a, const char* b, size_t s);
27 Packet(const Packet& p);
28 virtual ~Packet();
63 Packet* NextPacket(int timeout_ms);
90 std::vector<Packet*>* packets_;
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket.h22 struct Packet { struct
31 Packet() in Packet() argument
46 bool operator==(const Packet& rhs) const {
52 bool operator!=(const Packet& rhs) const { return !operator==(rhs); }
53 bool operator<(const Packet& rhs) const {
79 bool operator>(const Packet& rhs) const { return rhs.operator<(*this); }
80 bool operator<=(const Packet& rhs) const { return !operator>(rhs); }
81 bool operator>=(const Packet& rhs) const { return !operator<(rhs); }
85 typedef std::list<Packet*> PacketList;
Dpayload_splitter.cc32 Packet* red_packet = (*it); in SplitRed()
52 Packet* new_packet = new Packet; in SplitRed()
129 Packet* packet = (*it); // Just to make the notation more intuitive. in SplitFec()
161 Packet* new_packet = new Packet; in SplitFec()
224 Packet* packet = (*it); // Just to make the notation more intuitive. in SplitAudio()
358 void PayloadSplitter::SplitBySamples(const Packet* packet, in SplitBySamples()
382 Packet* new_packet = new Packet; in SplitBySamples()
396 Packet* new_packet = new Packet; in SplitBySamples()
407 int PayloadSplitter::SplitByFrames(const Packet* packet, in SplitByFrames()
426 Packet* new_packet = new Packet; in SplitByFrames()
Dpacket_buffer_unittest.cc31 Packet* NextPacket(int payload_size_bytes);
52 Packet* PacketGenerator::NextPacket(int payload_size_bytes) { in NextPacket()
53 Packet* packet = new Packet; in NextPacket()
93 Packet* packet = gen.NextPacket(payload_len); in TEST()
116 Packet* packet = gen.NextPacket(payload_len); in TEST()
137 Packet* packet = gen.NextPacket(payload_len); in TEST()
146 Packet* packet = gen.NextPacket(payload_len); in TEST()
166 Packet* packet = gen.NextPacket(payload_len); in TEST()
202 Packet* packet = gen.NextPacket(payload_len); in TEST()
206 Packet* packet = gen.NextPacket(payload_len); in TEST()
[all …]
Dpacket_buffer.cc29 explicit NewTimestampIsLarger(const Packet* new_packet) in NewTimestampIsLarger()
32 bool operator()(Packet* packet) { in operator ()()
37 const Packet* new_packet_;
57 int PacketBuffer::InsertPacket(Packet* packet) { in InsertPacket()
113 Packet* packet = packet_list->front(); in InsertPacketList()
184 Packet* PacketBuffer::GetNextPacket(size_t* discard_count) { in GetNextPacket()
190 Packet* packet = buffer_.front(); in GetNextPacket()
253 Packet* packet = (*it); in NumSamplesInBuffer()
282 Packet* first_packet = packet_list->front(); in DeleteFirstPacket()
/external/eigen/Eigen/src/Jacobi/
DJacobi.h306 typedef typename packet_traits<Scalar>::type Packet; in apply_rotation_in_the_plane() typedef
332 const Packet pc = pset1<Packet>(c); in apply_rotation_in_the_plane()
333 const Packet ps = pset1<Packet>(s); in apply_rotation_in_the_plane()
334 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex,false> pcj; in apply_rotation_in_the_plane()
351 Packet xi = pload<Packet>(px); in apply_rotation_in_the_plane()
352 Packet yi = pload<Packet>(py); in apply_rotation_in_the_plane()
364 Packet xi = ploadu<Packet>(px); in apply_rotation_in_the_plane()
365 Packet xi1 = ploadu<Packet>(px+PacketSize); in apply_rotation_in_the_plane()
366 Packet yi = pload <Packet>(py); in apply_rotation_in_the_plane()
367 Packet yi1 = pload <Packet>(py+PacketSize); in apply_rotation_in_the_plane()
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket.h26 class Packet {
30 Packet();
31 Packet(int flow_id, int64_t send_time_us, size_t payload_size);
32 virtual ~Packet();
34 virtual bool operator<(const Packet& rhs) const;
41 virtual Packet::Type GetPacketType() const = 0;
64 class MediaPacket : public Packet {
86 virtual Packet::Type GetPacketType() const { return kMedia; } in GetPacketType()
98 class FeedbackPacket : public Packet {
103 : Packet(flow_id, this_send_time_us, 0), in FeedbackPacket()
[all …]
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dpacket.cc21 Packet::Packet(uint8_t* packet_memory, in Packet() function in webrtc::test::Packet
35 Packet::Packet(uint8_t* packet_memory, in Packet() function in webrtc::test::Packet
50 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) in Packet() function in webrtc::test::Packet
62 Packet::Packet(uint8_t* packet_memory, in Packet() function in webrtc::test::Packet
77 bool Packet::ExtractRedHeaders(std::list<RTPHeader*>* headers) const { in ExtractRedHeaders()
117 void Packet::DeleteRedHeaders(std::list<RTPHeader*>* headers) { in DeleteRedHeaders()
124 void Packet::ConvertHeader(WebRtcRTPHeader* copy_to) const { in ConvertHeader()
132 bool Packet::ParseHeader(const RtpHeaderParser& parser) { in ParseHeader()
149 void Packet::CopyToHeader(RTPHeader* destination) const { in CopyToHeader()
Dpacket.h29 class Packet {
37 Packet(uint8_t* packet_memory,
48 Packet(uint8_t* packet_memory,
58 Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms);
60 Packet(uint8_t* packet_memory,
65 virtual ~Packet() {} in ~Packet()
117 RTC_DISALLOW_COPY_AND_ASSIGN(Packet);
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dafter_initialization_fixture.h45 StorePacket(Packet::Rtp, data, len); in SendRtp()
50 StorePacket(Packet::Rtcp, data, len); in SendRtcp()
70 struct Packet { struct
73 Packet() : len(0) {} in Packet() argument
74 Packet(Type type, const void* data, size_t len) in Packet() argument
84 void StorePacket(Packet::Type type, in StorePacket() argument
89 packet_queue_.push_back(Packet(type, data, len)); in StorePacket()
110 Packet p; in SendPackets()
119 if (p.type == Packet::Rtp) { in SendPackets()
133 case Packet::Rtp: in SendPackets()
[all …]
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc40 struct Packet { struct
41 Packet(RtpPacketSender::Priority priority, in Packet() function
66 std::list<Packet>::iterator this_it; argument
71 bool operator()(const Packet* first, const Packet* second) { in operator ()()
98 void Push(const Packet& packet) { in Push()
108 std::list<Packet>::iterator it = packet_list_.begin(); in Push()
114 const Packet& BeginPop() { in BeginPop()
115 const Packet& packet = *prio_queue_.top(); in BeginPop()
120 void CancelPop(const Packet& packet) { prio_queue_.push(&(*packet.this_it)); } in CancelPop()
122 void FinalizePop(const Packet& packet) { in FinalizePop()
[all …]
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
Dconference_transport.h107 struct Packet { struct
110 Packet() : len_(0) {} in Packet() argument
111 Packet(Type type, const void* data, size_t len, uint32_t time_ms) in Packet() function
127 void StorePacket(Packet::Type type, const void* data, size_t len); argument
128 void SendPacket(const Packet& packet);
141 std::deque<Packet> packet_queue_ GUARDED_BY(pq_crit_.get());

1234567