Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:mFrameSize

84         mFrameSize(audio_is_linear_pcm(format) ?
101 size_t bufferSize = frameCount * mFrameSize;
142 mServerProxy = new ServerProxy(mCblk, mBuffer, frameCount, mFrameSize, isOut);
235 int8_t *bufferStart = (int8_t *)mBuffer + (offset-cblk->serverBase) * mFrameSize;
236 int8_t *bufferEnd = bufferStart + frames * mFrameSize;
244 cblk->server, cblk->serverBase, cblk->user, cblk->userBase, mFrameSize);
1013 / mFrameSize;
1073 uint32_t bufFrames = (bufBytes - consumedAlready) / mFrameSize;
1094 uint32_t bufFrames = buffer->size() / mFrameSize;
1191 ((head.position() / mFrameSize) * mLocalTimeFreq / sampleRate());
1256 head.position() + lateFrames * mFrameSize;
1291 mFrameSize);
1306 if (mTimedSilenceBufferSize < numFrames * mFrameSize) {
1308 mTimedSilenceBufferSize = numFrames * mFrameSize;
1356 (buffer->frameCount * mFrameSize));
1417 mClientProxy = new AudioTrackClientProxy(mCblk, mBuffer, mFrameCount, mFrameSize);