Searched refs:valuesOfInterest (Results 1 – 1 of 1) sorted by relevance
128 int valuesOfInterest = valuesAvailable; in run() local129 if (mMinBufferSizeInSamples < valuesOfInterest) { in run()130 valuesOfInterest = mMinBufferSizeInSamples; in run()132 mDecoderPipe.read(mAudioShortArray, 0, valuesOfInterest); in run()134 mAudioTrack.write(mAudioShortArray, 0, valuesOfInterest); in run()137 int delayMs = (int)(1000.0f * valuesOfInterest / in run()