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

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/cros/video/
sequence_generator.py 15 Generates a list of timestamps sequence given the configuration.
26 @param interval_in_s: Time gap between two successive timestamps.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
video_file_frame_generator_unittest.py 30 timestamps = [0, 33.367, 66.733]
40 self.assertAlmostEqual(fg.CurrentTimestamp, timestamps[i], 3)
  /external/chromium-trace/catapult/tracing/tracing/extras/importer/linux_perf/
kfunc_parser.html 68 message: 'Timestamps are moving backward.'
93 message: 'Timestamps are moving backward.'
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
AllocatingImageStream.java 77 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException,
80 return super.bind(timestamps);
  /external/chromium-trace/catapult/telemetry/telemetry/util/
statistics.py 128 def TimestampsDiscrepancy(timestamps, absolute=True,
133 of timestamps. Note that this is different from metrics based on the
156 |timestamps| may be a list of lists S = [S_1, S_2, ..., S_N], where each
160 if not timestamps:
163 if isinstance(timestamps[0], list):
164 range_discrepancies = [TimestampsDiscrepancy(r) for r in timestamps]
167 samples, sample_scale = NormalizeSamples(timestamps)
189 Because timestamp discrepancy is defined in terms of timestamps, we first
190 convert the list of durations to monotonically increasing timestamps.
200 timestamps = reduce(lambda x, y: x + [x[-1] + y], durations, [0]
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/base/
statistics.html 256 * series of timestamps. Note that this is different from metrics based on
279 * |timestamps| may be a list of lists S = [S_1, S_2, ..., S_N], where each
283 Statistics.timestampsDiscrepancy = function(timestamps, opt_absolute,
285 if (timestamps.length === 0)
291 if (Array.isArray(timestamps[0])) {
292 var range_discrepancies = timestamps.map(function(r) {
298 var s = Statistics.normalizeSamples(timestamps);
323 * Because timestamp discrepancy is defined in terms of timestamps, we first
324 * convert the list of durations to monotonically increasing timestamps.
336 var timestamps = durations.reduce(function(prev, curr, index, array)
    [all...]
  /build/tools/ziptime/
ZipTime.cpp 18 * Zip tool to remove dynamic timestamps
  /external/autotest/client/site_tests/hardware_TPMTakeOwnership/
hardware_TPMTakeOwnership.py 78 timestamps = dict()
117 timestamps[i] = self.tpm_obj.takeTpmOwnership()
127 for k, v in timestamps.iteritems():
133 self.perf_dict['num_total_iterations'] = len(timestamps)
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/src/
ftrace-clock-monotonic.c 32 // timestamps
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
revision-range-test.html 40 test('getDisplayRevisionRange formats timestamps', function() {
  /external/iputils/doc/
clockdiff.sgml 65 Some nodes (Cisco) use non-standard timestamps, which is allowed
66 by RFC, but makes timestamps mostly useless.
69 Some nodes generate messed timestamps (Solaris&gt;2.4), when
72 randomly making timestamps mostly useless. Good news is that you can
  /external/llvm/test/tools/dsymutil/
archive-timestamp.test 3 # This is the archive member part of basic-archive.macho.x86_64 debug map with corrupted timestamps.
  /external/strace/
strace-log-merge 12 option which prints timestamps (otherwise sorting won't do any good).
  /external/valgrind/helgrind/
README_YARD.txt 11 the idea of shadowing each memory location with two vector timestamps,
  /external/webrtc/webrtc/modules/audio_coding/neteq/
timestamp_scaler.h 23 // This class scales timestamps for codecs that need timestamp scaling.
  /external/wpa_supplicant_8/hostapd/
hostapd.8 49 Include timestamps in some debug messages.
  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
loopback_mediarecorder.html 156 var timeStamps = [];
164 timeStamps.push(event.timeStamp);
194 var timeStamps = [];
202 timeStamps.push(event.timeStamp);
212 return videoSize > 0 && timeStamps.length > 10;
  /external/webrtc/webrtc/modules/video_coding/
receiver.cc 86 // We don't want to include timestamps which have suffered from
179 // We don't want to include timestamps which have suffered from
249 // Render timestamps are computed just prior to decoding. Therefore this is
250 // only an estimate based on frames' timestamps and current timing state.
258 // Get render timestamps.
  /cts/apps/CameraITS/tests/sensor_fusion/
test_sensor_fusion.py 83 # timestamps are in the "events" dictionary, and "frames" is a list of
90 # Sanity check camera timestamps are enclosed by sensor timestamps
91 # This will catch bugs where camera and gyro timestamps go completely out
100 print "Test failed: camera timestamps [%f,%f] " \
101 "are not enclosed by gyro timestamps [%f, %f]" % (
313 events: Dictionary containing all gyro events and cam timestamps.
333 events: Dictionary containing all gyro events and cam timestamps.
  /device/asus/fugu/libaudio/
AudioStreamOut.h 78 // Track frame position for timestamps, etc.
83 // This cache is used in case of retrograde timestamps or if the mRoutingLock is held.
  /external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py 15 This verifies that the kernel supports monotonic clock timestamps for
89 raise error.TestFail('no valid timestamps seen in trace file')
  /external/kernel-headers/original/uapi/linux/
ip.h 79 #define IPOPT_TS_TSONLY 0 /* timestamps only */
80 #define IPOPT_TS_TSANDADDR 1 /* timestamps and addresses */
  /external/oauth/core/src/main/java/net/oauth/
SimpleOAuthValidator.java 33 // default window for timestamps is 5 minutes
50 * into the future) in which we'll accept timestamps.
  /external/webrtc/webrtc/base/
rtccertificate_unittests.cc 39 // All timestamps in this unittest are expressed in number of seconds since
43 // when generating certificates or comparing timestamps.
  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp.cc 27 // timestamps.
94 // timestamps and returns false if it can't do the conversion due to reordering.

Completed in 1381 milliseconds

1 23 4 5 6 7 8 91011>>