Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioMixer.cpp1470 size_t inFrames = (t.frameCount > outFrames)?outFrames:t.frameCount; in process__genericNoResampling() local
1471 if (inFrames > 0) { in process__genericNoResampling()
1473 inFrames, state->resampleTemp, aux); in process__genericNoResampling()
1474 t.frameCount -= inFrames; in process__genericNoResampling()
1475 outFrames -= inFrames; in process__genericNoResampling()
1477 aux += inFrames; in process__genericNoResampling()