Searched defs:frameTime (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | AnimationHandler.java | 137 private void doAnimationFrame(long frameTime) { in doAnimationFrame() 160 private void commitAnimationFrame(AnimationFrameCallback callback, long frameTime) { in commitAnimationFrame() 282 boolean doAnimationFrame(long frameTime); in doAnimationFrame() 299 void commitAnimationFrame(long frameTime); in commitAnimationFrame()
|
H A D | ValueAnimator.java | 1305 public void commitAnimationFrame(long frameTime) { in commitAnimationFrame() 1437 public final boolean doAnimationFrame(long frameTime) { in doAnimationFrame() 1498 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
|
H A D | Animator.java | 471 boolean pulseAnimationFrame(long frameTime) { in pulseAnimationFrame()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | CameraSourceTimeLapse.cpp | 183 int64_t frameTime, in createMediaBufferCopy() 199 int64_t frameTime; in fillLastReadBufferCopy() local
|
H A D | CameraSource.cpp | 876 int64_t frameTime; in read() local
|
/aosp12/frameworks/av/media/libaaudio/examples/input_monitor/src/ |
H A D | input_monitor.cpp | 168 int64_t frameTime = 0; in main() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | ProfileData.cpp | 45 static uint32_t frameCountIndexForFrameTime(nsecs_t frameTime) { in frameCountIndexForFrameTime()
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | LayerInfo.cpp | 59 FrameTimeData frameTime = {.presentTime = lastPresentTime, in setLastPresentTime() local
|
/aosp12/frameworks/native/services/surfaceflinger/TimeStats/ |
H A D | TimeStats.h | 187 FrameTime frameTime; member
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 711 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consume() 875 nsecs_t frameTime, uint32_t* outSeq, InputEvent** outEvent) { in consumeBatch()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_InputEventReceiver.cpp | 300 bool consumeBatches, nsecs_t frameTime, bool* outConsumedBatch) { in consumeEvents()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCamera2HWICallbacks.cpp | 697 nsecs_t frameTime = 0, mPreviewTimestamp = 0; in synchronous_stream_cb_routine() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 4006 long frameTime = nowTime - mFpsPrevTime; in trackFPS() local
|