Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp1092 size_t inFrames = (t->frameCount > outFrames)?outFrames:t->frameCount; in process__genericNoResampling() local
1093 if (inFrames > 0) { in process__genericNoResampling()
1096 inFrames, mResampleTemp.get() /* naked ptr */, aux); in process__genericNoResampling()
1097 t->frameCount -= inFrames; in process__genericNoResampling()
1098 outFrames -= inFrames; in process__genericNoResampling()
1100 aux += inFrames; in process__genericNoResampling()