Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java2273 int vorbisInfoLength = 0; in parseVorbisCodecPrivate() local
2275 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()