Searched refs:pcf_dependencies (Results 1 – 3 of 3) sorted by relevance
50 RTC_DCHECK(components->pcf_dependencies); in SetMandatoryEntities()54 if (components->pcf_dependencies->task_queue_factory == nullptr) { in SetMandatoryEntities()55 components->pcf_dependencies->task_queue_factory = in SetMandatoryEntities()58 if (components->pcf_dependencies->call_factory == nullptr) { in SetMandatoryEntities()59 components->pcf_dependencies->call_factory = in SetMandatoryEntities()62 if (components->pcf_dependencies->event_log_factory == nullptr) { in SetMandatoryEntities()63 components->pcf_dependencies->event_log_factory = in SetMandatoryEntities()65 components->pcf_dependencies->task_queue_factory.get()); in SetMandatoryEntities()164 PeerConnectionFactoryComponents* pcf_dependencies, in CreateMediaEngine() argument168 media_deps.task_queue_factory = pcf_dependencies->task_queue_factory.get(); in CreateMediaEngine()[all …]
59 components_->pcf_dependencies->task_queue_factory = in SetTaskQueueFactory()65 components_->pcf_dependencies->call_factory = std::move(call_factory); in SetCallFactory()70 components_->pcf_dependencies->event_log_factory = in SetEventLogFactory()77 components_->pcf_dependencies->fec_controller_factory = in SetFecControllerFactory()84 components_->pcf_dependencies->network_controller_factory = in SetNetworkControllerFactory()90 components_->pcf_dependencies->video_encoder_factory = in SetVideoEncoderFactory()96 components_->pcf_dependencies->video_decoder_factory = in SetVideoDecoderFactory()150 components_->pcf_dependencies->neteq_factory = std::move(neteq_factory); in SetNetEqFactory()
85 pcf_dependencies(std::make_unique<PeerConnectionFactoryComponents>()), in InjectableComponents()93 std::unique_ptr<PeerConnectionFactoryComponents> pcf_dependencies; member