Home | History | Annotate | Download | only in voicedialer

Lines Matching defs:maxBytes

643             int maxBytes = 2 * ((START_WINDOW_MS * mSampleRate) / 1000);
644 maxBytes = ((maxBytes-1) / blockSize + 1) * blockSize;
653 while (count < maxBytes) {