Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DVideoFrameSchedulerBase.h46 static const nsecs_t kNanosIn1s = 1000000000; member
47 static const nsecs_t kDefaultVsyncPeriod = kNanosIn1s / 60; // 60Hz
48 static const nsecs_t kVsyncRefreshPeriod = kNanosIn1s; // 1 sec
/frameworks/av/media/libstagefright/
DVideoFrameSchedulerBase.cpp54 static const nsecs_t kMaxAllowedFrameSkip = VideoFrameSchedulerBase::kNanosIn1s; // 1 sec
55 static const nsecs_t kMinPeriod = VideoFrameSchedulerBase::kNanosIn1s / 120; // 120Hz
56 static const nsecs_t kRefitRefreshPeriod = 10 * VideoFrameSchedulerBase::kNanosIn1s; // 10 sec
95 nsecs_t period = VideoFrameSchedulerBase::kNanosIn1s / 60;