Searched refs:maxFrames (Results 1 – 1 of 1) sorted by relevance
109 void allocate(int maxFrames) { in allocate() argument110 mData = std::make_unique<float[]>(maxFrames); in allocate()111 mMaxFrames = maxFrames; in allocate()