Home
last modified time | relevance | path

Searched refs:kFactor (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/cast/streaming/
Dbandwidth_estimator_unittest.cc144 constexpr int kFactor = 2; in TEST_F() local
145 constexpr int kPacketsPerBurst = kMaxPacketsPerTimeslice / kFactor; in TEST_F()
146 static_assert(kMaxPacketsPerTimeslice % kFactor == 0, "wanted exactly half"); in TEST_F()
177 kFactor * kReceivedBytesPerSecond * CHAR_BIT; in TEST_F()
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dcontroller_manager_unittest.cc43 constexpr int kFactor = 100; variable
44 constexpr float kMinReorderingSquareDistance = 1.0f / kFactor / kFactor;
51 (kMaxUplinkBandwidthBps - kMinUplinkBandwidthBps) / kFactor;
/external/eigen/unsupported/test/
DEulerAngles.cpp70 const int kFactor = EulerSystem::IsGammaOpposite ? -1 : 1; in verify_euler_ranged() local
91 eabis2[2] *= kFactor; in verify_euler_ranged()
/external/skia/src/pdf/
DSkPDFUtils.cpp283 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local
284 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()
285 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()
/external/skqp/src/pdf/
DSkPDFUtils.cpp275 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local
276 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()
277 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_unittest.cc2563 const double kFactor = 2.0; in TEST_P() local
2564 field_trials_.SetMaxPaddingFactor(kFactor); in TEST_P()
2588 (kPayloadPacketSize + kRtxHeaderSize) / kFactor; in TEST_P()