Searched refs:fl_changing_bandwidths_bps (Results 1 – 3 of 3) sorted by relevance
38 std::map<FrameLengthChange, int> fl_changing_bandwidths_bps) in Config() argument46 fl_changing_bandwidths_bps(std::move(fl_changing_bandwidths_bps)) {} in Config()112 auto increase_threshold = config_.fl_changing_bandwidths_bps.end(); in FrameLengthIncreasingDecision()114 increase_threshold = config_.fl_changing_bandwidths_bps.find( in FrameLengthIncreasingDecision()116 if (increase_threshold != config_.fl_changing_bandwidths_bps.end()) in FrameLengthIncreasingDecision()121 if (increase_threshold == config_.fl_changing_bandwidths_bps.end()) in FrameLengthIncreasingDecision()169 auto decrease_threshold = config_.fl_changing_bandwidths_bps.end(); in FrameLengthDecreasingDecision()172 decrease_threshold = config_.fl_changing_bandwidths_bps.find( in FrameLengthDecreasingDecision()174 if (decrease_threshold != config_.fl_changing_bandwidths_bps.end()) in FrameLengthDecreasingDecision()178 if (decrease_threshold == config_.fl_changing_bandwidths_bps.end()) in FrameLengthDecreasingDecision()
88 fl_changing_bandwidths_bps; in CreateFrameLengthController() local91 fl_changing_bandwidths_bps.insert( in CreateFrameLengthController()97 fl_changing_bandwidths_bps.insert( in CreateFrameLengthController()103 fl_changing_bandwidths_bps.insert( in CreateFrameLengthController()109 fl_changing_bandwidths_bps.insert( in CreateFrameLengthController()115 fl_changing_bandwidths_bps.insert( in CreateFrameLengthController()121 fl_changing_bandwidths_bps.insert( in CreateFrameLengthController()127 fl_changing_bandwidths_bps.insert(std::make_pair( in CreateFrameLengthController()133 fl_changing_bandwidths_bps.insert(std::make_pair( in CreateFrameLengthController()151 fl_decrease_overhead_offset, std::move(fl_changing_bandwidths_bps)); in CreateFrameLengthController()
44 std::map<FrameLengthChange, int> fl_changing_bandwidths_bps);58 std::map<FrameLengthChange, int> fl_changing_bandwidths_bps; member