Home | History | Annotate | Download | only in visualizer

Lines Matching refs:frameCount

306     buf.frameCount = AUDIO_CAPTURE_PERIOD_SIZE;
676 inBuffer->frameCount != outBuffer->frameCount ||
677 inBuffer->frameCount == 0) {
687 for (inIdx = 0 ; inIdx < inBuffer->frameCount * visu_ctxt->channel_count ; inIdx++) {
698 rms_squared_acc / (inBuffer->frameCount * visu_ctxt->channel_count);
712 int len = inBuffer->frameCount * 2;
739 in_idx < inBuffer->frameCount;