Searched refs:frameTime (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | CameraSourceTimeLapse.cpp | 169 int64_t frameTime, in createMediaBufferCopy() argument 179 (*newBuffer)->meta_data()->setInt64(kKeyTime, frameTime); in createMediaBufferCopy() 184 int64_t frameTime; in fillLastReadBufferCopy() local 185 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime)); in fillLastReadBufferCopy() 186 createMediaBufferCopy(sourceBuffer, frameTime, &mLastReadBufferCopy); in fillLastReadBufferCopy()
|
D | CameraSource.cpp | 742 int64_t frameTime; in read() local 765 frameTime = *mFrameTimes.begin(); in read() 771 (*buffer)->meta_data()->setInt64(kKeyTime, frameTime); in read()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventReceiver.cpp | 56 status_t consumeEvents(JNIEnv* env, bool consumeBatches, nsecs_t frameTime); 139 bool consumeBatches, nsecs_t frameTime) { in consumeEvents() argument 142 getInputChannelName(), consumeBatches ? "true" : "false", frameTime); in consumeEvents() 154 consumeBatches, frameTime, &seq, &inputEvent); in consumeEvents()
|
/frameworks/base/core/java/android/animation/ |
D | ValueAnimator.java | 557 private void doAnimationFrame(long frameTime) { in doAnimationFrame() argument 583 if (anim.delayedAnimationFrame(frameTime)) { in doAnimationFrame() 604 if (anim.doAnimationFrame(frameTime)) { in doAnimationFrame() 1121 final boolean doAnimationFrame(long frameTime) { in doAnimationFrame() argument 1125 mStartTime = frameTime; in doAnimationFrame() 1127 mStartTime = frameTime - mSeekTime; in doAnimationFrame() 1136 final long currentTime = Math.max(frameTime, mStartTime); in doAnimationFrame()
|
/frameworks/base/include/androidfw/ |
D | InputTransport.h | 293 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent); 414 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent); 420 void resampleTouchState(nsecs_t frameTime, MotionEvent* event,
|
/frameworks/base/libs/androidfw/ |
D | InputTransport.cpp | 387 bool consumeBatches, nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consume() argument 390 mChannel->getName().string(), consumeBatches ? "true" : "false", frameTime); in consume() 409 result = consumeBatch(factory, frameTime, outSeq, outEvent); in consume() 504 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consumeBatch() argument 508 if (frameTime < 0) { in consumeBatch() 515 nsecs_t sampleTime = frameTime - RESAMPLE_LATENCY; in consumeBatch()
|
/frameworks/base/core/java/android/view/ |
D | ViewRootImpl.java | 1995 long frameTime = nowTime - mFpsPrevTime; in trackFPS() local 1997 Log.v(TAG, "0x" + thisHash + "\tFrame time:\t" + frameTime); in trackFPS()
|