Home | History | Annotate | Download | only in audioflinger

Lines Matching full:buffersize

110     // ALOGD("Creating track with %d buffers @ %d bytes", bufferCount, bufferSize);
112 size_t bufferSize = (sharedBuffer == 0 ? roundup(frameCount) : frameCount) * mFrameSize;
114 size += bufferSize;
140 memset(mBuffer, 0, bufferSize);