HomeSort by relevance Sort by last modified time
    Searched refs:estimator_configs (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 33 result.estimator_configs.push_back(CreateEstimatorConfig(0, true, true));
40 result.estimator_configs.push_back(CreateEstimatorConfig(i, false, true));
remote_bitrate_estimators_test.cc 51 result.bwe_test_config.estimator_configs.push_back(
246 config.estimator_configs.push_back(EstimatorConfigs(kAbsSendTime, 0));
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 86 std::vector<EstimatorConfig> estimator_configs; member in struct:webrtc::testing::bwe::BweTestConfig
bwe_test.cc 243 config.estimator_configs.begin(); it != config.estimator_configs.end();

Completed in 280 milliseconds