Searched refs:kNanosIn1s (Results 1 – 2 of 2) sorted by relevance
46 static const nsecs_t kNanosIn1s = 1000000000; member47 static const nsecs_t kDefaultVsyncPeriod = kNanosIn1s / 60; // 60Hz48 static const nsecs_t kVsyncRefreshPeriod = kNanosIn1s; // 1 sec
54 static const nsecs_t kMaxAllowedFrameSkip = VideoFrameSchedulerBase::kNanosIn1s; // 1 sec55 static const nsecs_t kMinPeriod = VideoFrameSchedulerBase::kNanosIn1s / 120; // 120Hz56 static const nsecs_t kRefitRefreshPeriod = 10 * VideoFrameSchedulerBase::kNanosIn1s; // 10 sec95 nsecs_t period = VideoFrameSchedulerBase::kNanosIn1s / 60;