HomeSort by relevance Sort by last modified time
    Searched full:timestamps (Results 1 - 25 of 877) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/libs/ui/
FrameStats.cpp 39 nsecs_t* timestamps = reinterpret_cast<nsecs_t*>(buffer); local
43 memcpy(timestamps, &refreshPeriodNano, timestampSize);
44 timestamps += 1;
46 memcpy(timestamps, desiredPresentTimesNano.array(), frameCount * timestampSize);
47 timestamps += frameCount;
49 memcpy(timestamps, actualPresentTimesNano.array(), frameCount * timestampSize);
50 timestamps += frameCount;
52 memcpy(timestamps, frameReadyTimesNano.array(), frameCount * timestampSize);
64 nsecs_t const* timestamps = reinterpret_cast<nsecs_t const*>(buffer); local
67 memcpy(&refreshPeriodNano, timestamps, timestampSize)
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
TimestampClockSourceVerificationTest.java 73 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; local
74 // Timestamps in ns, expected in us
75 runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{});
88 long[] timestamps = {ts-4000000, ts-3000000, ts-2000000, ts-1000000, ts}; local
89 // Timestamps in ns, expected in us
90 runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, false, new int[]{0,1,2,3,4});
102 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000}; local
103 // Timestamps in ns, expected in us
104 runVerification(MIN_DELTA_BETWEEN_CLOCKS_MS*1000, timestamps, true, new int[]{});
116 long[] timestamps = {ts-3900000, ts-2950000, ts-2050000, ts-1000000, ts-50000} local
130 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; local
145 long[] timestamps = {ts-4000000, ts-3000000, ts-1000000, ts}; local
    [all...]
EventGapVerificationTest.java 37 // Timestamps in ns, expected in us
45 // Timestamps in ns, expected in us
46 long[] timestamps = {1000000, 2000000, 3000000, 4000000, 5000000}; local
47 runVerification(1000, timestamps, true, new int[]{});
54 // Timestamps in ns, expected in us
55 long[] timestamps = {1100000, 2050000, 2990000, 4000000, 4950000}; local
56 runVerification(1000, timestamps, true, new int[]{});
63 // Timestamps in ns, expected in us
64 long[] timestamps = {1000000, 2000000, 3000000, 5000000, 6000000}; local
65 runVerification(1000, timestamps, true, new int[]{3})
    [all...]
JitterVerificationTest.java 46 long[] timestamps = new long[SAMPLE_SIZE]; local
48 timestamps[i] = i * 100000;
51 ISensorVerification verification = getVerification(1, timestamps);
58 timestamps[i] = timestamp;
62 verification = getVerification(1, timestamps);
74 long[] timestamps = new long[]{0, 1, 2, 3, 4}; local
75 JitterVerification verification = getVerification(1, timestamps);
83 timestamps = new long[]{0, 0, 2, 4, 4};
84 verification = getVerification(1, timestamps);
92 timestamps = new long[]{0, 1, 4, 9, 16}
    [all...]
FrequencyVerificationTest.java 37 long[] timestamps = {0, 1000000, 2000000, 3000000, 4000000}; // 1000Hz local
40 ISensorVerification verification = getVerification(999.0, 1001.0, timestamps);
45 verification = getVerification(850.0, 1050.0, timestamps);
50 verification = getVerification(950.0, 1150.0, timestamps);
55 verification = getVerification(850.0, 975.0, timestamps);
65 verification = getVerification(1025.0, 1150.0, timestamps);
82 long ... timestamps) {
83 Collection<TestSensorEvent> events = new ArrayList<>(timestamps.length);
84 for (long timestamp : timestamps) {
  /external/webrtc/webrtc/modules/video_coding/test/
plotTimingTest.m 51 timeStamps = waitTime(:, 1);
52 tsDiff = diff(timeStamps);
54 timeStamps(wrapIdx+1:end) = hex2dec('ffffffff') + timeStamps(wrapIdx+1:end);
55 timeStamps = timeStamps - timeStamps(1);
59 plot(timeStamps, decTime(:, 2), 'r');
60 plot(timeStamps, waitTime(:, 3), 'g');
61 plot(timeStamps(2:end), diff(renderTime(:, 2)), 'b')
    [all...]
  /build/libs/host/include/host/
CopyFile.h 16 COPY_PERMISSIONS = 0x00080000, // preserve mode, ownership, timestamps
17 COPY_TIMESTAMPS = 0x00100000, // preserve mode, ownership, timestamps
  /external/chromium-trace/catapult/devil/devil/android/perf/
surface_stats_collector.py 9 # Log marker containing SurfaceTexture timestamps.
10 _SURFACE_TEXTURE_TIMESTAMPS_MESSAGE = 'SurfaceTexture update timestamps'
47 (refresh_period, timestamps) = self._GetDataFromThread()
52 return (refresh_period, timestamps)
56 timestamps = []
63 if refresh_period is None or timestamps is None:
76 timestamps += [timestamp for timestamp in new_timestamps
78 if len(timestamps):
79 last_timestamp = timestamps[-1]
83 self._data_queue.put((refresh_period, timestamps))
    [all...]
  /external/llvm/test/MC/COFF/
timestamp.s 2 // REQUIRES: timestamps
  /cts/apps/CameraITS/tests/scene0/
test_unified_timestamps.py 35 # Get the timestamps of motion events.
54 print "Image timestamps:", ts_image0, ts_image1
55 print "Gyro timestamps:", ts_gyro0, ts_gyro1
56 print "Accel timestamps:", ts_accel0, ts_accel1
57 print "Mag timestamps:", ts_mag0, ts_mag1
59 # The motion timestamps must be between the two image timestamps.
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
CaptureStream.java 29 * called for each Request with a queue which will contain the timestamps of
34 * timestamps.
39 * of image timestamps as well as the images added to the {@link Surface}, and
49 * @param timestamps A stream of monotonically-increasing timestamps of
51 * will be bound Images with timestamps not present in the queue
60 public Surface bind(BufferQueue<Long> timestamps)
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
control 13 Ensure the the kernel properly supports monotonic timestamps for
18 or the timestamps aren't in the proper order
  /external/kernel-headers/original/uapi/linux/
errqueue.h 26 * struct scm_timestamping - timestamps exposed through cmsg
29 * communicate network timestamps by passing this struct in a cmsg with
  /build/tools/ziptime/
README.txt 8 This tools replaces the timestamps in the zip headers with a static time
  /external/webrtc/webrtc/modules/video_coding/
inter_frame_delay.h 35 // Return value : true if OK, false when reordered timestamps
40 // Returns the current difference between incoming timestamps
44 // timestamps.
61 // Wrap-around compensated difference between incoming timestamps
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 144 HashMap<String, Long> timestamps = readTimestamps(); local
158 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter,
160 addFileWithFootersToDropBox(db, timestamps, headers, lastKmsgFooter,
162 addFileToDropBox(db, timestamps, headers, "/cache/recovery/log", -LOG_SIZE,
164 addFileToDropBox(db, timestamps, headers, "/cache/recovery/last_kmsg",
166 addAuditErrorsToDropBox(db, timestamps, headers, -LOG_SIZE, "SYSTEM_AUDIT");
167 addFsckErrorsToDropBox(db, timestamps, headers, -LOG_SIZE, "SYSTEM_FSCK");
176 addFileToDropBox(db, timestamps, headers, tombstoneFiles[i].getPath(),
181 writeTimestamps(timestamps);
188 HashMap<String, Long> timestamps = readTimestamps()
294 HashMap<String, Long> timestamps = new HashMap<String, Long>(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
TimestampResponseListener.java 30 * A {@link ResponseListener} which provides a stream of timestamps.
37 public TimestampResponseListener(Updatable<Long> timestamps) {
38 mTimestamps = timestamps;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
fake_frame_generator.py 16 _timestamps: A generator of timestamps to return, or None.
22 timestamps=(x for x in iter(int, 1))):
28 timestamps: generator, A generator of timestamps to return. The default
33 self._timestamps = timestamps
  /external/chromium-trace/catapult/tracing/tracing/model/
counter_sample.html 41 var timestamps = tr.b.dictionaryKeys(samplesByTimestamp);
42 timestamps.sort();
44 for (var i = 0; i < timestamps.length; i++) {
45 var ts = timestamps[i];
80 this.series.timestamps,
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
counter.py 30 return self._counter.timestamps[self._sample_index]
34 self._counter.timestamps[self._sample_index] = start
65 self.timestamps = []
75 if not event_type_predicate(CounterSample) or not self.timestamps:
81 for i in xrange(len(self.timestamps)):
92 return len(self.timestamps)
97 'Length of samples must be a multiple of length of timestamps.')
counter_unittest.py 31 self.counter.timestamps = [111, 222]
37 self.counter.timestamps = [111, 222]
43 self.counter.timestamps = [111, 222]
55 self.counter.timestamps = [111, 222]
  /external/autotest/client/cros/video/
screenshot_file_namer.py 17 When downloading golden images, we will have timestamps that we will want
19 timestamps.
21 When capturing test screenshots we will have timestamps also. Again using
video_screenshot_collector.py 55 def collect_multiple_screenshots(self, timestamps):
59 @param timestamps: time_delta list, time values to collect
68 return [self.collect_screenshot(t) for t in timestamps
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
ImageStreamImpl.java 54 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException,
56 mLifetime.add(timestamps);
57 mImageDistributor.addRoute(timestamps, mImageStreamController);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 142 ptemp->input_timestamps[i].timestamps = -1;
188 table_entry = &pcurrent->input_timestamps[i].timestamps;
228 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) {
276 if (element->timestamps > phead->input_timestamps[i].timestamps) {
279 } else if (element->timestamps == phead->input_timestamps[i].timestamps)
287 header->nTimeStamp = element->timestamps;
305 else if (element->timestamps > phead->input_timestamps[i].timestamps)
    [all...]

Completed in 2021 milliseconds

1 2 3 4 5 6 7 8 91011>>