Home
last modified time | relevance | path

Searched refs:throughput_kbps (Results 1 – 1 of 1) 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()