HomeSort by relevance Sort by last modified time
    Searched refs:timestamp (Results 226 - 250 of 2890) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/tools/logblame/
logs.py 19 def __init__(self, buf=None, timestamp=None, uid=None, pid=None, tid=None, level=None,
22 self.timestamp = timestamp
32 return "{%s} {%s} {%s} {%s} {%s} {%s}/{%s}: {%s}" % (self.buf, self.timestamp, self.uid,
38 and self.timestamp == other.timestamp
48 logLine = LogLine(self.buf, self.timestamp, self.uid, self.pid, self.tid, self.level,
68 clone.timestamp = logLine.timestamp
80 timestamp = Non
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_fence.c 39 uint32_t timestamp; member in struct:pipe_fence_handle
57 if (etna_pipe_wait_ns(fence->screen->pipe, fence->timestamp, timeout))
77 fence->timestamp = etna_cmd_stream_timestamp(ctx->stream);
  /external/toolchain-utils/
setup_chromeos.py 85 def TimeToCommonVersion(timestamp):
86 """Convert timestamp to common image version."""
87 tdt = datetime.fromtimestamp(float(timestamp))
95 logger.GetLogger().LogFatal('No common version for timestamp')
114 (4) 'lkgm' for the lkgm release before timestamp
116 (6) 'common' for the team common stable version before timestamp
119 '--timestamp',
120 dest='timestamp',
124 ' before the timestamp. Use in combination with'
153 if not options.timestamp
154 timestamp = '' variable
156 timestamp = options.timestamp.strip() variable
    [all...]
  /external/trappy/tests/
test_base.py 101 """TestBase: Task name, PID, CPU and timestamp are properly paresed """
125 for timestamp in sorted(events):
128 events[timestamp]['task'],
129 events[timestamp]['pid'],
130 events[timestamp]['cpu'],
131 timestamp
145 for timestamp, event in events.iteritems():
146 if type(timestamp) == int:
147 timestamp = float(timestamp) / 1e
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer.h 23 uint32_t timestamp; member in struct:webrtc::DtmfEvent
31 : timestamp(0),
38 : timestamp(ts),
nack.cc 53 uint32_t timestamp) {
54 // Just record the value of sequence number and timestamp if this is the
58 timestamp_last_received_rtp_ = timestamp;
64 timestamp_last_decoded_rtp_ = timestamp;
79 UpdateSamplesPerPacket(sequence_number, timestamp);
84 timestamp_last_received_rtp_ = timestamp;
135 uint32_t timestamp = EstimateTimestamp(n); local
136 NackElement nack_element(TimeToPlay(timestamp), timestamp, is_missing); local
151 uint32_t timestamp) {
    [all...]
nack.h 77 // Update the sequence number and the timestamp of the last decoded RTP. This
79 void UpdateLastDecodedPacket(uint16_t sequence_number, uint32_t timestamp);
81 // Update the sequence number and the timestamp of the last received RTP. This
83 void UpdateLastReceivedPacket(uint16_t sequence_number, uint32_t timestamp);
110 // A guess about the timestamp of the missing packet, it is used for
168 // Estimate timestamp of a missing packet given its sequence number.
171 // Compute time-to-play given a timestamp.
172 int64_t TimeToPlay(uint32_t timestamp) const;
payload_splitter.cc 41 // |F| block PT | timestamp offset | block length |
65 // Bits 8 through 21 are timestamp offset.
68 new_packet->header.timestamp = red_packet->header.timestamp -
165 new_packet->header.timestamp -= duration;
377 uint32_t timestamp = packet->header.timestamp; local
385 new_packet->header.timestamp = timestamp;
386 timestamp += timestamps_per_chunk
421 uint32_t timestamp = packet->header.timestamp; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.h 65 nsecs_t timestamp, const CameraMetadata& metadata);
87 * Stores a new metadata field value and the timestamp at which it changed.
92 MonitorEvent(eventSource src, uint32_t frameNumber, nsecs_t timestamp,
98 nsecs_t timestamp; member in struct:android::TagMonitor::MonitorEvent
  /frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
MidiBtleTimeTracker.java 38 private long mPreviousResult; // To prevent retrograde timestamp
47 * @param timestamp
51 * @return nanoseconds corresponding to the timestamp
53 public long convertTimestampToNanotime(int timestamp, long now) {
54 long deltaMillis = timestamp - mPreviousTimestamp;
55 // will be negative when timestamp wraps
83 // Timestamp should not be older than our window time.
91 // prevent retrograde timestamp
96 mPreviousTimestamp = timestamp;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
InProgressCallSession.java 82 * @param timestamp Timestamp to be recoded with the event
85 synchronized public void addEvent(long timestamp, CallSessionEventBuilder builder) {
92 mLastElapsedTimeMs, timestamp));
95 mLastElapsedTimeMs = timestamp;
InProgressSmsSession.java 98 * @param timestamp Timestamp to be recoded with the event
101 public synchronized void addEvent(long timestamp, SmsSessionEventBuilder builder) {
108 mLastElapsedTimeMs, timestamp));
111 mLastElapsedTimeMs = timestamp;
  /hardware/intel/common/libmix/mix_video/src/
mixvideodecodeparams.h 73 guint64 timestamp; member in struct:_MixVideoDecodeParams
130 guint64 timestamp);
132 guint64 * timestamp);
mixvideoencodeparams.h 73 guint64 timestamp; member in struct:_MixVideoEncodeParams
130 guint64 timestamp);
132 guint64 * timestamp);
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VsyncControl.cpp 65 bool VsyncControl::wait(int disp, int64_t& timestamp)
79 timestamp = (int64_t)arg.vsync.timestamp;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VsyncControl.cpp 65 bool VsyncControl::wait(int disp, int64_t& timestamp)
79 timestamp = (int64_t)arg.vsync.timestamp;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 77 typedef struct timestamp { struct in class:omx_time_stamp_reorder
80 } timestamp; typedef in class:omx_time_stamp_reorder
82 timestamp input_timestamps[TIME_SZ];
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 78 typedef struct timestamp { struct in class:omx_time_stamp_reorder
81 } timestamp; typedef in class:omx_time_stamp_reorder
83 timestamp input_timestamps[TIME_SZ];
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 78 typedef struct timestamp { struct in class:omx_time_stamp_reorder
81 } timestamp; typedef in class:omx_time_stamp_reorder
83 timestamp input_timestamps[TIME_SZ];
  /packages/apps/Camera2/src/com/android/camera/burst/
RingBuffer.java 54 long timestamp = image.getTimestamp(); local
55 if (mImages.get(timestamp) != null) {
62 mEvictionHandler.onFrameInserted(timestamp);
  /packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
FramerateJankDetector.java 60 long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); local
62 double deltaMillis = (timestamp - mLastFrameTimestamp) / 1000000.0;
79 mLastFrameTimestamp = timestamp;
  /packages/apps/Settings/src/com/android/settings/enterprise/
AdminActionPreferenceControllerBase.java 43 final Date timestamp = getAdminActionTimestamp(); local
44 preference.setSummary(timestamp == null ?
46 DateUtils.formatDateTime(mContext, timestamp.getTime(),
  /platform_testing/tests/functional/devicehealthtests/src/com/android/devicehealth/tests/
HealthCheckBase.java 53 long timestamp = 0; local
57 while (null != (entry = dropbox.getNextEntry(label, timestamp))) {
76 timestamp = entry.getTimeMillis();
  /tools/tradefederation/core/src/com/android/tradefed/result/
RetentionFileSaver.java 37 * Creates a .retention file in given dir with timestamp == current + logRetentionDays
58 String timestamp; local
60 timestamp = FileUtil.readStringFromFile(retentionFile);
61 Date retentionDate = new SimpleDateFormat(RETENTION_DATE_FORMAT).parse(timestamp);
67 CLog.e("Unable to read timestamp in retention file %s", retentionFile.getAbsolutePath());
  /frameworks/base/cmds/statsd/tests/external/
puller_util_test.cpp 39 int timestamp = 1234; member in namespace:android::os::statsd
62 shared_ptr<LogEvent> event = make_shared<LogEvent>(uidAtomTagId, timestamp);
71 event = make_shared<LogEvent>(uidAtomTagId, timestamp);
94 shared_ptr<LogEvent> event = make_shared<LogEvent>(uidAtomTagId, timestamp);
103 event = make_shared<LogEvent>(uidAtomTagId, timestamp);
111 event = make_shared<LogEvent>(uidAtomTagId, timestamp);
136 shared_ptr<LogEvent> event = make_shared<LogEvent>(uidAtomTagId, timestamp);
145 event = make_shared<LogEvent>(uidAtomTagId, timestamp);
172 shared_ptr<LogEvent> event = make_shared<LogEvent>(uidAtomTagId, timestamp);
181 event = make_shared<LogEvent>(uidAtomTagId, timestamp);
    [all...]

Completed in 738 milliseconds

1 2 3 4 5 6 7 8 91011>>