Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc36 mode |= google::camera_common::Profiler::SetPropFlag::kStopWatch; in HidlProfiler()
38 profiler = google::camera_common::Profiler::Create(mode); in HidlProfiler()
48 std::shared_ptr<google::camera_common::Profiler> profiler = nullptr;
125 "First frame", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameRequest()
127 "HAL Total", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameRequest()
134 "First frame", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameResult()
136 "HAL Total", google::camera_common::Profiler::kInvalidRequestId); in OnFirstFrameResult()
142 std::shared_ptr<google::camera_common::Profiler> profiler, in HidlProfilerItem()
148 google::camera_common::Profiler::kInvalidRequestId); in HidlProfilerItem()
153 google::camera_common::Profiler::kInvalidRequestId); in ~HidlProfilerItem()
Dhidl_profiler.h33 std::shared_ptr<google::camera_common::Profiler> profiler,
35 int request_id = google::camera_common::Profiler::kInvalidRequestId);
40 std::shared_ptr<google::camera_common::Profiler> profiler_;
/hardware/qcom/camera/msm8998/QCamera2/
DQCamera2Hal.cpp34 static hw_module_t camera_common = { variable
47 .common = camera_common,
/hardware/google/camera/common/profiler/
Dprofiler.h27 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()