Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioMixer.cpp39 int32_t samplesPerBuffer = samplesPerFrame * framesPerBurst; in allocate() local
40 mOutputBuffer = std::make_unique<float[]>(samplesPerBuffer); in allocate()
41 mBufferSizeInBytes = samplesPerBuffer * sizeof(float); in allocate()