Searched defs:paddingBytes (Results 1 – 5 of 5) sorted by relevance
106 int paddingBytes = max(0, playerAudioFormat.encoderPadding) * bytesPerFrame; in testPlayback_twoIdenticalMp3Files() local
94 internal inline fun paddingBytes(bufSize: Int, scalarSize: Int): Int = bufSize.inv() + 1 and scalar… in paddingBytes() method
775 private static int paddingBytes(int bufSize, int scalarSize) { in paddingBytes() method in FlexBuffersBuilder.Value
3581 const deUint32 paddingBytes = 0xDEADBEEFu; in prepareVertexBuffers() local