HomeSort by relevance Sort by last modified time
    Searched refs:lastTimestamp (Results 1 - 25 of 27) sorted by null

1 2

  /packages/services/Car/tools/emulator/
diagnostic_injector.py 75 lastTimestamp = 0
79 assert currentTimestamp >= lastTimestamp
83 if lastTimestamp != 0:
85 time.sleep((currentTimestamp-lastTimestamp)/1000000000)
86 lastTimestamp = currentTimestamp
  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.h 43 uint32_t lastTimestamp;
Channel.cc 161 (uint32_t) currentPayloadStr->lastTimestamp);
200 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
205 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
218 _payloadStats[n].lastTimestamp = rtpInfo.header.timestamp;
  /cts/tests/sensor/jni/
SensorTestCases.cpp 210 int64_t lastTimestamp = 0;
214 ASSERT_GT(e.timestamp, lastTimestamp);
237 lastTimestamp = e.timestamp;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
RobustnessPath.java 121 int lastTimestamp = mMarkerTimeStamp.size() - 1;
122 timeRemaining = System.currentTimeMillis() - mMarkerTimeStamp.get(lastTimestamp);
  /device/google/contexthub/sensorhal/
hubconnection.h 171 uint64_t lastTimestamp;
340 uint64_t lastTimestamp;
hubconnection.cpp     [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
ObjectTracker.java 87 private long lastTimestamp;
296 lastTimestamp = timestamp;
411 if (lastTimestamp == 0) {
417 lastTimestamp, frameWidth / DOWNSAMPLE_FACTOR, frameHeight / DOWNSAMPLE_FACTOR, 100);
612 return new TrackedObject(position, lastTimestamp, frameData);
  /frameworks/base/cmds/incidentd/src/
Section.cpp 713 log_time lastTimestamp(0);
736 lastTimestamp.tv_sec = msg.entry_v1.sec;
737 lastTimestamp.tv_nsec = msg.entry_v1.nsec;
798 lastTimestamp.tv_sec = entry.tv_sec;
799 lastTimestamp.tv_nsec = entry.tv_nsec;
815 gLastLogsRetrieved[mLogID] = lastTimestamp;
    [all...]
  /external/v8/src/profiler/
profile-generator.cc 479 base::TimeTicks lastTimestamp =
484 static_cast<int>((timestamps_[i] - lastTimestamp).InMicroseconds()));
485 lastTimestamp = timestamps_[i];
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 495 long lastTimestamp = -1;
500 if (span.mTimestampMs != lastTimestamp) {
505 lastTimestamp = span.mTimestampMs;
    [all...]
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 618 OMX_S64 base_timestamp = 0, lastTimestamp = 0;
671 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval))
674 pBuffer->nTimeStamp, lastTimestamp + timestampInterval);
676 lastTimestamp = pBuffer->nTimeStamp;
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 740 OMX_S64 base_timestamp = 0, lastTimestamp = 0;
799 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) {
801 pBuffer->nTimeStamp, lastTimestamp + timestampInterval);
803 lastTimestamp = pBuffer->nTimeStamp;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 374 milliseconds

1 2