Searched refs:alacAtomLength (Results 1 – 1 of 1) sorted by relevance
186 int alacAtomLength = 12 + magicCookie.length; in getAlacExtraData() local187 ByteBuffer alacAtom = ByteBuffer.allocate(alacAtomLength); in getAlacExtraData()188 alacAtom.putInt(alacAtomLength); in getAlacExtraData()