Home
last modified time | relevance | path

Searched refs:flow_id_ (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc61 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()
Dpacket.h36 virtual int flow_id() const { return flow_id_; } in flow_id()
56 int flow_id_;
Dbwe.cc32 : flow_id_(flow_id), in BweReceiver()
39 : flow_id_(flow_id), in BweReceiver()
Dbwe_test_framework.cc96 : 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()
Dbwe_test_framework.h402 virtual int flow_id() const { return flow_id_; } in flow_id()
421 const int flow_id_; variable
Dbwe.h154 int flow_id_;
Dmetric_recorder.h163 int flow_id_; variable
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.cc74 ss << "Estimate_" << flow_id_ << "#1"; in RembReceiver()
117 feedback = new RembFeedback(flow_id_, now_ms * 1000, last_feedback_ms_, in GetFeedback()
Dtcp.cc46 new TcpFeedback(flow_id_, now_ms * 1000, corrected_send_time_ms, acks_); in GetFeedback()
Dsend_side.cc144 flow_id_, now_ms * 1000, corrected_send_time_ms, packet_feedback_vector_); in GetFeedback()
Dnada.cc123 return new NadaFeedback(flow_id_, now_ms * 1000, exp_smoothed_delay_ms_, in GetFeedback()