Searched refs:throughput_kbps (Results 1 – 1 of 1) sorted by relevance
98 float throughput_kbps = total_bytes * 8.0 / (1000 * kNumIterations); in ValidateThroughputMatchesTargetBitrate() local100 (throughput_kbps - kTargetBitRateKbps) * 100.0 / kTargetBitRateKbps; in ValidateThroughputMatchesTargetBitrate()