Home | History | Annotate | Download | only in audioflinger

Lines Matching full:buffersize

3196     // LOGD("Creating track with %d buffers @ %d bytes", bufferCount, bufferSize);
3199 size_t bufferSize = frameCount*channelCount*sizeof(int16_t);
3201 size += bufferSize;
3224 mBufferEnd = (uint8_t *)mBuffer + bufferSize;
3245 mBufferEnd = (uint8_t *)mBuffer + bufferSize;