Searched refs:reprocessing_profiler_ (Results 1 – 1 of 1) sorted by relevance
140 if (reprocessing_profiler_ == nullptr) { in ReprocessingRequestStart()142 reprocessing_profiler_ = CreateReprocessingProfiler(); in ReprocessingRequestStart()144 reprocessing_profiler_->SetUseCase(camera_id_string_ + "-Reprocess"); in ReprocessingRequestStart()147 if (reprocessing_profiler_ != nullptr) { in ReprocessingRequestStart()148 reprocessing_profiler_->Start(kReprocess + std::to_string(id), in ReprocessingRequestStart()156 if (reprocessing_profiler_ != nullptr) { in ReprocessingResultEnd()157 reprocessing_profiler_->End(kReprocess + std::to_string(id), in ReprocessingResultEnd()160 reprocessing_profiler_ = nullptr; in ReprocessingResultEnd()263 reprocessing_profiler_ = std::move(profiler); in SetReprocessingProfiler()265 if (reprocessing_profiler_ != nullptr) { in SetReprocessingProfiler()[all …]