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

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
JitterVerification.java 91 long lastTimestamp = mTimestamps.get(timestampsCount - 1);
92 long measuredPeriodNs = (lastTimestamp - firstTimestamp) / (timestampsCount - 1);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.h 43 uint32_t lastTimestamp;
Channel.cc 155 - (uint32_t) currentPayloadStr->lastTimestamp);
185 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
190 currentPayloadStr->lastTimestamp = rtpInfo.header.timestamp;
203 _payloadStats[n].lastTimestamp = rtpInfo.header.timestamp;
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 493 long lastTimestamp = -1;
498 if (span.mTimestampMs != lastTimestamp) {
503 lastTimestamp = span.mTimestampMs;
    [all...]
  /hardware/qcom/media/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...]
  /hardware/qcom/media/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...]
  /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 735 milliseconds