Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:roundup

4998         size_t pipeFramesP2 = roundup(mSampleRate / 25);    // double-buffering of 20 ms each
6228 mRsmpInFramesP2 = roundup(mRsmpInFrames);
6233 // for resampling. mRsmpInFramesP2 is currently roundup(mFrameCount * 7).