| 162 | } |
| 163 | |
| 164 | void Context::clearCache() { |
| 165 | mFFTCache.clear(); |
| 166 | mFFTCacheMap.clear(); |
| 167 | mRecyclePool.clear(); |
| 168 | mFFTHistory.clear(); |
| 169 | mFFTHistoryDepth = 0; |
| 170 | mFFTHistoryIndex = 0; |
| 171 | } |
| 172 | |
| 173 | } // namespace audio |
| 174 | } // namespace fl |
no test coverage detected