Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DVideoFrameScheduler.cpp35 static const nsecs_t kNanosIn1s = 1000000000; variable
61 static const nsecs_t kMaxAllowedFrameSkip = kNanosIn1s; // 1 sec
62 static const nsecs_t kMinPeriod = kNanosIn1s / 120; // 120Hz
63 static const nsecs_t kRefitRefreshPeriod = 10 * kNanosIn1s; // 10 sec
102 nsecs_t period = kNanosIn1s / 60;
327 static const nsecs_t kDefaultVsyncPeriod = kNanosIn1s / 60; // 60Hz
328 static const nsecs_t kVsyncRefreshPeriod = kNanosIn1s; // 1 sec