Searched refs:sValue (Results 1 – 2 of 2) sorted by relevance
192 short sValue = 0; //scaled to 16 bits in run() local198 sValue = (short) (decodedBuf.getFloat(i) * 32768.0); in run()201 sValue = (short) decodedBuf.getShort(i); in run()204 sValue = (short) ((decodedBuf.getChar(i) - 128) * in run()208 mAudioShortArray[index] = sValue; in run()
570 short sValue = (short) value; in shortToByteArray() local571 converter.putShort(sValue); in shortToByteArray()