Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java192 short sValue = 0; //scaled to 16 bits in run() local
198 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()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java570 short sValue = (short) value; in shortToByteArray() local
571 converter.putShort(sValue); in shortToByteArray()