Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/jni/audio_loopback/analyzer/
DLatencyAnalyzer.h99 void allocate(int maxFrames) { in allocate() argument
100 mData = std::make_unique<float[]>(maxFrames); in allocate()
101 mMaxFrames = maxFrames; in allocate()