Searched refs:startByte (Results 1 – 3 of 3) sorted by relevance
66 uint8_t startByte = *data; in encodeFrames() local67 int modeIndex = ((startByte >> 3) % 9); in encodeFrames()68 int outputFormatIndex = (startByte % 3); in encodeFrames()
52 uint8_t startByte = *data; in initEncoder() local53 int32_t mode = kModes[(startByte >> 4) % 10]; in initEncoder()54 VOAMRWBFRAMETYPE frameType = kFrameTypes[startByte % 3]; in initEncoder()
386 for (int startByte = 0; startByte < bufferSize; in testEncodeDecode()387 startByte += bytesToEncodePerEncoding) { in testEncodeDecode()389 byte[] bytesToEncode = Arrays.copyOfRange(rawMidi[cableNumber], startByte, in testEncodeDecode()390 startByte + bytesToEncodePerEncoding); in testEncodeDecode()