Searched refs:byteToShortArray (Results 1 – 9 of 9) sorted by relevance
51 short[] pcm = Utils.byteToShortArray(record); in compare()52 short[] refPcm = Utils.byteToShortArray(stim); in compare()
57 mReference = Utils.byteToShortArray(Utils.getStim(context, STIM_NUM)); in getStim()67 pcms[i] = Utils.byteToShortArray(record[i]); in compare()
45 short[] pcm = Utils.byteToShortArray(record); in compare()
62 short[] pcm = Utils.byteToShortArray(record); in compare()
61 short[] pcm = Utils.byteToShortArray(record); in compare()
75 short[] pcm = Utils.byteToShortArray(record); in compare()
304 short[] samples = Utils.byteToShortArray(mBuffer, 0, numBytesRead);
102 float[] results = mNative.measureRms(Utils.byteToShortArray(noise), in onResume()207 short[] samples = Utils.byteToShortArray(mBuffer, 0, bytes); in run()
134 public static short[] byteToShortArray(byte[] data, int start, int len) { in byteToShortArray() method in Utils151 public static short[] byteToShortArray(byte[] data) { in byteToShortArray() method in Utils