Searched refs:inFrames (Results 1 – 1 of 1) sorted by relevance
1475 size_t inFrames = (t.frameCount > outFrames)?outFrames:t.frameCount; in process__genericNoResampling() local1476 if (inFrames > 0) { in process__genericNoResampling()1478 inFrames, state->resampleTemp, aux); in process__genericNoResampling()1479 t.frameCount -= inFrames; in process__genericNoResampling()1480 outFrames -= inFrames; in process__genericNoResampling()1482 aux += inFrames; in process__genericNoResampling()