Searched defs:seconds (Results 1 – 4 of 4) sorted by relevance
51 auto seconds = std::chrono::time_point_cast<std::chrono::seconds>(raw_time); in getHistory() local
141 unsigned int sleep(unsigned int seconds) { in sleep()
74 void step(int seconds) { in step()81 int SToMs(int seconds) { return seconds * 1'000; } in SToMs()
162 void EmulatedScene::SetExposureDuration(float seconds) { in SetExposureDuration()