HomeSort by relevance Sort by last modified time
    Searched refs:packet_size (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector_unittest.cc 49 int Run100000Samples(int packets_per_frame, size_t packet_size, int mean_ms,
55 UpdateDetector(rtp_timestamp_, receive_time_ms_, packet_size);
73 int RunUntilOveruse(int packets_per_frame, size_t packet_size, int mean_ms,
78 UpdateDetector(rtp_timestamp_, receive_time_ms_, packet_size);
94 size_t packet_size) {
100 packet_size,
137 size_t packet_size = 1200; local
143 UpdateDetector(rtp_timestamp, now_ms_, packet_size);
154 size_t packet_size = 1200; local
157 UpdateDetector(rtp_timestamp, now_ms_, packet_size);
172 size_t packet_size = 1200; local
187 size_t packet_size = 1200; local
202 size_t packet_size = 1200; local
220 size_t packet_size = 1200; local
252 size_t packet_size = 1200; local
283 size_t packet_size = 1200; local
327 size_t packet_size = 1200; local
341 size_t packet_size = 1200; local
355 size_t packet_size = 1200; local
369 size_t packet_size = 1200; local
389 size_t packet_size = 1200; local
409 size_t packet_size = 1200; local
429 size_t packet_size = 1200; local
449 size_t packet_size = 1200; local
469 size_t packet_size = 1200; local
483 size_t packet_size = 1200; local
497 size_t packet_size = 1200; local
511 size_t packet_size = 1200; local
531 size_t packet_size = 1200; local
545 size_t packet_size = 1200; local
559 size_t packet_size = 1200; local
573 size_t packet_size = 1200; local
593 size_t packet_size = 1200; local
607 size_t packet_size = 1200; local
621 size_t packet_size = 1200; local
635 size_t packet_size = 1200; local
    [all...]
inter_arrival_unittest.cc 49 size_t packet_size) {
52 packet_size);
54 arrival_time_ms, packet_size);
62 size_t packet_size, int64_t expected_timestamp_delta_us,
67 arrival_time_ms, packet_size,
72 arrival_time_ms, packet_size,
164 size_t packet_size) {
170 packet_size,
182 size_t packet_size,
192 packet_size,
    [all...]
inter_arrival.h 37 // |packet_size| is the size of the packet.
43 size_t packet_size,
inter_arrival.cc 34 size_t packet_size,
79 current_timestamp_group_.size += packet_size;
  /device/google/cuttlefish_common/common/vsoc/lib/
circqueue_test.cpp 70 intptr_t WritePacket(CircQueueRegionView* region, int packet_size) {
71 char buffer_in[packet_size];
73 return layout->packet_queue.Write(region, buffer_in, packet_size);
108 void ReadManyPackets(CircQueueRegionView* region, int num_packets, int packet_size) {
109 char buffer_out[packet_size];
114 int ret = layout->packet_queue.Read(region, buffer_out, packet_size);
118 EXPECT_EQ(total_read, num_packets * packet_size);
121 void WriteManyPackets(CircQueueRegionView* region, int num_packets, int packet_size) {
122 char buffer_in[packet_size];
127 int ret = layout->packet_queue.Write(region, buffer_in, packet_size);
227 const int packet_size = 8; local
233 const int packet_size = 8; local
240 const int packet_size = 8; local
256 const int packet_size = kMaxPacketSize; local
276 const int packet_size = 8; local
293 const int packet_size = kQueueCapacity + extra_bytes; local
311 const int packet_size = kMaxPacketSize; local
    [all...]
circqueue_impl.h 162 uint32_t packet_size = *reinterpret_cast<uint32_t*>( local
164 if (packet_size > max_size) {
170 t.end_idx = t.start_idx + packet_size;
172 this->r_released_ += this->CalculateBufferedSize(packet_size);
175 return packet_size;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_bwe.c 29 size_t packet_size,
59 packet_size, /* in bytes */
isac_fix_type.h 103 size_t packet_size,
107 return WebRtcIsacfix_UpdateBwEstimate(inst, encoded, packet_size,
  /external/adhd/cras/src/server/
cras_hfp_info.c 34 * packet_size - The size of SCO packet to read/write preferred by
47 unsigned int packet_size; member in struct:hfp_info
152 if (to_send < info->packet_size)
154 to_send = info->packet_size;
165 if (err != (int)info->packet_size) {
168 err, info->packet_size);
179 unsigned int packet_size)
183 MAX_HFP_BUF_SIZE_BYTES / packet_size * packet_size;
184 info->packet_size = packet_size
    [all...]
  /external/webrtc/webrtc/modules/pacing/
bitrate_prober.cc 24 int ComputeDeltaFromBitrate(size_t packet_size, int bitrate_bps) {
26 // Compute the time delta needed to send packet_size bytes at bitrate_bps
28 return static_cast<int>(1000ll * static_cast<int64_t>(packet_size) * 8ll /
120 void BitrateProber::PacketSent(int64_t now_ms, size_t packet_size) {
121 assert(packet_size > 0);
122 packet_size_last_send_ = packet_size;
bitrate_prober.h 47 void PacketSent(int64_t now_ms, size_t packet_size);
  /external/eigen/test/
first_aligned.cpp 15 const int packet_size = sizeof(Scalar) * internal::packet_traits<Scalar>::size; local
16 VERIFY(((size_t(array) + sizeof(Scalar) * internal::first_default_aligned(array, size)) % packet_size) == 0);
  /external/ImageMagick/coders/
map.c 128 packet_size,
167 packet_size=(size_t) (depth/8);
168 pixels=(unsigned char *) AcquireQuantumMemory(image->columns,packet_size*
170 packet_size=(size_t) (image->colors > 256 ? 6UL : 3UL);
171 colormap=(unsigned char *) AcquireQuantumMemory(image->colors,packet_size*
179 count=ReadBlob(image,packet_size*image->colors,colormap);
180 if (count != (ssize_t) (packet_size*image->colors))
215 packet_size=(size_t) (depth/8);
222 count=ReadBlob(image,(size_t) packet_size*image->columns,pixels);
223 if (count != (ssize_t) (packet_size*image->columns)
125 packet_size, local
356 packet_size; local
    [all...]
  /system/bt/stack/test/common/
stack_test_packet_utils.cc 59 size_t packet_size = buffer_length + BT_HDR_SIZE; local
60 auto packet = reinterpret_cast<BT_HDR*>(osi_malloc(packet_size));
79 size_t packet_size = local
81 auto packet = reinterpret_cast<BT_HDR*>(osi_malloc(packet_size));
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc 35 static void SetRateIfILBC(webrtc::CodecInst* codec_instance, int packet_size) {
37 if (packet_size == 160 || packet_size == 320) {
223 for (int packet_size = 80; packet_size < 1000; packet_size += 80) {
224 SetRateIfILBC(&codec_instance_, packet_size);
225 codec_instance_.pacsize = packet_size;
230 TEST_LOG("%d ", packet_size);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
decode_bwe.c 21 size_t packet_size,
81 arrivalTimestampIn16kHz, packet_size);
isac_float_type.h 100 size_t packet_size,
104 return WebRtcIsac_UpdateBwEstimate(inst, encoded, packet_size,
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 76 int packet_size, bool inner_dim_contiguous, int Alignment>
220 int packet_size, bool inner_dim_contiguous,
222 class BaseTensorContractionMapper : public SimpleTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, Alignment>
225 typedef SimpleTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, Alignment> ParentMapper;
245 EIGEN_STATIC_ASSERT(packet_size % 2 == 0, YOU_MADE_A_PROGRAMMING_MISTAKE);
249 eigen_assert(this->computeIndex(i+packet_size-1, j) == index + packet_size-1);
253 const IndexPair<Index> indexPair = this->computeIndexPair(i, j, packet_size - 1);
263 (last - first) == (packet_size - 1)) {
268 EIGEN_ALIGN_MAX Scalar data[packet_size];
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
eigen_spatial_convolutions.h 29 typename nocontract_t, typename contract_t, int Side, int packet_size,
37 nocontract_t, contract_t, packet_size, inner_dim_contiguous,
47 nocontract_t, contract_t, packet_size, inner_dim_contiguous,
56 nocontract_t, contract_t, packet_size, inner_dim_contiguous,
238 nocontract_t, contract_t, packet_size, inner_dim_contiguous,
458 typename nocontract_t, typename contract_t, int Side, int packet_size,
466 nocontract_t, contract_t, packet_size, inner_dim_contiguous,
478 nocontract_t, contract_t, packet_size, inner_dim_contiguous,
487 nocontract_t, contract_t, packet_size, inner_dim_contiguous,
628 typename nocontract_t, typename contract_t, int packet_size,
    [all...]
  /system/bt/packet/tests/avrcp/
get_folder_items_packet_test.cc 56 auto packet_size = BrowsePacket::kMinSize() + 5; local
57 packet_size += player1.size() + player3.size();
60 Status::NO_ERROR, 0x0000, packet_size);
94 auto packet_size = BrowsePacket::kMinSize() + 5; local
95 packet_size += folder1.size() + folder3.size();
98 Status::NO_ERROR, 0x0000, packet_size);
136 auto packet_size = BrowsePacket::kMinSize() + 5; local
137 packet_size += song1.size() + song3.size();
140 Status::NO_ERROR, 0x0000, packet_size);
  /external/ImageMagick/MagickCore/
quantum.c 315 packet_size;
319 packet_size=1;
322 case GrayAlphaQuantum: packet_size=2; break;
323 case IndexAlphaQuantum: packet_size=2; break;
324 case RGBQuantum: packet_size=3; break;
325 case BGRQuantum: packet_size=3; break;
326 case RGBAQuantum: packet_size=4; break;
327 case RGBOQuantum: packet_size=4; break;
328 case BGRAQuantum: packet_size=4; break;
329 case CMYKQuantum: packet_size=4; break
307 packet_size; local
    [all...]
  /system/core/fastboot/
udp.cpp 191 uint16_t packet_size = ExtractUint16(rx_data + 2); local
192 if (packet_size < kMinPacketSize) {
193 *error = android::base::StringPrintf("target reported invalid packet size %d", packet_size);
197 packet_size = std::min(kHostMaxPacketSize, packet_size);
198 max_data_length_ = packet_size - kHeaderSize;
199 rx_packet_.resize(packet_size);
  /external/webrtc/webrtc/modules/audio_coding/test/
TestAllCodecs.cc 352 // packet_size - packet size in samples
359 int packet_size, size_t extra_byte) {
363 sampling_freq_hz, rate, packet_size);
372 packet_size_samples_ = packet_size / 2;
376 packet_size_samples_ = packet_size;
384 static_cast<float>(packet_size * rate) /
413 my_codec_param.pacsize = packet_size;
  /frameworks/av/media/mtp/
MtpFfsCompatHandle.cpp 165 int packet_size = getPacketSize(mBulkOut); local
238 if (ret % packet_size == 0 || zero_packet) {
239 if (TEMP_FAILURE_RETRY(::read(mBulkOut, data, packet_size)) != 0) {
251 int packet_size = getPacketSize(mBulkIn); local
256 static_cast<uint64_t>(packet_size - sizeof(mtp_data_header)), file_length);
330 if (ret % packet_size == 0) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h 189 * - packet_size : size of the packet in bytes.
200 size_t packet_size,
212 * - packet_size : size of the packet in bytes.
225 size_t packet_size,

Completed in 457 milliseconds

1 2 3 4