/hardware/qcom/media/msm8996/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...] |
/external/webrtc/webrtc/system_wrappers/include/ |
rtp_to_ntp.h | 30 // Updates |rtcp_list| with timestamps from the latest RTCP SR. 31 // |new_rtcp_sr| will be set to true if these are the timestamps which have
|
/packages/apps/Camera2/src/com/android/camera/one/v2/common/ |
SimpleCaptureStream.java | 36 public Surface bind(BufferQueue<Long> timestamps) throws InterruptedException { 39 timestamps.close();
|
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/ |
ImageDistributor.java | 28 * Begins routing new images with timestamps matching those found in 37 * @param inputTimestampQueue A queue containing timestamps of all images to
|
ImageDistributorImpl.java | 41 * with timestamps which match those found in the input stream. 57 * Contains pairs mapping {@link BufferQueue}s of timestamps of images to 59 * timestamps. 65 * A stream to consume timestamps for all images captured by the underlying 72 * @param globalTimestampStream A stream of timestamps for every capture 93 * timestamps. 197 * timestamps present in inputTimestampStream. Note that 203 * @param inputTimestampBufferQueue A stream of timestamps of images to be
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
counter_track_test.html | 21 var runTest = function(timestamps, samples, testFn) { 33 for (var k = 0; k < timestamps.length; ++k) { 34 ctr.series[i].addCounterSample(timestamps[k], samples[i][k]); 75 var timestamps = [0, 1, 2, 3, 4, 5, 6, 7]; 79 for (var k = 0; k < timestamps.length; ++k) { 80 ctr.series[i].addCounterSample(timestamps[k], samples[i][k]); 106 var timestamps = [0, 1, 2, 3, 4, 5, 6, 7]; 110 runTest.call(this, timestamps, samples, function(ctr, container, track) { 145 var timestamps = [0, 1, 2, 3, 4, 5, 6, 7]; 149 runTest.call(this, timestamps, samples, function(ctr, container, track) [all...] |
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
ts_parser.cpp | 122 ptemp->input_timestamps[i].timestamps = -1; 158 table_entry = &pcurrent->input_timestamps[i].timestamps; 189 if (phead->input_timestamps[i].in_use && phead->input_timestamps[i].timestamps == ts) { 227 if (element->timestamps > phead->input_timestamps[i].timestamps){ 230 } else if(element->timestamps == phead->input_timestamps[i].timestamps) 237 header->nTimeStamp = element->timestamps; 253 if (duplicate->timestamps > phead->input_timestamps[i].timestamps) [all...] |
/build/tools/acp/ |
README | 20 - On some systems it's possible to have microsecond-accurate timestamps 21 on an NFS volume, and non-microsecond timestamps on a local volume. 25 to preserve timestamps.
|
/external/chromium-trace/catapult/tracing/tracing/model/ |
event_container.html | 49 * of timestamps for all ancestor events. 59 * will describe the range of timestamps of all ancestor events. 68 * Shifts the timestamps for ancestor events by 'amount' milliseconds.
|
counter.html | 68 set timestamps(arg) { 109 get timestamps() { 112 return this.series_[0].timestamps; 138 * Shifts all the timestamps inside this counter forward by the amount 167 // Note, this assumes that all series have all timestamps.
|
/external/webrtc/webrtc/base/ |
timeutils.h | 57 // Returns the later of two timestamps. 62 // Returns the earlier of two timestamps. 68 // timestamps. The value is negative if 'later' occurs before 'earlier'.
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventOrderingVerificationTest.java | 44 * Test that the verification passes when the timestamps are increasing. 90 private static EventOrderingVerification getVerification(long ... timestamps) { 91 Collection<TestSensorEvent> events = new ArrayList<>(timestamps.length); 92 for (long timestamp : timestamps) {
|
/external/autotest/contrib/ |
servo-inventory | 8 # timestamps are recorded on stderr.
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
range_utils_test.html | 93 var timestampMerger = function(timestamps) { 95 min: timestamps[0].min, 96 max: timestamps[timestamps.length - 1].max
|
/system/connectivity/shill/net/ |
event_history.h | 32 // EventHistory is a list of timestamps tracking the occurrence of one or more 34 // can optionally be provided to limit the number of event timestamps saved 51 // |max_events_saved_|, event timestamps are removed in FIFO order until the 70 // Returns the number of timestamps in |events_| within the interval spanning
|
/build/tools/ziptime/ |
ZipFile.h | 18 // Class to rewrite zip file headers to remove dynamic timestamps. 41 * Rewrite an archive's headers to remove dynamic timestamps.
|
/external/autotest/site_utils/rpm_control_system/ |
utils.py | 88 self.timestamps = {} 107 self.timestamps.pop(removed_key) 109 self.timestamps[key] = time.time() 115 key in self.timestamps and 116 time.time() - self.timestamps[key] > self.expiration_secs): 118 self.timestamps.pop(key)
|
/system/core/init/ |
compare-bootcharts.py | 17 """Compare two bootcharts and list start/end timestamps on key processes. 19 This script extracts two bootchart.tgz files and compares the timestamps 29 The timestamps are 200ms apart, and the creation time of selected processes 38 # The bootchart timestamps are 200ms apart, but the USER_HZ value is not 39 # reported in the bootchart, so we use the first two timestamps to calculate 85 # Break proc_ps into chunks based on timestamps
|
/external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/ |
smoothness.py | 37 frame_time_discrepancy: The absolute discrepancy of frame timestamps 96 """Joins ranges of timestamps, adjusting timestamps to remove deltas 99 timestamps = [] 101 if len(timestamps) == 0: 102 timestamps.extend(timestamp_range) 105 timestamps.append(timestamps[-1] + 107 return timestamps 116 timestamps = self._JoinTimestampRanges(stats.frame_timestamps [all...] |
/frameworks/base/core/java/android/gesture/ |
GestureStroke.java | 41 private final long[] timestamps; field in class:GestureStroke 78 timestamps = times; 91 timestamps = times.clone(); 96 return new GestureStroke(boundingBox, length, points, timestamps); 202 final long[] times = timestamps;
|
/frameworks/native/services/surfaceflinger/ |
DispSync.h | 44 // feeding consecutive hardware event timestamps to the DispSync object via 47 // The model is validated using timestamps from Fence objects that are passed 49 // timestamps should correspond to a hardware vsync event, but they need not 74 // addResyncSample method, the timestamps of consecutive fences need not 85 // event timestamps, and finally calling endResync when addResyncSample
|
/system/core/bootstat/ |
boot_event_record_store_test.cpp | 70 // two timestamps taken back-to-back. 169 std::vector<int32_t> timestamps; local 172 timestamps.push_back(i->second); 177 for (auto i = timestamps.cbegin(); i != timestamps.cend(); ++i) {
|
/external/chromium-trace/catapult/tracing/tracing/extras/vsync/ |
vsync_auditor_test.html | 50 function buildCounterSeries(name, timestamps) { 52 for (var i = 0; i < timestamps.length; i++) 53 series.addCounterSample(timestamps[i], 1);
|
/external/netperf/src/ |
hist.h | 94 at least max_outstanding timestamps 107 HIST_purge - forget about any remaining outstanding timestamps 156 timestamps
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
payload_splitter.cc | 241 // 8 bytes per ms; 8 timestamps per ms. 247 // 2 * 8 bytes per ms; 8 timestamps per ms. 252 // 8 bytes per ms; 16 timestamps per ms. 257 // 16 bytes per ms; 8 timestamps per ms. 262 // 32 bytes per ms; 16 timestamps per ms. 267 // 64 bytes per ms; 32 timestamps per ms. 272 // 96 bytes per ms; 48 timestamps per ms. 277 // 2 * 16 bytes per ms; 8 timestamps per ms. 282 // 2 * 32 bytes per ms; 16 timestamps per ms. 287 // 2 * 64 bytes per ms; 32 timestamps per ms [all...] |