Searched refs:timestamps (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/libs/ui/ |
D | FrameStats.cpp | 39 nsecs_t* timestamps = reinterpret_cast<nsecs_t*>(buffer); in flatten() local 43 memcpy(timestamps, &refreshPeriodNano, timestampSize); in flatten() 44 timestamps += 1; in flatten() 46 memcpy(timestamps, desiredPresentTimesNano.array(), frameCount * timestampSize); in flatten() 47 timestamps += frameCount; in flatten() 49 memcpy(timestamps, actualPresentTimesNano.array(), frameCount * timestampSize); in flatten() 50 timestamps += frameCount; in flatten() 52 memcpy(timestamps, frameReadyTimesNano.array(), frameCount * timestampSize); in flatten() 64 nsecs_t const* timestamps = reinterpret_cast<nsecs_t const*>(buffer); in unflatten() local 67 memcpy(&refreshPeriodNano, timestamps, timestampSize); in unflatten() [all …]
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStroke.java | 41 private final long[] timestamps; field in GestureStroke 79 timestamps = times; in GestureStroke() 92 timestamps = times.clone(); in GestureStroke() 97 return new GestureStroke(boundingBox, length, points, timestamps); in clone() 203 final long[] times = timestamps; in serialize()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
D | CameraDeviceBinderTest.java | 399 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local 411 timestamps.capture()); in testCaptureStartedCallbacks() 414 for (Long nextTimestamp : timestamps.getAllValues()) { in testCaptureStartedCallbacks()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_presentation_time.txt | 106 video frame timestamps for video encoding, display latency metrics, and
|
/frameworks/base/docs/html/about/versions/ |
D | kitkat.jd | 743 <h4 id="44-audio-timestamps">Audio timestamps for improved AV sync</h4> 746 The audio framework can now report <strong>presentation timestamps</strong> 748 synchronization. Audio timestamps let your app determine when a specific
|
D | lollipop.jd | 104 …ync. The audio and graphics pipelines have been instrumented for more accurate timestamps, enabling
|
D | android-4.4.jd | 44 <li><a href="#AudioTimestamp">On-demand audio timestamps</a></li> 289 <h3 id="AudioTimestamp">On-demand audio timestamps</h3>
|
/frameworks/base/docs/html/training/cloudsync/ |
D | gcm.jd | 210 arrived, the application can compare timestamps of the most recent post, and
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_overview.jd | 611 sensor events to your application; however, you can use the timestamps that are associated with each
|
/frameworks/base/docs/html/tools/sdk/ |
D | eclipse-adt.jd | 1749 <li>The screenshot dialog will add timestamps to the filenames and preserve the orientation on
|