Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket.h22 struct Packet { struct
31 Packet() in Packet() argument
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_h264.h51 struct Packet { struct
52 Packet(size_t offset, in Packet() argument
72 typedef std::queue<Packet> PacketQueue; argument
Dproducer_fec_unittest.cc64 struct Packet { in TEST_F() struct
65 size_t header_size; in TEST_F()
66 size_t payload_size; in TEST_F()
67 uint16_t seq_num; in TEST_F()
68 bool marker_bit; in TEST_F()
Dfec_test_helper.h23 typedef ForwardErrorCorrection::Packet Packet; typedef
Dforward_error_correction.h42 Packet() : length(0), data(), ref_count_(0) {} in Packet() function
/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() argument
117 uint8_t data_[kMaxPacketSizeByte]; argument
127 void StorePacket(Packet::Type type, const void* data, size_t len); argument
/external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
Dafter_initialization_fixture.h70 struct Packet { struct
73 Packet() : len(0) {} in Packet() function
74 Packet(Type type, const void* data, size_t len) in Packet() function
84 void StorePacket(Packet::Type type, in StorePacket() argument
/external/webrtc/webrtc/base/
Dtestclient.h25 struct Packet { struct
35 // Default timeout for NextPacket reads. 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
Dvirtualsocketserver.h24 class Packet; variable
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc40 struct Packet { struct
41 Packet(RtpPacketSender::Priority priority, in Packet() argument
58 RtpPacketSender::Priority priority;
59 uint32_t ssrc;
60 uint16_t sequence_number;
61 int64_t capture_time_ms;
62 int64_t enqueue_time_ms;
63 size_t bytes;
64 bool retransmission;
65 uint64_t enqueue_order;
[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
Drtc_event_log_source.h31 class Packet; variable
/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
277 typedef typename internal::packet_traits<Scalar>::type Packet; in packetmath_notcomplex() typedef
308 typedef typename internal::packet_traits<Scalar>::type Packet; in test_conj_helper() typedef
336 typedef typename internal::packet_traits<Scalar>::type Packet; in packetmath_complex() typedef
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_send_test_oldapi.h27 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
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h51 std::vector<SUnit*> Packet; variable
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.h134 HexagonPacket Packet; variable
/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector in render() typedef
/external/eigen/Eigen/src/SparseLU/
DSparseLU_gemm_kernel.h30 typedef typename packet_traits<Scalar>::type Packet; in sparselu_gemm() typedef
/external/v8/benchmarks/
Drichards.js515 function Packet(link, id, kind) { class
/external/eigen/Eigen/src/Jacobi/
DJacobi.h306 typedef typename packet_traits<Scalar>::type Packet; in apply_rotation_in_the_plane() typedef

12