Searched refs:flow_id_ (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | metric_recorder.cc | 61 flow_id_(flow_id), in MetricRecorder() 188 return link_share_->AvailablePerFlowKbps(flow_id_); in GetAvailablePerFlowKbps() 285 optimal_bitrate_per_flow_kbps, optimum_title, flow_id_); in PlotThroughputHistogram() 321 flow_id_); in PlotDelayHistogram() 341 BWE_TEST_LOGGING_BAR(6, bwe_name, 100.0f * global_loss_ratio, flow_id_); in PlotLossHistogram() 351 BWE_TEST_LOGGING_BAR(7, bwe_name, ObjectiveFunction(), flow_id_); in PlotObjectiveHistogram() 358 prefix << "Receiver_" << flow_id_ << "_" + plot_information_[i].prefix; in PlotZero() 367 link_share_->PauseFlow(flow_id_); in PauseFlow() 373 link_share_->ResumeFlow(flow_id_); in ResumeFlow()
|
D | packet.h | 36 virtual int flow_id() const { return flow_id_; } in flow_id() 56 int flow_id_;
|
D | bwe.cc | 32 : flow_id_(flow_id), in BweReceiver() 39 : flow_id_(flow_id), in BweReceiver()
|
D | bwe_test_framework.cc | 96 : flow_id_(0), in Packet() 105 : flow_id_(flow_id), in Packet() 684 flow_id_(flow_id), in VideoSource() 741 new MediaPacket(flow_id_, send_time_us, size, prototype_header_); in RunFor()
|
D | bwe_test_framework.h | 402 virtual int flow_id() const { return flow_id_; } in flow_id() 421 const int flow_id_; variable
|
D | bwe.h | 154 int flow_id_;
|
D | metric_recorder.h | 163 int flow_id_; variable
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/ |
D | remb.cc | 74 ss << "Estimate_" << flow_id_ << "#1"; in RembReceiver() 117 feedback = new RembFeedback(flow_id_, now_ms * 1000, last_feedback_ms_, in GetFeedback()
|
D | tcp.cc | 46 new TcpFeedback(flow_id_, now_ms * 1000, corrected_send_time_ms, acks_); in GetFeedback()
|
D | send_side.cc | 144 flow_id_, now_ms * 1000, corrected_send_time_ms, packet_feedback_vector_); in GetFeedback()
|
D | nada.cc | 123 return new NadaFeedback(flow_id_, now_ms * 1000, exp_smoothed_delay_ms_, in GetFeedback()
|