Home
last modified time | relevance | path

Searched refs:inFrames (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioMixer.cpp1475 size_t inFrames = (t.frameCount > outFrames)?outFrames:t.frameCount; in process__genericNoResampling() local
1476 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()