Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp1167 size_t inFrames = (t.frameCount > outFrames)?outFrames:t.frameCount; in process__genericNoResampling() local
1168 if (inFrames) { in process__genericNoResampling()
1169 t.hook(&t, outTemp + (BLOCKSIZE-outFrames)*MAX_NUM_CHANNELS, inFrames, in process__genericNoResampling()
1171 t.frameCount -= inFrames; in process__genericNoResampling()
1172 outFrames -= inFrames; in process__genericNoResampling()
1174 aux += inFrames; in process__genericNoResampling()