Searched refs:is_started (Results 1 – 11 of 11) sorted by relevance
39 self.is_started = False46 if not self.is_started or self.is_shutting_down:62 if self.is_started:70 if self.is_started:74 self.is_started = True109 elif not self.is_started:134 if not self.is_started:
21 cdef bint is_started # start has been called
29 self.is_started = False72 if not self.is_started:73 self.is_started = True
52 bool QualityScalerResource::is_started() const { in is_started() function in webrtc::QualityScalerResource60 RTC_DCHECK(!is_started()); in StartCheckForOveruse()76 RTC_DCHECK(is_started()); in SetQpThresholds()82 RTC_DCHECK(is_started()); in QpFastFilterLow()
85 quality_scaler_resource_->is_started() && in SetTargetBitrate()108 if (quality_scaler_resource_->is_started()) { in OnQualityScalerSettingsUpdated()345 RTC_DCHECK(!encode_usage_resource_->is_started()); in StartEncodeUsageResource()531 if (!quality_scaler_resource_->is_started()) { in ConfigureQualityScaler()550 quality_scaler_resource_->is_started()) { in ConfigureQualityScaler()696 quality_scaler_resource_->is_started() in UpdateStatsAdaptationSettings()
42 bool is_started() const;
52 if (!quality_scaler_resource->is_started()) in PerformQualityRampupExperiment()
44 bool is_started() const;
40 bool EncodeUsageResource::is_started() const { in is_started() function in webrtc::EncodeUsageResource
221 pub fn is_started(&self) -> bool { in is_started() method
832 if vcpu_handles.is_empty() && dying_instant.is_none() && plugin.is_started() { in run_config()