Home | History | Annotate | Download | only in wsi

Lines Matching defs:MILLISECOND

60 static const deUint64 MILLISECOND = 1000ull * 1000ull;
61 static const deUint64 SECOND = 1000ull * MILLISECOND;
1131 if (pastPresentationTimings[pastPresentationInfoNdx].actualPresentTime > (pastPresentationTimings[pastPresentationInfoNdx].desiredPresentTime + m_rcDuration.refreshDuration + MILLISECOND))
1158 (pastPresentationTimings[pastPresentationInfoNdx].presentMargin > (2 * MILLISECOND)))