Home
last modified time | relevance | path

Searched refs:throughput_kbps (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dframe_dropper_unittest.cc98 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/
Dcronet_context.h88 int32_t throughput_kbps,
249 int32_t throughput_kbps,
Dnetwork_tasks_unittest.cc56 int32_t throughput_kbps, in OnThroughputObservation() argument
Dcronet_context.cc743 int32_t throughput_kbps, in OnThroughputObservation() argument
749 throughput_kbps, in OnThroughputObservation()
/external/cronet/components/cronet/android/
Dcronet_context_adapter.cc159 int32_t throughput_kbps, in OnThroughputObservation() argument
164 throughput_kbps, timestamp_ms, source); in OnThroughputObservation()
Dcronet_context_adapter.h141 int32_t throughput_kbps,
/external/cronet/net/nqe/
Dnetwork_quality_estimator.h93 int32_t throughput_kbps,
Dnetwork_quality_estimator_unittest.cc185 : 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()