Home
last modified time | relevance | path

Searched refs:camera_common (Results 1 – 17 of 17) sorted by relevance

/hardware/google/camera/common/hal/utils/profiling/
Daidl_profiler.h32 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,
Daidl_profiler.cc38 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()
291 EventType, std::unique_ptr<google::camera_common::Profiler>, in MakeScopedProfiler()
292 std::unique_ptr<google::camera_common::Profiler>) override { in MakeScopedProfiler()
Dtracked_profiler.h30 using google::camera_common::Profiler;
Dtracked_profiler.cc34 using ::google::camera_common::Profiler;
/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Hal.cpp34 static hw_module_t camera_common = { variable
47 .common = camera_common,
/hardware/google/camera/common/hal/hwl_interface/
Dcamera_device_hwl.h117 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
Dcamera_device_session_hwl.h187 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
/hardware/google/camera/common/hal/tests/
Dmock_device_session_hwl.h105 std::unique_ptr<google::camera_common::Profiler> GetProfiler(
200 MOCK_METHOD2(GetProfiler, std::unique_ptr<google::camera_common::Profiler>(
Dmock_device_hwl.h149 std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
Dmock_device_session_hwl.cc286 std::unique_ptr<google::camera_common::Profiler>
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device.h121 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
Dcamera_device_session.h130 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
Dcamera_device.cc434 std::unique_ptr<google::camera_common::Profiler> CameraDevice::GetProfiler( in GetProfiler()
Dcamera_device_session.cc1946 std::unique_ptr<google::camera_common::Profiler>
/hardware/google/camera/common/profiler/
Dprofiler.h28 namespace camera_common {
Dprofiler.cc29 namespace camera_common { namespace
/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
DQualcommCamera.cpp64 static hw_module_t camera_common = { variable
134 if (!strcmp(module->name, camera_common.name)) { in camera_device_open()