Searched defs:Packet (Results 1 - 25 of 38) sorted by relevance

12

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dpacket.h29 class Packet { class in namespace:webrtc::test
34 // when the Packet object is deleted. The |time_ms| is an extra time
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() {}
117 RTC_DISALLOW_COPY_AND_ASSIGN(Packet);
H A Dpacket.cc21 Packet::Packet(uint8_t* packet_memory, function in class:webrtc::test::Packet
35 Packet::Packet(uint8_t* packet_memory, function in class:webrtc::test::Packet
50 Packet::Packet(uint8_t* packet_memory, size_t allocated_bytes, double time_ms) function in class:webrtc::test::Packet
62 Packet::Packet(uint8_t* packet_memory, function in class:webrtc::test::Packet
77 bool Packet::ExtractRedHeaders(std::list<RTPHeader*>* headers) const {
117 void Packet
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Dforward_error_correction.h40 class Packet { class in class:webrtc::ForwardErrorCorrection
42 Packet() : length(0), data(), ref_count_(0) {} function in class:webrtc::ForwardErrorCorrection::Packet
43 virtual ~Packet() {}
53 uint8_t data[IP_PACKET_SIZE]; // Packet data.
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;
128 * #Packet. All packets must belong to the
153 * \param[out] fecPacketList List of FEC packets, of type #Packet. Must
202 // \return Packet overhea
[all...]
H A Dfec_test_helper.h23 typedef ForwardErrorCorrection::Packet Packet; typedef in namespace:webrtc
25 struct RtpPacket : public Packet {
45 RtpPacket* BuildFecRedPacket(const Packet* packet);
47 void SetRedHeader(Packet* red_packet, uint8_t payload_type,
H A Drtp_format_h264.h51 struct Packet { struct in class:webrtc::RtpPacketizerH264
52 Packet(size_t offset, function in struct:webrtc::RtpPacketizerH264::Packet
72 typedef std::queue<Packet> PacketQueue;
H A Dproducer_fec_unittest.cc64 struct Packet { struct
70 std::vector<Packet> protected_packets;
84 for (Packet p : protected_packets) {
/external/webrtc/webrtc/base/
H A Dtestclient.cc23 packets_ = new std::vector<Packet*>();
54 TestClient::Packet* TestClient::NextPacket(int timeout_ms) {
78 Packet* packet = NULL;
91 Packet* packet = NextPacket(kTimeoutMs);
103 Packet* packet = NextPacket(kNoPacketTimeoutMs);
125 packets_->push_back(new Packet(remote_addr, buf, size));
132 TestClient::Packet::Packet(const SocketAddress& a, const char* b, size_t s) function in class:rtc::TestClient::Packet
138 TestClient::Packet::Packet(cons function in class:rtc::TestClient::Packet
[all...]
H A Dtestclient.h25 struct Packet { struct in class:rtc::TestClient
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/
H A Dpacket.h22 struct Packet { struct in namespace:webrtc
31 Packet() function in struct:webrtc::Packet
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;
/external/eigen/Eigen/src/Core/
H A DSwap.h34 typedef typename internal::packet_traits<Scalar>::type Packet; typedef in class:Eigen::SwapWrapper
99 Packet tmp = m_expression.template packet<StoreMode>(rowId, colId);
111 Packet tmp = m_expression.template packet<StoreMode>(index);
H A DSelfCwiseBinaryOp.h53 typedef typename internal::packet_traits<Scalar>::type Packet; typedef in class:Eigen::SelfCwiseBinaryOp
/external/eigen/test/eigen2/
H A Deigen2_packetmath.cpp45 typedef typename ei_packet_traits<Scalar>::type Packet; typedef
51 EIGEN_ALIGN_128 Packet packets[PacketSize*2];
/external/llvm/include/llvm/CodeGen/
H A DResourcePriorityQueue.h71 std::vector<SUnit*> Packet; member in class:llvm::ResourcePriorityQueue
/external/v8/benchmarks/
H A Drichards.js51 var queue = new Packet(null, ID_WORKER, KIND_WORK);
52 queue = new Packet(queue, ID_WORKER, KIND_WORK);
55 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
60 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
61 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
62 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
123 * @param {Packet} queue the queue of work to be processed by the task
134 * @param {Packet} queu
521 Packet.prototype.addTo = function (queue) { class
[all...]
/external/libvorbis/doc/
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
/external/webrtc/webrtc/voice_engine/test/auto_test/fakes/
H A Dconference_transport.h107 struct Packet { struct in class:voetest::ConferenceTransport
110 Packet() : len_(0) {} function in struct:voetest::ConferenceTransport::Packet
111 Packet(Type type, const void* data, size_t len, uint32_t time_ms) function in struct:voetest::ConferenceTransport::Packet
127 void StorePacket(Packet::Type type, const void* data, size_t len);
128 void SendPacket(const Packet& packet);
141 std::deque<Packet> packet_queue_ GUARDED_BY(pq_crit_.get());
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
H A Dafter_initialization_fixture.h45 StorePacket(Packet::Rtp, data, len);
50 StorePacket(Packet::Rtcp, data, len);
70 struct Packet { struct in class:LoopBackTransport
73 Packet() : len(0) {} function in struct:LoopBackTransport::Packet
74 Packet(Type type, const void* data, size_t len) function in struct:LoopBackTransport::Packet
84 void StorePacket(Packet::Type type,
89 packet_queue_.push_back(Packet(type, data, len));
110 Packet p;
119 if (p.type == Packet::Rtp) {
133 case Packet
[all...]
/external/eigen/Eigen/src/Core/products/
H A DCoeffBasedProduct.h34 template<int StorageOrder, int UnrollingIndex, typename Lhs, typename Rhs, typename Packet, int LoadMode>
284 template<int UnrollingIndex, typename Lhs, typename Rhs, typename Packet>
291 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres);
296 template<typename Lhs, typename Rhs, typename Packet>
297 struct product_coeff_vectorized_unroller<0, Lhs, Rhs, Packet>
319 typedef typename Lhs::PacketScalar Packet; typedef in struct:Eigen::internal::product_coeff_impl
324 Packet pres;
325 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres);
383 *** Packet path ***
386 template<int UnrollingIndex, typename Lhs, typename Rhs, typename Packet, in
[all...]
H A DSelfadjointMatrixVector.h46 typedef typename packet_traits<Scalar>::type Packet; typedef
47 const Index PacketSize = sizeof(Packet)/sizeof(Scalar);
59 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0;
60 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1;
86 Packet ptmp0 = pset1<Packet>(t0);
88 Packet ptmp1 = pset1<Packet>(t
[all...]
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_gemm_kernel.h30 typedef typename packet_traits<Scalar>::type Packet; typedef
74 Packet b00, b10, b20, b30, b01, b11, b21, b31;
75 b00 = pset1<Packet>(Bc0[0]);
76 b10 = pset1<Packet>(Bc0[1]);
77 if(RK==4) b20 = pset1<Packet>(Bc0[2]);
78 if(RK==4) b30 = pset1<Packet>(Bc0[3]);
79 b01 = pset1<Packet>(Bc1[0]);
80 b11 = pset1<Packet>(Bc1[1]);
81 if(RK==4) b21 = pset1<Packet>(Bc1[2]);
82 if(RK==4) b31 = pset1<Packet>(Bc
[all...]
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh116 typedef typename internal::packet_traits<Scalar>::type Packet; typedef
117 const int PacketSize = sizeof(Packet)/sizeof(Scalar);
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.cpp33 enum { packetSize = Eigen::internal::packet_traits<Real>::size }; // number of reals in a Packet
34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector typedef
56 Packet pzi_start, pci_start;
61 Packet pcr, pci = pci_start, pzr, pzi = pzi_start, pzr_buf;
85 <= Packet::Constant(4))
/external/eigen/test/
H A Dpacketmath.cpp56 internal::pstore(data2, POP(internal::pload<Packet>(data1), internal::pload<Packet>(data1+PacketSize))); \
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); }
74 inline void store(T* to, const Packet& x) const { internal::pstore(to,x); }
77 template<typename Packet>
78 struct packet_helper<false,Packet>
88 packet_helper<COND,Packet>
103 typedef typename internal::packet_traits<Scalar>::type Packet; typedef
211 typedef typename internal::packet_traits<Scalar>::type Packet; typedef
277 typedef typename internal::packet_traits<Scalar>::type Packet; typedef
308 typedef typename internal::packet_traits<Scalar>::type Packet; typedef
336 typedef typename internal::packet_traits<Scalar>::type Packet; typedef
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h51 std::vector<SUnit*> Packet; member in class:llvm::VLIWResourceModel
65 Packet.resize(SchedModel->getIssueWidth());
66 Packet.clear();
75 Packet.clear();
83 Packet.clear();
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.cc95 Packet::Packet() function in class:webrtc::testing::bwe::Packet
104 Packet::Packet(int flow_id, int64_t send_time_us, size_t payload_size) function in class:webrtc::testing::bwe::Packet
113 Packet::~Packet() {
116 bool Packet::operator<(const Packet& rhs) const {
120 void Packet::set_send_time_us(int64_t send_time_us) {
133 : Packet(flow_i
[all...]

Completed in 642 milliseconds

12