Searched refs:bytesPerFrame (Results 1 – 4 of 4) sorted by relevance
169 final int bytesPerFrame = numChannels * bytesPerSample; in doTest() local170 final int trackLengthMs = (int)((double)mFrameCount * 1000 / TEST_SR / bytesPerFrame); in doTest()
156 final int bytesPerFrame = numChannels * bytesPerSample; in testSynchronizedRecord() local
2313 final int bytesPerFrame = numChannels * bytesPerSample; in testVariableRatePlayback() local2314 final int frameCount = bufferSizeInBytes / bytesPerFrame; in testVariableRatePlayback()2345 / sampleRate / bytesPerFrame); in testVariableRatePlayback()2381 final int bytesPerFrame = channelCount * bytesPerSample; in testStopDrain() local2383 final int bufferSizeInBytes = frameCount * bytesPerFrame; in testStopDrain()
707 final int bytesPerFrame = numChannels * bytesPerSample; in testTimestamp() local1164 final int bytesPerFrame = numChannels * bytesPerSample; in doTest() local