Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:bufferSize

4166     // ALOGD("Creating track with %d buffers @ %d bytes", bufferCount, bufferSize);
4169 size_t bufferSize = frameCount*channelCount*sizeof(int16_t);
4171 size += bufferSize;
4199 mBufferEnd = (uint8_t *)mBuffer + bufferSize;
4225 mBufferEnd = (uint8_t *)mBuffer + bufferSize;