Home
last modified time | relevance | path

Searched refs:samplesPerBuffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/oboeservice/
DAAudioMixer.cpp43 int32_t samplesPerBuffer = samplesPerFrame * framesPerBurst; in allocate() local
44 mOutputBuffer = new float[samplesPerBuffer]; in allocate()
45 mBufferSizeInBytes = samplesPerBuffer * sizeof(float); in allocate()