Searched refs:frameInterval (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DJankTracker.cpp89 void JankTracker::setFrameInterval(nsecs_t frameInterval) { argument
90 mFrameInterval = frameInterval;
99 * Thus this must always be larger than frameInterval, or it will fail
101 mThresholds[kHighInputLatency] = static_cast<int64_t>(1.5 * frameInterval);
106 mThresholds[kSlowUI] = static_cast<int64_t>(.5 * frameInterval);
107 mThresholds[kSlowSync] = static_cast<int64_t>(.2 * frameInterval);
108 mThresholds[kSlowRT] = static_cast<int64_t>(.75 * frameInterval);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp283 nsecs_t frameInterval = mRenderThread.timeLord().frameIntervalNanos(); local
296 // If there's a multi-frameInterval gap we effectively already dropped a frame,
298 if (swapA.swapCompletedTime - swapB.swapCompletedTime > frameInterval * 3) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp2630 float frameInterval; local
2667 frameInterval = 1000 / LayerFrameRate[i]; /* next rec. time */
2668 delta = (Int)(frameInterval / 4); /* empirical number */

Completed in 203 milliseconds