Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioTrack_ListenerTest.java158 final int bytesPerFrame = numChannels * bytesPerSample; in doTest() local
159 final int trackLengthMs = (int)((double)mFrameCount * 1000 / TEST_SR / bytesPerFrame); in doTest()
DAudioRecordTest.java498 final int bytesPerFrame = numChannels * bytesPerSample; in testTimestamp() local
647 final int bytesPerFrame = numChannels * bytesPerSample; in testSynchronizedRecord() local
835 final int bytesPerFrame = numChannels * bytesPerSample; in doTest() local
DAudioTrackTest.java2146 final int bytesPerFrame = numChannels * bytesPerSample; in testVariableRatePlayback() local
2147 final int frameCount = bufferSizeInBytes / bytesPerFrame; in testVariableRatePlayback()
2178 / sampleRate / bytesPerFrame); in testVariableRatePlayback()