Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:inFrames

1470                     size_t inFrames = (t.frameCount > outFrames)?outFrames:t.frameCount;
1471 if (inFrames > 0) {
1473 inFrames, state->resampleTemp, aux);
1474 t.frameCount -= inFrames;
1475 outFrames -= inFrames;
1477 aux += inFrames;