Searched refs:valuesOfInterest (Results 1 – 1 of 1) sorted by relevance
70 int valuesOfInterest = valuesAvailable; in run() local71 if (mMinBufferSizeInSamples < valuesOfInterest) { in run()72 valuesOfInterest = mMinBufferSizeInSamples; in run()74 mPipe.read(mAudioShortArray, 0,valuesOfInterest); in run()76 mAudioTrack.write(mAudioShortArray, 0, valuesOfInterest); in run()