Searched refs:setOffset (Results 1 – 12 of 12) sorted by relevance
34 setOffset(0); in AudioBandSpecs()50 public void setOffset(double offset) { in setOffset() method in AudioBandSpecs
503 bandsSpecs[b].setOffset(results.mAverageEnergyPerBand[anchorBand]); in processSpectrum()505 bandsSpecs[b].setOffset(0); in processSpectrum()
444 bandSpecs[b].setOffset(results.mAverageEnergyPerBand[1]); in computeResultsForVector()
413 bandSpecsArray[b].setOffset(results.mAverageEnergyPerBand[1]); in computeResultsForVector()
634 bandSpecs[b].setOffset(results.mAverageEnergyPerBand[1]); in computeResultsForVector()
527 bandsSpecs[b].setOffset(offset); in processSpectrum()
68 public void setOffset(int size) { in setOffset() method in CodecDecoderBlockModelTestBase.LinearBlockWrapper182 mLinearInputBlock.setOffset(mLinearInputBlock.getOffset() + sampleSize); in enqueueInput()
148 mLinearInputBlock.setOffset(mLinearInputBlock.getOffset() + sampleSize); in enqueueInput()
133 mLinearInputBlock.setOffset(mLinearInputBlock.getOffset() + size); in enqueueInput()
164 mLinearInputBlock.setOffset(mLinearInputBlock.getOffset() + bufferInfo.size); in enqueueInput()
124 mLinearInputBlock.setOffset(mLinearInputBlock.getOffset() + bufferInfo.size); in enqueueInput()
275 void setOffset(int offset) { in testSmallRect()