/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.cc | 130 Packet::Packet(int flow_id, int64_t send_time_us, uint32_t payload_size, 132 : flow_id_(flow_id), 546 VideoSender::VideoSender(int flow_id, PacketProcessorListener* listener, 549 : PacketSender(listener, FlowIds(1, flow_id)), 598 AdaptiveVideoSender::AdaptiveVideoSender(int flow_id, 604 : VideoSender(flow_id, listener, fps, kbps, ssrc, first_frame_offset) {}
|
bwe_test_framework.h | 156 Packet(int flow_id, int64_t send_time_us, uint32_t payload_size, 162 int flow_id() const { return flow_id_; } function in class:webrtc::testing::bwe::Packet 390 VideoSender(int flow_id, PacketProcessorListener* listener, float fps, 418 AdaptiveVideoSender(int flow_id, PacketProcessorListener* listener,
|
/external/chromium_org/net/udp/ |
udp_socket_win.h | 299 PQOS_FLOWID flow_id); 302 QOS_FLOWID flow_id, 305 QOS_FLOWID flow_id,
|
udp_socket_win.cc | 204 PQOS_FLOWID flow_id) { 210 flow_id); 215 QOS_FLOWID flow_id, 217 return remove_socket_from_flow_func_(handle, socket, flow_id, reserved); 221 QOS_FLOWID flow_id, 228 flow_id,
|
udp_socket_unittest.cc | 653 PQOS_FLOWID flow_id) { 657 EXPECT_EQ(0, *flow_id); 658 *flow_id = kFakeFlowId; 676 QOS_FLOWID flow_id, 686 EXPECT_EQ(kFakeFlowId, flow_id);
|
/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...] |