Home
last modified time | relevance | path

Searched refs:hidl_profiler_ (Results 1 – 4 of 4) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device.cc67 hidl_profiler_ = HidlProfiler::Create(camera_id_); in Initialize()
68 if (hidl_profiler_ == nullptr) { in Initialize()
72 hidl_profiler_->SetLatencyProfiler(google_camera_device_->GetProfiler( in Initialize()
73 camera_id_, hidl_profiler_->GetLatencyFlag())); in Initialize()
74 hidl_profiler_->SetFpsProfiler(google_camera_device_->GetProfiler( in Initialize()
75 camera_id_, hidl_profiler_->GetFpsFlag())); in Initialize()
148 hidl_profiler_->MakeScopedProfiler(HidlProfiler::ScopedType::kOpen); in open()
160 callback, std::move(session), hidl_profiler_); in open()
Dhidl_camera_device_session.cc99 hidl_profiler_->FirstFrameEnd(); in ProcessCaptureResult()
106 hidl_profiler_->ProfileFrameRate("Stream " + in ProcessCaptureResult()
389 hidl_profiler_ = hidl_profiler; in Initialize()
566 auto profiler = hidl_profiler_->MakeScopedProfiler( in configureStreams_3_7()
626 hidl_profiler_->FirstFrameStart(); in processCaptureRequest_3_7()
694 hidl_profiler_->SetLatencyProfiler(device_session_->GetProfiler( in flush()
695 hidl_profiler_->GetCameraId(), hidl_profiler_->GetLatencyFlag())); in flush()
696 hidl_profiler_->SetFpsProfiler(device_session_->GetProfiler( in flush()
697 hidl_profiler_->GetCameraId(), hidl_profiler_->GetFpsFlag())); in flush()
699 hidl_profiler_->MakeScopedProfiler(HidlProfiler::ScopedType::kFlush); in flush()
[all …]
Dhidl_camera_device.h93 std::shared_ptr<HidlProfiler> hidl_profiler_; variable
Dhidl_camera_device_session.h230 std::shared_ptr<HidlProfiler> hidl_profiler_; variable