Searched refs:reqSamples (Results 1 – 1 of 1) sorted by relevance
618 s32 reqSamples; in procMic() local636 reqSamples = AUDIO_SAMPLES_PER_FRAME < space ? AUDIO_SAMPLES_PER_FRAME : space; in procMic()637 gotSamples = PMICRead(&srcBuff[currPos], reqSamples); in procMic()646 reqSamples = AUDIO_SAMPLES_PER_FRAME - space; in procMic()648 if (reqSamples > 0) in procMic()650 gotSamples = PMICRead(&srcBuff[currPos], reqSamples); in procMic()