Home
last modified time | relevance | path

Searched defs:Packet (Results 1 – 25 of 48) 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() function
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() argument
74 Packet(Type type, const void* data, size_t len) in Packet() argument
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
/external/webrtc/webrtc/modules/pacing/
Dpaced_sender.cc40 struct Packet { struct
41 Packet(RtpPacketSender::Priority priority, in Packet() function
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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DPacket.java31 public class Packet extends Object { class
119 Packet() in Packet() method in Packet
/external/eigen/test/
Dpacketmath.cpp116 typedef typename PacketTraits::type Packet; in packetmath() typedef
332 typedef typename PacketTraits::type Packet; in packetmath_real() typedef
487 typedef typename PacketTraits::type Packet; in packetmath_notcomplex() typedef
522 typedef typename PacketTraits::type Packet; in test_conj_helper() typedef
551 typedef typename PacketTraits::type Packet; in packetmath_complex() typedef
582 typedef typename PacketTraits::type Packet; in packetmath_scatter_gather() typedef
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_send_test_oldapi.h27 class Packet; variable
/external/tensorflow/tensorflow/core/kernels/
Deigen_pooling.h286 typedef typename packet_traits<T>::type Packet; in AvgPoolMeanReducer() typedef
364 typedef typename packet_traits<T>::type Packet; typedef
Dconstant_op_gpu.cu.cc30 typedef typename packet_traits<T>::type Packet; typedef
Ddepthwise_conv_grad_op.cc184 typedef typename Eigen::internal::packet_traits<T>::type Packet; in CopyOutputBackpropRegion() typedef
281 typedef typename Eigen::internal::packet_traits<T>::type Packet; in ComputeBackpropInput() typedef
372 typedef typename Eigen::internal::packet_traits<T>::type Packet; typedef
751 typedef typename Eigen::internal::packet_traits<T>::type Packet; in ComputeBackpropFilter() typedef
826 typedef typename Eigen::internal::packet_traits<T>::type Packet; typedef
Dfill_functor.cu.cc30 typedef typename packet_traits<T>::type Packet; typedef
Ddepthwise_conv_op.cc86 typedef typename Eigen::internal::packet_traits<T>::type Packet; in Run() typedef
155 typedef typename Eigen::internal::packet_traits<T>::type Packet; typedef
/external/llvm/include/llvm/CodeGen/
DResourcePriorityQueue.h71 std::vector<SUnit*> Packet; variable
/external/swiftshader/third_party/llvm-7.0/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/Eigen/src/Core/products/
DSelfadjointMatrixVector.h46 typedef typename packet_traits<Scalar>::type Packet; in run() typedef
/external/eigen/Eigen/src/Core/arch/ZVector/
DPacketMath.h59 } Packet; typedef

12