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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 32 control_type(kMimdControl),
45 control_type(kMimdControl),
53 RateControlType control_type,
59 control_type(control_type),
67 RateControlType control_type,
72 control_type(control_type),
80 RateControlType control_type; member in struct:webrtc::testing::bwe::BweTestConfig::EstimatorConfig
bwe_test.cc 43 this, &clock_, config.control_type,
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/include/
remote_bitrate_estimator.h 103 RateControlType control_type,
115 RateControlType control_type,
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 39 RateControlType control_type)
76 rbe_factory->Create(this, clock, control_type,
383 RateControlType control_type; local
385 control_type = kAimdControl;
390 control_type = kMimdControl;
401 control_type);
rampup_tests.h 46 RateControlType control_type);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_single_stream.cc 256 RateControlType control_type,
266 RateControlType control_type,
  /external/bluetooth/bluedroid/stack/bnep/
bnep_utils.c 786 UINT8 control_type; local
796 control_type = *p++;
799 BNEP_TRACE_EVENT ("BNEP processing control packet rem_len %d, is_ext %d, ctrl_type %d", *rem_len, is_ext, control_type);
801 switch (control_type)
869 BNEP_TRACE_ERROR ("BNEP - bad ctl pkt type: %d", control_type);
870 bnep_send_command_not_understood (p_bcb, control_type);
    [all...]

Completed in 120 milliseconds