Searched refs:throughput_kbps (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/video_coding/utility/ |
D | frame_dropper_unittest.cc | 98 float throughput_kbps = total_bytes * 8.0 / (1000 * kNumIterations); in ValidateThroughputMatchesTargetBitrate() local 100 (throughput_kbps - kTargetBitRateKbps) * 100.0 / kTargetBitRateKbps; in ValidateThroughputMatchesTargetBitrate()
|
/external/cronet/components/cronet/ |
D | cronet_context.h | 88 int32_t throughput_kbps, 249 int32_t throughput_kbps,
|
D | network_tasks_unittest.cc | 56 int32_t throughput_kbps, in OnThroughputObservation() argument
|
D | cronet_context.cc | 743 int32_t throughput_kbps, in OnThroughputObservation() argument 749 throughput_kbps, in OnThroughputObservation()
|
/external/cronet/components/cronet/android/ |
D | cronet_context_adapter.cc | 159 int32_t throughput_kbps, in OnThroughputObservation() argument 164 throughput_kbps, timestamp_ms, source); in OnThroughputObservation()
|
D | cronet_context_adapter.h | 141 int32_t throughput_kbps,
|
/external/cronet/net/nqe/ |
D | network_quality_estimator.h | 93 int32_t throughput_kbps,
|
D | network_quality_estimator_unittest.cc | 185 : throughput_kbps(kbps), timestamp(ts), source(src) {} in Observation() 186 int32_t throughput_kbps; member 195 int32_t throughput_kbps, in OnThroughputObservation() argument 198 observations_.emplace_back(throughput_kbps, timestamp, source); in OnThroughputObservation() 780 EXPECT_EQ(749, throughput_observer.observations().at(0).throughput_kbps); in TEST_F() 1824 EXPECT_LE(0, observation.throughput_kbps); in TEST_F()
|