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

12

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dpacket.cc14 Packet::Packet(PepperInterface* ppapi) function in class:nacl_io::Packet
18 Packet::~Packet() {
24 void Packet::Copy(const void* buffer, size_t len, PP_Resource addr) {
H A Dpacket.h17 // NOTE: The Packet class always owns the buffer and address.
18 class Packet { class in namespace:nacl_io
20 explicit Packet(PepperInterface* ppapi);
21 ~Packet();
36 DISALLOW_COPY_AND_ASSIGN(Packet);
/external/chromium_org/third_party/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 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/chromium_org/third_party/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 scoped_refptr<Packet> pkt; // Pointer to the packet storage.
113 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.h29 typedef ForwardErrorCorrection::Packet Packet; typedef in namespace:webrtc
31 struct RtpPacket : public Packet {
51 RtpPacket* BuildFecRedPacket(const Packet* packet);
53 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;
/external/chromium_org/media/formats/mp2t/
H A Des_parser_test_base.h26 struct Packet { struct in class:media::mp2t::EsParserTestBase
27 Packet();
55 const std::vector<Packet>& pes_packets,
61 void ComputePacketSize(std::vector<Packet>* packets);
64 std::vector<Packet> GenerateFixedSizePesPacket(size_t pes_size);
H A Des_parser_test_base.cc20 EsParserTestBase::Packet::Packet() function in class:media::mp2t::EsParserTestBase::Packet
62 const std::vector<Packet>& pes_packets,
91 void EsParserTestBase::ComputePacketSize(std::vector<Packet>* packets) {
96 Packet* cur = &(*packets)[0];
98 Packet* next = &(*packets)[k + 1];
107 std::vector<EsParserTestBase::Packet>
110 std::vector<Packet> pes_packets;
112 Packet cur_pes_packet;
/external/chromium_org/third_party/webrtc/base/
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();
60 Packet* NextPacket();
86 std::vector<Packet*>* packets_;
H A Dtestclient.cc23 packets_ = new std::vector<Packet*>();
54 TestClient::Packet* TestClient::NextPacket() {
78 Packet* packet = NULL;
91 Packet* packet = NextPacket();
103 Packet* packet = NextPacket();
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...]
/external/chromium_org/third_party/webrtc/test/
H A Drtp_file_reader.h26 struct Packet { struct in class:webrtc::test::RtpFileReader
38 virtual bool NextPacket(Packet* packet) = 0;
/external/chromium_org/third_party/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-richards.js46 var queue = new Packet(null, ID_WORKER, KIND_WORK);
47 queue = new Packet(queue, ID_WORKER, KIND_WORK);
50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
118 * @param {Packet} queue the queue of work to be processed by the task
129 * @param {Packet} queu
516 Packet.prototype.addTo = function (queue) { class
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-richards.js46 var queue = new Packet(null, ID_WORKER, KIND_WORK);
47 queue = new Packet(queue, ID_WORKER, KIND_WORK);
50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
118 * @param {Packet} queue the queue of work to be processed by the task
129 * @param {Packet} queu
516 Packet.prototype.addTo = function (queue) { class
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-richards.js46 var queue = new Packet(null, ID_WORKER, KIND_WORK);
47 queue = new Packet(queue, ID_WORKER, KIND_WORK);
50 queue = new Packet(null, ID_DEVICE_A, KIND_DEVICE);
51 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
52 queue = new Packet(queue, ID_DEVICE_A, KIND_DEVICE);
55 queue = new Packet(null, ID_DEVICE_B, KIND_DEVICE);
56 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
57 queue = new Packet(queue, ID_DEVICE_B, KIND_DEVICE);
118 * @param {Packet} queue the queue of work to be processed by the task
129 * @param {Packet} queu
516 Packet.prototype.addTo = function (queue) { class
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
H A Dafter_initialization_fixture.h39 StorePacket(Packet::Rtp, channel, data, len);
44 StorePacket(Packet::Rtcp, channel, data, len);
49 struct Packet { struct in class:LoopBackTransport
52 Packet() : len(0) {} function in struct:LoopBackTransport::Packet
53 Packet(Type type, int channel, const void* data, int len) function in struct:LoopBackTransport::Packet
64 void StorePacket(Packet::Type type, int channel, const void* data, int len) {
66 packet_queue_.push_back(Packet(type, channel, data, len));
87 Packet p;
97 case Packet::Rtp:
101 case Packet
[all...]
/external/chromium_org/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/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/chromium_org/media/cast/
H A Dcast_config.h164 typedef Packet Packet; typedef in namespace:media::cast
/external/libvorbis/doc/
H A D04-codec.tex5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
/external/chromium_org/media/cast/net/
H A Dcast_transport_config.h124 typedef std::vector<uint8> Packet; typedef in namespace:media::cast
125 typedef scoped_refptr<base::RefCountedData<Packet> > PacketRef;
128 typedef base::Callback<void(scoped_ptr<Packet> packet)> PacketReceiverCallback;

Completed in 574 milliseconds

12