Searched refs:samplesPerBuffer (Results 1 – 1 of 1) sorted by relevance
43 int32_t samplesPerBuffer = samplesPerFrame * framesPerBurst; in allocate() local44 mOutputBuffer = new float[samplesPerBuffer]; in allocate()45 mBufferSizeInBytes = samplesPerBuffer * sizeof(float); in allocate()