Home
last modified time | relevance | path

Searched defs:Packet (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Dpacket.h22 struct Packet { struct
31 Packet() in Packet() argument
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.h51 struct Packet { struct
52 Packet(size_t offset, in Packet() function
72 typedef std::queue<Packet> PacketQueue; argument
Dfec_test_helper.h29 typedef ForwardErrorCorrection::Packet Packet; typedef
Dforward_error_correction.h42 Packet() : length(0), data(), ref_count_(0) {} in Packet() function
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
Dafter_initialization_fixture.h49 struct Packet { struct
52 Packet() : len(0) {} in Packet() argument
53 Packet(Type type, int channel, const void* data, int len) in Packet() function
64 void StorePacket(Packet::Type type, int channel, const void* data, int len) { in StorePacket() argument
/external/chromium_org/third_party/webrtc/test/
Drtp_file_reader.h26 struct Packet { struct
27 static const size_t kMaxPacketBufferSize = 1500; argument
28 uint8_t data[kMaxPacketBufferSize]; argument
38 virtual bool NextPacket(Packet* packet) = 0; argument
/external/chromium_org/third_party/webrtc/base/
Dtestclient.h25 struct Packet { struct
37 explicit TestClient(AsyncPacketSocket* socket); argument
Dtestclient.cc132 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
/external/chromium_org/media/formats/mp2t/
Des_parser_test_base.h26 struct Packet { struct
30 size_t offset;
55 const std::vector<Packet>& pes_packets, argument
Des_parser_test_base.cc20 EsParserTestBase::Packet::Packet() in Packet() function in media::mp2t::EsParserTestBase::Packet
/external/lldb/tools/debugserver/source/
DRNBRemote.h248 struct Packet struct
250 typedef std::vector<Packet> collection; argument
253 PacketEnum type; argument
254 HandlePacketCallback normal; // Function to call when inferior is halted argument
255 HandlePacketCallback async; // Function to call when inferior is running argument
260 IsPlatformPacket () const in IsPlatformPacket() argument
272 Packet() : in Packet() function
281 Packet( PacketEnum in_type, in Packet() argument
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
Dvie_network_test.cc66 struct Packet { struct in __anoncbf1b6550111::RtcpCollectorTransport
67 Packet() : channel(-1), length(0), header(), remb_bitrate(0), remb_ssrc() {} in Packet() argument
68 int channel;
69 int length;
70 webrtc::RTPHeader header;
71 double remb_bitrate;
72 std::vector<uint32_t> remb_ssrc;
/external/chromium_org/third_party/webrtc/modules/pacing/
Dpaced_sender.cc40 struct Packet { struct
41 Packet(uint32_t ssrc, in Packet() argument
53 uint32_t ssrc;
54 uint16_t sequence_number;
55 int64_t capture_time_ms;
56 int64_t enqueue_time_ms;
57 int bytes;
58 bool retransmission;
/external/chromium_org/third_party/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
Dpacket_source.h22 class Packet; variable
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
Dfifo_packet.h19 class Packet; variable
Dpacket.cc14 Packet::Packet(PepperInterface* ppapi) in Packet() function in nacl_io::Packet
/external/eigen/test/
Dpacketmath.cpp103 typedef typename internal::packet_traits<Scalar>::type Packet; in packetmath() typedef
211 typedef typename internal::packet_traits<Scalar>::type Packet; in packetmath_real() typedef
257 typedef typename internal::packet_traits<Scalar>::type Packet; in packetmath_notcomplex() typedef
288 typedef typename internal::packet_traits<Scalar>::type Packet; in test_conj_helper() typedef
316 typedef typename internal::packet_traits<Scalar>::type Packet; in packetmath_complex() typedef
/external/smack/src/org/jivesoftware/smack/packet/
DPacket.java52 public abstract class Packet { class
116 public Packet() { in Packet() method in Packet
119 public Packet(Packet p) { in Packet() method in Packet
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
Dacm_send_test.h26 class Packet; variable
Dacm_send_test_oldapi.h26 class Packet; variable
/external/llvm/include/llvm/CodeGen/
DResourcePriorityQueue.h71 std::vector<SUnit*> Packet; variable
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacket.java37 public class Packet { class
83 public Packet() { in Packet() method in Packet
94 public Packet(byte p[]) { in Packet() method in Packet
/external/eigen/test/eigen2/
Deigen2_packetmath.cpp45 typedef typename ei_packet_traits<Scalar>::type Packet; in packetmath() typedef
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h46 typedef typename packet_traits<Scalar>::type Packet; in run() typedef

12