Searched refs:expectedBytesPerSec (Results 1 – 1 of 1) sorted by relevance
87 int expectedBytesPerSec = (bitsPerSample * channels * sampleRate) / 8; in readFormatChunk() local88 if (expectedBytesPerSec != bytesPerSec){ in readFormatChunk()90 new Object[]{expectedBytesPerSec, bytesPerSec}); in readFormatChunk()