Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioTrack_ListenerTest.java169 final int bytesPerFrame = numChannels * bytesPerSample; in doTest() local
170 final int trackLengthMs = (int)((double)mFrameCount * 1000 / TEST_SR / bytesPerFrame); in doTest()
DMediaSyncEventTest.java156 final int bytesPerFrame = numChannels * bytesPerSample; in testSynchronizedRecord() local
DAudioTrackTest.java2313 final int bytesPerFrame = numChannels * bytesPerSample; in testVariableRatePlayback() local
2314 final int frameCount = bufferSizeInBytes / bytesPerFrame; in testVariableRatePlayback()
2345 / sampleRate / bytesPerFrame); in testVariableRatePlayback()
2381 final int bytesPerFrame = channelCount * bytesPerSample; in testStopDrain() local
2383 final int bufferSizeInBytes = frameCount * bytesPerFrame; in testStopDrain()
DAudioRecordTest.java707 final int bytesPerFrame = numChannels * bytesPerSample; in testTimestamp() local
1164 final int bytesPerFrame = numChannels * bytesPerSample; in doTest() local