Searched refs:inFrames (Results 1 – 1 of 1) sorted by relevance
1470 size_t inFrames = (t.frameCount > outFrames)?outFrames:t.frameCount; in process__genericNoResampling() local1471 if (inFrames > 0) { in process__genericNoResampling()1473 inFrames, state->resampleTemp, aux); in process__genericNoResampling()1474 t.frameCount -= inFrames; in process__genericNoResampling()1475 outFrames -= inFrames; in process__genericNoResampling()1477 aux += inFrames; in process__genericNoResampling()