Searched refs:vorbisInfoLength (Results 1 – 1 of 1) sorted by relevance
2273 int vorbisInfoLength = 0; in parseVorbisCodecPrivate() local2275 vorbisInfoLength += 0xFF; in parseVorbisCodecPrivate()2278 vorbisInfoLength += codecPrivate[offset++]; in parseVorbisCodecPrivate()2290 byte[] vorbisInfo = new byte[vorbisInfoLength]; in parseVorbisCodecPrivate()2291 System.arraycopy(codecPrivate, offset, vorbisInfo, 0, vorbisInfoLength); in parseVorbisCodecPrivate()2292 offset += vorbisInfoLength; in parseVorbisCodecPrivate()