Home
last modified time | relevance | path

Searched defs:bandwidth (Results 1 – 25 of 97) sorted by relevance

1234

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dlink.cc19 QuicBandwidth bandwidth, in OneWayLink()
95 QuicBandwidth bandwidth, in SymmetricLink()
103 QuicBandwidth bandwidth, in SymmetricLink()
Dlink.h35 QuicBandwidth bandwidth() const { return bandwidth_; } in bandwidth() function
83 QuicBandwidth bandwidth() { return a_to_b_link_.bandwidth(); } in bandwidth() function
Dsimulator_test.cc363 const QuicBandwidth bandwidth = QuicBandwidth::FromBytesPerSecond(10000); in TEST_F() local
600 const QuicBandwidth bandwidth = in TEST_F() local
639 const QuicBandwidth bandwidth = in TEST_F() local
697 const QuicBandwidth bandwidth = in TEST_F() local
753 const QuicBandwidth bandwidth = QuicBandwidth::FromBytesPerSecond(1000); in TEST_F() local
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DCellIdentityLteBuilder.java29 private int bandwidth = CellInfo.UNAVAILABLE; field in CellIdentityLteBuilder
79 public CellIdentityLteBuilder setBandwidth(int bandwidth) { in setBandwidth()
149 int bandwidth, in newCellIdentityLte()
162 int bandwidth, in newCellIdentityLte()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_sustained_bandwidth_recorder_test.cc25 QuicBandwidth bandwidth = in TEST_F() local
105 QuicBandwidth bandwidth = in TEST_F() local
Dquic_sustained_bandwidth_recorder.cc23 bool in_recovery, bool in_slow_start, QuicBandwidth bandwidth, in RecordEstimate()
Dquic_bandwidth_test.cc128 QuicBandwidth bandwidth = QuicBandwidth::FromBytesPerSecond(1000 * 50); in TEST_F() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java70 private final double bandwidth; field in LoessInterpolator
124 public LoessInterpolator(double bandwidth, int robustnessIters) throws MathException { in LoessInterpolator()
149 …public LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) throws MathExcept… in LoessInterpolator()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DProxyTest.java129 int bandwidth = 64 * 1024; in smallBandwidth() local
153 int bandwidth = 10 * 1024 * 1024; in largeBandwidth() local
/external/rust/crates/criterion/src/stats/univariate/kde/
Dmod.rs17 bandwidth: A, field
38 pub fn bandwidth(&self) -> A { in bandwidth() function
/external/tensorflow/tensorflow/core/protobuf/
Ddevice_properties.proto52 int64 bandwidth = 13; field
/external/webrtc/video/adaptation/
Dquality_rampup_experiment_helper.cc58 DataRate bandwidth, in PerformQualityRampupExperiment()
/external/tcpdump/
Dprint-eigrp.c131 nd_uint32_t bandwidth; member
151 nd_uint32_t bandwidth; member
170 nd_uint32_t bandwidth; member
189 nd_uint32_t bandwidth; member
/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
Dtcp_cubic_sender_bytes.cc173 const QuicBandwidth bandwidth = in PacingRate() local
223 QuicBandwidth bandwidth, QuicTime::Delta rtt) { in SetCongestionWindowFromBandwidthAndRtt()
/external/libvpx/vp9/encoder/
Dvp9_alt_ref_aq.c57 int segmentation_overhead, int bandwidth) { in vp9_alt_ref_aq_disable_if()
/external/libopus/tests/
Dopus_decode_fuzzer.c52 const int bandwidth = opus_packet_get_bandwidth(toc); in ParseToc() local
/external/webrtc/modules/audio_coding/codecs/opus/
Dopus_speed_test.cc111 #define ADD_BANDWIDTH_TEST(bandwidth) \ argument
Dopus_interface.cc324 opus_int32 bandwidth; in WebRtcOpus_GetMaxPlaybackRate() local
426 int32_t bandwidth; in WebRtcOpus_GetBandwidth() local
434 int16_t WebRtcOpus_SetBandwidth(OpusEncInst* inst, int32_t bandwidth) { in WebRtcOpus_SetBandwidth()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCaptureQualityController.java105 private int calculateFramerate(double bandwidth, CaptureFormat format) { in calculateFramerate()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
DMockServerSocket.java164 int bandwidth) { in setPerformancePreferences()
/external/libopus/fuzzer/
Dopus_dec_fuzzer.cpp69 const int bandwidth = opus_packet_get_bandwidth(tocPtr); in initDecoder() local
/external/webrtc/test/scenario/
Dprobing_test.cc121 DataRate bandwidth = in TEST() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DUrlTemplate.java81 public String buildUri(String representationId, long segmentNumber, int bandwidth, long time) { in buildUri()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dbanded_triangular_solve_op_test.cc34 Tensor bandwidth(DT_INT32, TensorShape({2})); in SetDiag() local
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DUrlTemplate.java81 public String buildUri(String representationId, long segmentNumber, int bandwidth, long time) { in buildUri()

1234