Searched refs:disabled_layers (Results 1 – 3 of 3) sorted by relevance
408 const std::vector<std::string>& disabled_layers, in RunDisableEncodingLayersTest() argument412 [&disabled_layers](const std::string& rid) { in RunDisableEncodingLayersTest()413 return !absl::c_linear_search(disabled_layers, rid); in RunDisableEncodingLayersTest()417 sender->DisableEncodingLayers(disabled_layers); in RunDisableEncodingLayersTest()445 const std::vector<std::string>& disabled_layers) { in RunDisableSimulcastLayersWithoutMediaEngineTest() argument453 RunDisableEncodingLayersTest(all_layers, disabled_layers, sender.get()); in RunDisableSimulcastLayersWithoutMediaEngineTest()461 const std::vector<std::string>& disabled_layers) { in RunDisableSimulcastLayersWithMediaEngineTest() argument463 RunDisableEncodingLayersTest(all_layers, disabled_layers, in RunDisableSimulcastLayersWithMediaEngineTest()470 bool is_active = !absl::c_linear_search(disabled_layers, all_layers[i]); in RunDisableSimulcastLayersWithMediaEngineTest()
3614 std::vector<std::string> disabled_layers; in UpdateSimulcastLayerStatusInSender() local3625 disabled_layers.push_back(encoding.rid); in UpdateSimulcastLayerStatusInSender()3634 result = sender->DisableEncodingLayers(disabled_layers); in UpdateSimulcastLayerStatusInSender()3660 std::vector<std::string> disabled_layers; in DisableSimulcastInSender() local3663 std::back_inserter(disabled_layers), in DisableSimulcastInSender()3665 return sender->DisableEncodingLayers(disabled_layers); in DisableSimulcastInSender()
318 const bool disabled_layers = new_layers.first > current_layers.first || in SetSvcRates() local323 (disabled_layers && layer_deactivation_requires_key_frame_)) { in SetSvcRates()