Home
last modified time | relevance | path

Searched refs:ProfileFrameRate (Results 1 – 5 of 5) sorted by relevance

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc137 void ProfileFrameRate(const std::string& name) override { in ProfileFrameRate() function in android::hardware::camera::implementation::__anon187dbcd30111::HidlProfilerImpl
140 fps_profiler_->ProfileFrameRate(name); in ProfileFrameRate()
256 void ProfileFrameRate(const std::string&) override { in ProfileFrameRate() function in android::hardware::camera::implementation::__anon187dbcd30111::HidlProfilerMock
Dhidl_profiler.h67 virtual void ProfileFrameRate(const std::string& name) = 0;
Dhidl_camera_device_session.cc106 hidl_profiler_->ProfileFrameRate("Stream " + in ProcessCaptureResult()
/hardware/google/camera/common/profiler/
Dprofiler.cc91 void ProfileFrameRate(const std::string&) override final;
248 void ProfilerImpl::ProfileFrameRate(const std::string& name) { in ProfileFrameRate() function in google::camera_common::__anon477d26810111::ProfilerImpl
307 ProfileFrameRate(name); in Start()
331 ProfileFrameRate(name); in End()
589 void ProfileFrameRate(const std::string&) override final{}; in ProfileFrameRate() function in google::camera_common::__anon477d26810111::ProfilerDummy
Dprofiler.h204 virtual void ProfileFrameRate(const std::string& name) = 0;