Home
last modified time | relevance | path

Searched refs:targetFrames (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java500 final int targetFrames = in testTimestamp() local
502 final int targetSamples = targetFrames * numChannels; in testTimestamp()
552 assertTrue(stopTs.framePosition >= targetFrames); in testTimestamp()
837 final int targetFrames = (int)((long)TEST_TIME_MS * TEST_SR / 1000); in doTest() local
838 final int targetSamples = targetFrames * numChannels; in doTest()
1027 assertTrue(stopTs.framePosition >= targetFrames); in doTest()