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

/frameworks/base/libs/hwui/
H A DJankTracker.cpp230 void JankTracker::setFrameInterval(nsecs_t frameInterval) { argument
231 mFrameInterval = frameInterval;
240 * Thus this must always be larger than frameInterval, or it will fail
242 mThresholds[kHighInputLatency] = static_cast<int64_t>(1.5 * frameInterval);
247 mThresholds[kSlowUI] = static_cast<int64_t>(.5 * frameInterval);
248 mThresholds[kSlowSync] = static_cast<int64_t>(.2 * frameInterval);
249 mThresholds[kSlowRT] = static_cast<int64_t>(.75 * frameInterval);
/frameworks/base/libs/hwui/renderthread/
H A DCanvasContext.cpp278 nsecs_t frameInterval = mRenderThread.timeLord().frameIntervalNanos(); local
291 // If there's a multi-frameInterval gap we effectively already dropped a frame,
293 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 2027 milliseconds