Searched refs:Profiler (Results 1 – 15 of 15) sorted by relevance
/hardware/google/camera/common/hal/utils/profiling/ |
D | aidl_profiler.cc | 38 using ::google::camera_common::Profiler; 63 std::unique_ptr<google::camera_common::Profiler> custom_latency_profiler, in MakeScopedProfiler() 64 std::unique_ptr<google::camera_common::Profiler> custom_fps_profiler) in MakeScopedProfiler() 137 std::unique_ptr<Profiler> custom_reprocessing_profiler, in ReprocessingRequestStart() 149 Profiler::kInvalidRequestId); in ReprocessingRequestStart() 158 Profiler::kInvalidRequestId); in ReprocessingResultEnd() 173 std::shared_ptr<Profiler> CreateLatencyProfiler() { in CreateLatencyProfiler() 174 if (latency_flag_ == Profiler::SetPropFlag::kDisable) { in CreateLatencyProfiler() 177 std::shared_ptr<Profiler> profiler = Profiler::Create(latency_flag_); in CreateLatencyProfiler() 184 profiler->Start(kOverall, Profiler::kInvalidRequestId); in CreateLatencyProfiler() [all …]
|
D | aidl_profiler.h | 32 AidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler, 39 std::shared_ptr<google::camera_common::Profiler> profiler_; 54 std::unique_ptr<google::camera_common::Profiler> custom_latency_profiler, 55 std::unique_ptr<google::camera_common::Profiler> custom_fps_profiler) = 0; 67 std::unique_ptr<google::camera_common::Profiler> custom_reprocessing_profiler,
|
D | tracked_profiler.cc | 34 using ::google::camera_common::Profiler; 124 profiler_->Start(kFirstFrame, Profiler::kInvalidRequestId); in AcceptFirstFrameStart() 125 profiler_->Start(kHalTotal, Profiler::kInvalidRequestId); in AcceptFirstFrameStart() 135 profiler_->End(kFirstFrame, Profiler::kInvalidRequestId); in AcceptFirstFrameEnd() 136 profiler_->End(kHalTotal, Profiler::kInvalidRequestId); in AcceptFirstFrameEnd() 145 profiler_->End(kOverall, Profiler::kInvalidRequestId); in DeleteProfilerLocked()
|
D | tracked_profiler.h | 30 using google::camera_common::Profiler; 38 TrackedProfiler(std::shared_ptr<Profiler> profiler, in TrackedProfiler() 63 std::shared_ptr<Profiler> profiler_ = nullptr;
|
/hardware/google/camera/common/profiler/ |
D | profiler.h | 143 class Profiler { 149 static std::shared_ptr<Profiler> Create(int option); 151 virtual ~Profiler() = default; 221 Profiler() = default; 232 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler() 240 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler() 242 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler() 248 profiler_ = Profiler::Create(option); in ScopedProfiler() 249 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler() 258 std::shared_ptr<Profiler> profiler_;
|
D | profiler.cc | 47 class ProfilerImpl : public Profiler { 520 std::vector<Profiler::LatencyEvent> ProfilerImpl::GetLatencyData() { in GetLatencyData() 612 class ProfilerDummy : public Profiler { 634 std::shared_ptr<Profiler> Profiler::Create(int option) { in Create()
|
/hardware/google/camera/common/hal/hwl_interface/ |
D | camera_device_hwl.h | 117 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
|
D | camera_device_session_hwl.h | 187 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
|
/hardware/google/camera/common/hal/tests/ |
D | mock_device_session_hwl.h | 105 std::unique_ptr<google::camera_common::Profiler> GetProfiler( 200 MOCK_METHOD2(GetProfiler, std::unique_ptr<google::camera_common::Profiler>(
|
D | mock_device_hwl.h | 149 std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
|
D | mock_device_session_hwl.cc | 286 std::unique_ptr<google::camera_common::Profiler>
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device.h | 121 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
|
D | camera_device_session.h | 130 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
|
D | camera_device.cc | 434 std::unique_ptr<google::camera_common::Profiler> CameraDevice::GetProfiler( in GetProfiler()
|
D | camera_device_session.cc | 1946 std::unique_ptr<google::camera_common::Profiler>
|