Home
last modified time | relevance | path

Searched refs:getTimestamp (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/media/src/android/media/cts/
DCodecImage.java118 public abstract long getTimestamp(); in getTimestamp() method in CodecImage
DCodecUtils.java79 public long getTimestamp() { in getTimestamp() method in CodecUtils.ImageWrapper
80 return mImage.getTimestamp(); in getTimestamp()
DAudioRecordTest.java527 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) in testTimestamp()
542 record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)); in testTimestamp()
544 record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)); in testTimestamp()
823 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC)); in doTest()
880 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
908 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
935 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
961 record.getTimestamp(startTs, AudioTimestamp.TIMEBASE_MONOTONIC) == in doTest()
1015 record.getTimestamp(stopTs, AudioTimestamp.TIMEBASE_MONOTONIC)); in doTest()
1018 record.getTimestamp(stopTsBoot, AudioTimestamp.TIMEBASE_BOOTTIME)); in doTest()
DYUVImage.java88 public long getTimestamp() { in getTimestamp() method in YUVImage
DMediaSyncTest.java546 MediaTimestamp mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
561 mediaTimestamp = mMediaSync.getTimestamp(); in runPlayAV()
DImageReaderDecoderTest.java611 Log.v(TAG, "Image timestamp:" + image.getTimestamp()); in validateImage()
623 validateYuvData(data, width, height, format, image.getTimestamp()); in validateImage()
DMediaPlayerTest.java1246 MediaTimestamp ts1 = mMediaPlayer.getTimestamp(); in testGetTimestamp()
1255 ts1 = mMediaPlayer.getTimestamp(); in testGetTimestamp()
1264 ts1 = mMediaPlayer.getTimestamp(); in testGetTimestamp()
1267 MediaTimestamp ts2 = mMediaPlayer.getTimestamp(); in testGetTimestamp()
DStreamingMediaPlayerTest.java503 long timeUs = md.getTimestamp(); in testPlayHlsStreamWithTimedId3()
DAudioTrackSurroundTest.java223 boolean gotTimestamp = track.getTimestamp(timestamp); in addTimestamp()
DAudioTrackLatencyTest.java331 boolean result = track.getTimestamp(timestamp); in checkOutputLowLatency()
DAudioTrackTest.java2042 final boolean result = track.getTimestamp(timestamp); in doTestTimestamp()
2109 assertTrue("timestamp should be valid while draining", track.getTimestamp(timestamp)); in doTestTimestamp()
/cts/tests/tests/content/src/android/content/cts/
DClipDescriptionTest.java50 final long timestamp = clipboardManager.getPrimaryClipDescription().getTimestamp(); in testGetTimestamp()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DNetworkLoggingTest.java183 assertTrue(currentEvent.getTimestamp() >= networkEvents.get(i - 1).getTimestamp()); in verifyNetworkLogs()
/cts/hostsidetests/incident/src/com/android/server/cts/
DSettingsIncidentTest.java63 assertTrue(op.getTimestamp() >= 0); in verifySettings()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java451 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
460 closedImage.getTimestamp(); in imageInvalidAccessTestAfterClose()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1456 validateYuvData(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
1459 validateRaw16Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
1462 validateDepth16Data(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
1465 … validateDepthPointCloudData(data, width, height, format, image.getTimestamp(), filePath); in validateImage()
1468 validateRawPrivateData(data, width, height, image.getTimestamp(), filePath); in validateImage()
1865 if (lhsImg.getTimestamp() != rhsImg.getTimestamp()) { in isImageStronglyEqual()
1866 Log.i(TAG, "lhsImg timestamp " + lhsImg.getTimestamp() in isImageStronglyEqual()
1867 + " is different with rhsImg timestamp " + rhsImg.getTimestamp()); in isImageStronglyEqual()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/Renderable/
DCameraPreviewRenderable.java169 latestCameraFrameTimestamp = mCameraSurfaceTexture.getTimestamp(); in updateTexture()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageWriterTest.java222 inputImage.setTimestamp(cameraImage.getTimestamp()); in readerWriterFormatTestByCamera()
DReprocessCaptureTest.java895 timestamp = image.getTimestamp(); in testReprocessTimestamps()
1246 image.getTimestamp()) { in doMixedReprocessBurstCapture()
1254 image.getTimestamp(), holders[i]); in doMixedReprocessBurstCapture()
DPerformanceTest.java702 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingCaptureStallTestByCamera()
809 WAIT_FOR_RESULT_TIMEOUT_MS, inputImages[i].getTimestamp()); in reprocessingPerformanceTestByCamera()
DCaptureResultTest.java379 resultImage.getTimestamp(), captureTime); in validateTimestamps()
DRecordingTest.java1108 resultListener, image.getTimestamp()); in videoSnapshotTestByCamera()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java1051 expectEquals(msg + "Image timestamp is wrong.", image.getTimestamp(), timestampNs); in expectImageProperties()
/cts/tests/camera/src/android/hardware/cts/
DCameraGLTest.java582 mSurfaceTexture.getTimestamp();
/cts/tools/dex-tools/dex/
Dclasses0.out.dex2649 public java.sql.Timestamp getTimestamp(
2653 public java.sql.Timestamp getTimestamp(
2656 public java.sql.Timestamp getTimestamp(
3136 public abstract java.sql.Timestamp getTimestamp(
3139 public abstract java.sql.Timestamp getTimestamp(
3143 public abstract java.sql.Timestamp getTimestamp(
3146 public abstract java.sql.Timestamp getTimestamp(
3636 public java.sql.Timestamp getTimestamp(
3639 public java.sql.Timestamp getTimestamp(
3643 public java.sql.Timestamp getTimestamp(
[all …]

12