Home
last modified time | relevance | path

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

/hardware/google/camera/common/profiler/
Dprofiler.cc212 int32_t fps_print_interval_seconds_ = 1; member in google::camera_common::__anon477d26810111::ProfilerImpl
261 fps_print_interval_seconds_ = interval_seconds; in SetFpsPrintInterval()
289 if (elapsed > kNsPerSec * fps_print_interval_seconds_) { in ProfileFrameRate()