HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 326 - 350 of 3536) sorted by null

<<11121314151617181920>>

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 417 LOG_E("Failed to get timestamp\n");
437 LOG_V("timestamp changed and parsing is still in progress\n");
516 bufentry->timestamp = ts;
518 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_DONE = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp);
567 bufentry->timestamp = ts;
568 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_OK = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp);
587 vbp_data_mp42 *data, guint64 timestamp, gboolean discontinuity) {
629 mix_videofmt_mp42_release_input_buffers(mix, timestamp);
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_kgsl.h 225 driver. The timestamp fields are volatile because they are written by the
245 /* timestamp id*/
247 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
248 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
364 /* block until the GPU has executed past a given timestamp
368 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
377 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
389 * timestamp is a returned counter value which can be passed to
400 unsigned int timestamp; /*output param */ member in struct:kgsl_ringbuffer_issueibcmds
407 /* read the most recently executed timestamp valu
412 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp
429 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
481 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp_ctxtid
491 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
639 unsigned int timestamp; \/* Timestamp to trigger event on *\/ member in struct:kgsl_timestamp_event
929 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
987 unsigned int timestamp; member in struct:kgsl_submit_commands
    [all...]
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstMediaItem.java 38 * Gets timestamp of the media in nanoseconds.
40 * @return timestamp of the media in nanoseconds
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
ResponseListenerBroadcaster.java 43 public void onStarted(long timestamp) {
45 listener.onStarted(timestamp);
  /external/linux-tools-perf/src/tools/perf/
builtin-sched.c 62 u64 timestamp; member in struct:sched_atom
238 get_new_event(struct task_desc *task, u64 timestamp)
244 event->timestamp = timestamp;
266 u64 timestamp, u64 duration)
280 event = get_new_event(task, timestamp);
289 u64 timestamp, struct task_desc *wakee)
293 event = get_new_event(task, timestamp);
316 u64 timestamp, u64 task_state __maybe_unused)
318 struct sched_atom *event = get_new_event(task, timestamp);
686 u64 timestamp0, timestamp = sample->time; local
921 u64 timestamp0, timestamp = sample->time; local
985 u64 timestamp = sample->time; local
1015 u64 timestamp = sample->time; local
1064 u64 timestamp = sample->time; local
1273 u64 timestamp0, timestamp = sample->time; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventTimestampSynchronizationVerification.java 32 * A {@link ISensorVerification} which verifies that the timestamp of the {@link SensorEvent} is
51 * @param maximumSynchronizationErrorNs The valid threshold for timestamp synchronization.
98 new StringBuilder(" event timestamp synchronization failures: ");
131 * Verifies timestamp synchronization for all sensor events.
144 long eventTimestampNs = event.timestamp;
153 builder.append(", timestamp=").append(String.format("%.2fms",
FrequencyVerification.java 160 mMinTimestamp = event.timestamp;
161 mMaxTimestamp = event.timestamp;
163 if (mMinTimestamp > event.timestamp) {
164 mMinTimestamp = event.timestamp;
166 if (mMaxTimestamp < event.timestamp) {
167 mMaxTimestamp = event.timestamp;
  /cts/tests/tests/net/src/android/net/wifi/cts/
ScanResultTest.java 157 long timestamp = 0; local
168 timestamp = result.timestamp;
169 assertTrue(timestamp != 0);
180 long timeDiff = (result.timestamp - timestamp) / 1000;
  /device/generic/goldfish/camera/
CallbackNotifier.cpp 212 nsecs_t timestamp,
216 isNewVideoFrameTime(timestamp)) {
221 mDataCBTimestamp(timestamp, CAMERA_MSG_VIDEO_FRAME,
292 bool CallbackNotifier::isNewVideoFrameTime(nsecs_t timestamp)
295 if ((timestamp - mLastFrameTimestamp) >= mFrameRefreshFreq) {
296 mLastFrameTimestamp = timestamp;
CallbackNotifier.h 157 * timestamp - Frame's timestamp.
161 nsecs_t timestamp,
193 * timestamp - Timestamp for the new frame. */
194 bool isNewVideoFrameTime(nsecs_t timestamp);
217 /* Timestamp when last frame has been delivered to the framework. */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 65 uint32 timeStamp; /* time stamp */
109 uint32 timestamp; member in struct:tagVopHeaderInfo
155 Bool PVDecSetReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
156 Bool PVDecSetEnhReference(VideoDecControls *decCtrl, uint8 *refYUV, uint32 timestamp);
157 OSCL_IMPORT_REF Bool PVDecodeVideoFrame(VideoDecControls *decCtrl, uint8 *bitstream[], uint32 *timestamp, int32 *buffer_size, uint use_ext_timestamp[], uint8* currYUV);
158 Bool PVDecodeVopHeader(VideoDecControls *decCtrl, uint8 *buffer[], uint32 timestamp[], int32 buffer_size[], VopHeaderInfo *header_info, uint use_ext_timestamp[], uint8 *currYUV);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaSessionStatus.java 46 private static final String KEY_TIMESTAMP = "timestamp";
90 * Gets the timestamp associated with the status information in
93 * @return The status timestamp in the {@link SystemClock#elapsedRealtime()} time base.
131 result.append("timestamp=");
180 * reference timestamp.
203 * Sets the timestamp associated with the status information in
  /libcore/luni/src/test/java/libcore/java/sql/
OldResultSetGetterTests.java 30 import java.sql.Timestamp;
134 java.sql.Timestamp.class, // Types.TIMESTAMP,
166 + " dateVal DATE, " + " timeVal TIME, " + " TS TIMESTAMP, "
701 * "TIMESTAMP", "DATETIME", "TINYBLOB", "BLOB", "MEDIUMBLOB",
708 "TIME", "TIMESTAMP", "DATETIME", "BLOB", "BLOB", "BLOB",
922 // getTime should return Time value for a TIMESTAMP type but returns null
957 // Compatibility Test: TIMESTAMP value
978 // getTime on TIMESTAMP value fails: returns null
    [all...]
  /frameworks/av/media/libnbaio/
NBLog.cpp 343 String8 timestamp, body; local
347 // TODO timestamp empty here, only other choice to wait for the first timestamp event in the
348 // log to push it out. Consider keeping the timestamp/body between calls to readAt().
349 dumpLine(timestamp, body);
357 timestamp.appendFormat("[%*s]", (int) width + 4, "");
402 dumpLine(timestamp, body);
405 timestamp.clear();
407 timestamp.appendFormat("[%d.%03d to .%.03d by .%.03d to .%.03d]",
415 timestamp.appendFormat("[%d.%03d]", (int) ts.tv_sec
    [all...]
  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 260 long timestamp) {
267 timestamp);
295 float[] values,int accuracy, long timestamp);
410 long timestamp) {
411 return nativeInjectSensorData(nSensorEventQueue, handle, values, accuracy, timestamp);
420 long timestamp);
457 long timestamp) {
471 t.timestamp = timestamp;
524 long timestamp) {
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
MessageData.java 360 // Set the retry start timestamp if this message is already in process of retrying
749 final long timestamp) {
754 mReceivedTimestamp = timestamp;
755 mSentTimestamp = timestamp;
757 mRetryStartTimestamp = timestamp;
760 public final void markMessageManualResend(final long timestamp) {
761 // Manual send updates timestamp and transitions back to initial sending status.
762 mReceivedTimestamp = timestamp;
763 mSentTimestamp = timestamp;
767 public final void markMessageSending(final long timestamp) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.cpp 179 BI_LOGE("Failed to pin buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")",
182 BI_LOGV("Pinned buffer (frame %" PRIu64 ", timestamp %" PRId64 ")",
237 "(timestamp %" PRId64 ", framenumber %" PRIu64,
242 BI_LOGV("Attempting to release buffer timestamp %" PRId64 ", frame %" PRIu64,
256 BI_LOGV("Buffer timestamp %" PRId64 ", frame %" PRIu64 " evicted",
309 BI_LOGV("New buffer acquired (timestamp %" PRId64 "), "
315 BI_LOGE("Timestamp decreases from %" PRId64 " to %" PRId64,
343 "(timestamp %" PRId64 ", framenumber %" PRIu64,
355 BI_LOGE("Failed to unpin buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")",
358 BI_LOGV("Unpinned buffer (timestamp %" PRId64 ", framenumber %" PRIu64 ")"
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentsProvider.java 80 public static final String TIMESTAMP = "timestamp";
94 public static final String TIMESTAMP = "timestamp";
134 RecentColumns.TIMESTAMP + " INTEGER" +
150 ResumeColumns.TIMESTAMP + " INTEGER," +
178 return db.query(TABLE_RECENT, projection, RecentColumns.TIMESTAMP + ">" + cutoff,
207 values.put(RecentColumns.TIMESTAMP, System.currentTimeMillis());
210 db.delete(TABLE_RECENT, RecentColumns.TIMESTAMP + "<" + cutoff, null);
229 values.put(ResumeColumns.TIMESTAMP, System.currentTimeMillis())
    [all...]
  /device/asus/fugu/libaudio/
AudioStreamOut.cpp 26 // Set to 1 to print timestamp data in CSV format.
351 struct timespec *timestamp)
354 // If we cannot get a lock then try to return a cached position and timestamp.
355 // It is better to return an old timestamp then to wait for a fresh one.
364 *timestamp = mLastPresentationTime;
371 result = getPresentationPosition_l(frames, timestamp);
382 struct timespec *timestamp)
385 // The presentation timestamp should be the same for all devices.
391 if (audioOutput->getHardwareTimestamp(&avail, timestamp) == OK) {
413 uint64_t nanos = (((uint64_t)timestamp->tv_sec) * 1000000000L
665 struct timespec timestamp; local
    [all...]
  /external/webrtc/src/system_wrappers/source/
data_log_unittest.cc 133 DataLog::AddColumn(DataLog::Combine("table", 1), "timestamp", 1);
139 DataLog::InsertCell(DataLog::Combine("table", 1), "timestamp",
170 expected["timestamp,"] = ExpectedValues(
184 DataLog::AddColumn(DataLog::Combine("table", 2), "timestamp", 1);
187 DataLog::AddColumn(DataLog::Combine("table", 3), "timestamp", 1);
193 DataLog::InsertCell(DataLog::Combine("table", 2), "timestamp",
197 DataLog::InsertCell(DataLog::Combine("table", 3), "timestamp",
240 expected["timestamp,"] = ExpectedValues(
259 expected["timestamp,"] = ExpectedValues(
  /frameworks/av/media/libmediaplayerservice/
DrmSessionManager.cpp 77 info.timeStamp = getTime_l();
98 info.timeStamp = getTime_l();
225 minTs = infos[j].timeStamp;
227 if (infos[j].timeStamp < minTs) {
229 minTs = infos[j].timeStamp;
  /frameworks/base/location/java/android/location/
Country.java 91 private Country(final String countryIso, final int source, long timestamp) {
98 mTimestamp = timestamp;
158 * the timestamp value and just checks for equivalence of countryIso and source values.
168 // No need to check the equivalence of the timestamp
188 * and timestamp fields, return true if the countryIso fields are equal
  /packages/apps/Camera2/src/com/android/camera/app/
MemoryQuery.java 36 public static final String KEY_TIMESTAMP = "timestamp";
84 long timestamp = SystemClock.elapsedRealtime(); local
105 outputData.put(KEY_TIMESTAMP, new Long(timestamp));
120 Log.d(TAG, String.format("timestamp=%d, availMem=%d, totalMem=%d, totalPSS=%d, " +
122 "threshold=%d, lowMemory=%s", timestamp, availMem, totalMem, totalPSS,
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 76 /** Get the current timestamp */
77 private static String dateToString(long timestamp) {
78 final Date d = new Date(timestamp);
96 // Add the current timestamp along with the message.
104 // Print the timestamp as an actual date, and then the message.
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 118 long timeStamp = 0; // Database time stamp. Used for sorting ongoing transfers.
229 final int timestampIndex = cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP);
241 long timeStamp = cursor.getLong(timestampIndex);
257 String batchID = Long.toString(timeStamp);
259 // sending objects in one batch has same timeStamp
265 item.timeStamp = timeStamp;
331 b.setWhen(item.timeStamp);
356 long timeStamp = 0;
383 WHERE_COMPLETED_OUTBOUND, null, BluetoothShare.TIMESTAMP + " DESC")
    [all...]

Completed in 931 milliseconds

<<11121314151617181920>>