Home
last modified time | relevance | path

Searched defs:frameTime (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/
DCameraSourceTimeLapse.cpp182 int64_t frameTime, in createMediaBufferCopy()
197 int64_t frameTime; in fillLastReadBufferCopy() local
DCameraSource.cpp847 int64_t frameTime; in read() local
/frameworks/base/core/java/android/animation/
DValueAnimator.java707 void doAnimationFrame(long frameTime) { in doAnimationFrame()
781 void commitAnimationFrame(long frameTime) { in commitAnimationFrame()
1397 final boolean doAnimationFrame(long frameTime) { in doAnimationFrame()
/frameworks/base/libs/hwui/
DJankTracker.cpp80 static uint32_t frameCountIndexForFrameTime(nsecs_t frameTime, uint32_t max) { in frameCountIndexForFrameTime()
/frameworks/base/core/jni/
Dandroid_view_InputEventReceiver.cpp218 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents()
/frameworks/native/libs/input/
DInputTransport.cpp400 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consume()
517 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consumeBatch()
/frameworks/base/core/java/android/view/
DViewRootImpl.java2410 long frameTime = nowTime - mFpsPrevTime; in trackFPS() local