Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioMixerBase.cpp1112 size_t inFrames = (t->frameCount > outFrames)?outFrames:t->frameCount; in process__genericNoResampling() local
1113 if (inFrames > 0) { in process__genericNoResampling()
1116 inFrames, mResampleTemp.get() /* naked ptr */, aux); in process__genericNoResampling()
1117 t->frameCount -= inFrames; in process__genericNoResampling()
1118 outFrames -= inFrames; in process__genericNoResampling()
1120 aux += inFrames; in process__genericNoResampling()