Home
last modified time | relevance | path

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

/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_profiler.h31 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;
H A Dhidl_profiler.cc36 using ::google::camera_common::Profiler;
260 std::unique_ptr<google::camera_common::Profiler> /* profiler */) override { in SetLatencyProfiler()
264 std::unique_ptr<google::camera_common::Profiler> /* profiler */) override { in SetFpsProfiler()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/
H A DQCamera2Hal.cpp34 static hw_module_t camera_common = { variable
47 .common = camera_common,
/aosp12/hardware/google/camera/common/hal/tests/
H A Dmock_device_session_hwl.h105 std::unique_ptr<google::camera_common::Profiler> GetProfiler(
200 MOCK_METHOD2(GetProfiler, std::unique_ptr<google::camera_common::Profiler>(
H A Dmock_device_hwl.h118 std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
H A Dmock_device_session_hwl.cc285 std::unique_ptr<google::camera_common::Profiler>
/aosp12/hardware/google/camera/common/hal/hwl_interface/
H A Dcamera_device_hwl.h80 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
H A Dcamera_device_session_hwl.h169 virtual std::unique_ptr<google::camera_common::Profiler> GetProfiler( in GetProfiler()
/aosp12/hardware/google/camera/common/hal/google_camera_hal/
H A Dcamera_device.cc308 std::unique_ptr<google::camera_common::Profiler> CameraDevice::GetProfiler( in GetProfiler()
310 if (option & google::camera_common::Profiler::SetPropFlag::kCustomProfiler) { in GetProfiler()
H A Dcamera_device.h86 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
H A Dcamera_device_session.h128 std::unique_ptr<google::camera_common::Profiler> GetProfiler(uint32_t camere_id,
H A Dcamera_device_session.cc1885 std::unique_ptr<google::camera_common::Profiler>
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/
H A DQualcommCamera.cpp64 static hw_module_t camera_common = { variable
134 if (!strcmp(module->name, camera_common.name)) { in camera_device_open()
/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.h27 namespace camera_common {
H A Dprofiler.cc30 namespace camera_common { namespace