/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/com/android/server/ |
D | BootReceiver.java | 207 HashMap<String, Long> timestamps = readTimestamps(); in logBootEvents() local 221 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter, in logBootEvents() 223 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter, in logBootEvents() 225 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter, in logBootEvents() 227 addFileToDropBox(db, timestamps, headers, "/cache/recovery/log", -LOG_SIZE, in logBootEvents() 229 addFileToDropBox(db, timestamps, headers, "/cache/recovery/last_kmsg", in logBootEvents() 231 addAuditErrorsToDropBox(db, timestamps, headers, -LOG_SIZE, "SYSTEM_AUDIT"); in logBootEvents() 239 addFsckErrorsToDropBoxAndLogFsStat(db, timestamps, headers, -LOG_SIZE, "SYSTEM_FSCK"); in logBootEvents() 246 addFileToDropBox(db, timestamps, headers, tombstoneFiles[i].getPath(), in logBootEvents() 251 writeTimestamps(timestamps); in logBootEvents() [all …]
|
/frameworks/av/camera/ |
D | ICameraRecordingProxyListener.cpp | 68 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch() argument 74 uint32_t n = timestamps.size(); in recordingFrameHandleCallbackTimestampBatch() 77 __FUNCTION__, timestamps.size(), handles.size()); in recordingFrameHandleCallbackTimestampBatch() 81 for (auto ts : timestamps) { in recordingFrameHandleCallbackTimestampBatch() 144 std::vector<nsecs_t> timestamps; in onTransact() local 146 timestamps.reserve(n); in onTransact() 156 timestamps.push_back(t); in onTransact() 169 recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in onTransact()
|
D | ICameraClient.cpp | 97 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch() argument 102 uint32_t n = timestamps.size(); in recordingFrameHandleCallbackTimestampBatch() 105 __FUNCTION__, timestamps.size(), handles.size()); in recordingFrameHandleCallbackTimestampBatch() 109 for (auto ts : timestamps) { in recordingFrameHandleCallbackTimestampBatch() 190 std::vector<nsecs_t> timestamps; in onTransact() local 192 timestamps.reserve(n); in onTransact() 202 timestamps.push_back(t); in onTransact() 215 recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in onTransact()
|
D | Camera.cpp | 430 const std::vector<nsecs_t>& timestamps, in recordingFrameHandleCallbackTimestampBatch() argument 442 proxylistener->recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in recordingFrameHandleCallbackTimestampBatch() 453 listener->postRecordingFrameHandleTimestampBatch(timestamps, handles); in recordingFrameHandleCallbackTimestampBatch()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStroke.java | 41 private final long[] timestamps; field in GestureStroke 78 timestamps = times; in GestureStroke() 91 timestamps = times.clone(); in GestureStroke() 96 return new GestureStroke(boundingBox, length, points, timestamps); in clone() 202 final long[] times = timestamps; in serialize()
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_get_frame_timestamps.txt | 45 This extension allows querying various timestamps related to the composition 77 const EGLint *timestamps, EGLnsecsANDROID *values); 120 be used to correlate a particular eglSwapBuffers with its timestamps in 130 allows querying anticipated timestamps and durations related to the 151 const EGLint *timestamps, EGLnsecsANDROID *values); 153 allows querying various timestamps related to the composition and display 173 The eglGetFrameTimestampsANDROID function takes an array of timestamps to 174 query and returns timestamps in the corresponding indices of the values 175 array. The possible timestamps that can be queried are:
|
D | EGL_ANDROID_presentation_time.txt | 106 video frame timestamps for video encoding, display latency metrics, and
|
/frameworks/av/media/libnbaio/ |
D | PerformanceAnalysis.cpp | 225 void PerformanceAnalysis::storeOutlierData(const std::vector<int64_t> ×tamps) { in storeOutlierData() argument 226 if (timestamps.size() < 1) { in storeOutlierData() 231 mPrevNs = timestamps[0]; in storeOutlierData() 233 for (const auto &ts: timestamps) { in storeOutlierData()
|
D | NBLog.cpp | 1133 std::priority_queue<MergeItem, std::vector<MergeItem>, std::greater<MergeItem>> timestamps; in merge() local 1138 timestamps.emplace(ts, i); in merge() 1142 while (!timestamps.empty()) { in merge() 1144 int index = timestamps.top().index; in merge() 1149 timestamps.pop(); in merge() 1152 timestamps.emplace(ts, index); in merge()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_timestamps.cpp | 50 TimestampInfo timestamps[MAX_TIMESTAMPS]; member 86 TimestampInfo *timestamp = ×tampData->timestamps[timestampData->timestampCount]; in timestampDataCallbackProc() 242 TimestampInfo *timestamp = &sTimestampData.timestamps[i]; in testTimeStamps()
|
/frameworks/av/camera/include/camera/ |
D | ICameraRecordingProxyListener.h | 44 const std::vector<nsecs_t>& timestamps,
|
D | Camera.h | 48 const std::vector<nsecs_t>& timestamps, 177 const std::vector<nsecs_t>& timestamps,
|
/frameworks/av/camera/include/camera/android/hardware/ |
D | ICameraClient.h | 49 const std::vector<nsecs_t>& timestamps,
|
/frameworks/av/media/libnbaio/include/media/nbaio/ |
D | PerformanceAnalysis.h | 70 void storeOutlierData(const std::vector<timestamp_raw> ×tamps);
|
/frameworks/av/include/media/nbaio/ |
D | PerformanceAnalysis.h | 70 void storeOutlierData(const std::vector<timestamp_raw> ×tamps);
|
/frameworks/av/media/libaaudio/examples/utils/ |
D | AAudioSimplePlayer.h | 237 Timestamp timestamps[MAX_TIMESTAMPS]; member 286 Timestamp *timestamp = &sineData->timestamps[sineData->timestampCount]; in SimplePlayerDataCallbackProc()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/ |
D | CameraDeviceBinderTest.java | 455 ArgumentCaptor<Long> timestamps = ArgumentCaptor.forClass(Long.class); in testCaptureStartedCallbacks() local 467 timestamps.capture()); in testCaptureStartedCallbacks() 470 for (Long nextTimestamp : timestamps.getAllValues()) { in testCaptureStartedCallbacks()
|
/frameworks/av/media/libaaudio/examples/write_sine/src/ |
D | write_sine_callback.cpp | 124 Timestamp *timestamp = &myData.timestamps[i]; in testOpenPlayClose()
|
/frameworks/base/core/proto/android/service/ |
D | graphicsstats.proto | 37 // The start & end timestamps in UTC as
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | CameraClient.cpp | 914 std::vector<nsecs_t> timestamps; in handleCallbackTimestampBatch() local 916 timestamps.reserve(n); in handleCallbackTimestampBatch() 939 timestamps.push_back(msg.timestamp); in handleCallbackTimestampBatch() 942 c->recordingFrameHandleCallbackTimestampBatch(timestamps, handles); in handleCallbackTimestampBatch()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 62 const std::vector<nsecs_t>& timestamps, 118 const std::vector<nsecs_t>& timestamps, in postRecordingFrameHandleTimestampBatch() argument 122 int n = timestamps.size(); in postRecordingFrameHandleTimestampBatch() 125 modifiedTimestamps[i] = timestamps[i] / 1000; in postRecordingFrameHandleTimestampBatch()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 558 …ace surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID… 564 …ace surface, EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, EGLnsecsANDROID…
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | README.md | 55 - -n Ignore timestamps and run through trace as fast as possible
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 2297 EGLuint64KHR frameId, EGLint numTimestamps, const EGLint *timestamps, in eglGetFrameTimestampsANDROID() argument 2329 switch (timestamps[i]) { in eglGetFrameTimestampsANDROID()
|