Home
last modified time | relevance | path

Searched refs:kPrintFpsPerIntervalBit (Results 1 – 3 of 3) sorted by relevance

/hardware/google/camera/common/profiler/
Dprofiler.h159 kPrintFpsPerIntervalBit = 1 << 3, enumerator
Dprofiler.cc261 if ((setting_ & SetPropFlag::kPrintFpsPerIntervalBit) == 0) { in ProfileFrameRate()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc295 fps_flag |= Profiler::SetPropFlag::kPrintFpsPerIntervalBit; in Create()