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

  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 30 flow_id(0),
38 int flow_id,
43 flow_id(flow_id),
51 int flow_id,
57 flow_id(flow_id),
65 int flow_id,
70 flow_id(flow_id),
78 int flow_id; member in struct:webrtc::testing::bwe::BweTestConfig::EstimatorConfig
    [all...]
bwe_test.cc 51 ss << "Delay_" << config.flow_id << "#2";
54 ss << "Estimate_" << config.flow_id << "#1";
182 if (std::binary_search(flow_ids.begin(), flow_ids.end(), it->flow_id())) {
245 estimators_.insert(std::make_pair(it->flow_id, new TestedEstimator(
279 void BweTest::GiveFeedbackToAffectedSenders(int flow_id,
285 if (std::binary_search(flow_ids.begin(), flow_ids.end(), flow_id)) {
334 EstimatorMap::iterator est_it = estimators_.find(it->flow_id());
bwe_test_framework.h 154 Packet(int flow_id, int64_t send_time_us, uint32_t payload_size,
160 int flow_id() const { return flow_id_; } function in class:webrtc::testing::bwe::Packet
387 VideoSender(int flow_id, PacketProcessorListener* listener, float fps,
415 AdaptiveVideoSender(int flow_id, PacketProcessorListener* listener,
bwe_test_framework.cc 130 Packet::Packet(int flow_id, int64_t send_time_us, uint32_t payload_size,
132 : flow_id_(flow_id),
541 VideoSender::VideoSender(int flow_id, PacketProcessorListener* listener,
544 : PacketSender(listener, FlowIds(1, flow_id)),
595 AdaptiveVideoSender::AdaptiveVideoSender(int flow_id,
601 : VideoSender(flow_id, listener, fps, kbps, ssrc, first_frame_offset) {}
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rmnet.h 52 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rmnet.h 53 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_rmnet.h 52 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_rmnet.h 40 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 23 int flow_id, bool plot_delay, bool plot_estimate) {
27 return BweTestConfig::EstimatorConfig("AST", flow_id, &factory, kAimdControl,
remote_bitrate_estimators_test.cc 26 int flow_id) {
33 return BweTestConfig::EstimatorConfig("TOF", flow_id, &factories[0],
36 return BweTestConfig::EstimatorConfig("AST", flow_id, &factories[1],
  /external/fio/
flow.c 95 td->flow = flow_get(td->o.flow_id);
thread_options.h 244 int flow_id; member in struct:thread_options
462 int32_t flow_id; member in struct:thread_options_pack
cconv.c 231 o->flow_id = __le32_to_cpu(top->flow_id);
388 top->flow_id = __cpu_to_le32(o->flow_id);
options.c     [all...]
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rmnet.h 144 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rmnet.h 136 unsigned long flow_id; member in struct:QMI_QOS_HDR_S
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 3045 uint8 *flow_id; local
    [all...]

Completed in 196 milliseconds