Searched refs:Profiler (Results 1 – 13 of 13) sorted by relevance
/hardware/google/camera/common/hal/hidl_service/ |
D | hidl_profiler.cc | 36 using ::google::camera_common::Profiler; 123 latency_profiler_->Start(kFirstFrame, Profiler::kInvalidRequestId); in FirstFrameStart() 124 latency_profiler_->Start(kHalTotal, Profiler::kInvalidRequestId); in FirstFrameStart() 131 latency_profiler_->End(kFirstFrame, Profiler::kInvalidRequestId); in FirstFrameEnd() 132 latency_profiler_->End(kHalTotal, Profiler::kInvalidRequestId); in FirstFrameEnd() 144 void SetLatencyProfiler(std::unique_ptr<Profiler> profiler) override { in SetLatencyProfiler() 152 latency_profiler_->Start(kOverall, Profiler::kInvalidRequestId); in SetLatencyProfiler() 160 void SetFpsProfiler(std::unique_ptr<Profiler> profiler) override { in SetFpsProfiler() 172 std::shared_ptr<Profiler> CreateLatencyProfiler() { in CreateLatencyProfiler() 173 if (latency_flag_ == Profiler::SetPropFlag::kDisable) { in CreateLatencyProfiler() [all …]
|
D | hidl_profiler.h | 31 HidlScopedProfiler(std::shared_ptr<google::camera_common::Profiler> profiler, 38 std::shared_ptr<google::camera_common::Profiler> profiler_; 71 std::unique_ptr<google::camera_common::Profiler> profiler) = 0; 75 std::unique_ptr<google::camera_common::Profiler> profiler) = 0;
|
/hardware/google/camera/common/profiler/ |
D | profiler.h | 142 class Profiler { 148 static std::shared_ptr<Profiler> Create(int option); 150 virtual ~Profiler() = default; 214 Profiler() = default; 225 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target, in ScopedProfiler() 233 ScopedProfiler(std::shared_ptr<Profiler> profiler, const std::string target) in ScopedProfiler() 235 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler() 241 profiler_ = Profiler::Create(option); in ScopedProfiler() 242 request_id_ = Profiler::kInvalidRequestId; in ScopedProfiler() 251 std::shared_ptr<Profiler> profiler_;
|
D | profiler.cc | 48 class ProfilerImpl : public Profiler { 579 class ProfilerDummy : public Profiler { 598 std::shared_ptr<Profiler> Profiler::Create(int option) { in Create()
|
/hardware/google/camera/common/hal/hwl_interface/ |
D | camera_device_hwl.h | 80 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
|
D | camera_device_session_hwl.h | 169 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | camera_device.h | 86 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
|
D | camera_device.cc | 308 std::unique_ptr<google::camera_common::Profiler> CameraDevice::GetProfiler( in GetProfiler() 310 if (option & google::camera_common::Profiler::SetPropFlag::kCustomProfiler) { in GetProfiler()
|
D | camera_device_session.h | 128 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
|
D | camera_device_session.cc | 1885 std::unique_ptr<google::camera_common::Profiler>
|
/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 | 118 std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
|
D | mock_device_session_hwl.cc | 285 std::unique_ptr<google::camera_common::Profiler>
|