Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.h102 void initBuffers(unsigned int blockSize, unsigned int overlapSize, unsigned int halfFftSize,
127 void configure(size_t blockSize, size_t overlapSize, size_t samplingRate);
DDPFrequency.cpp54 void ChannelBuffer::initBuffers(unsigned int blockSize, unsigned int overlapSize, in initBuffers() argument
57 blockSize, overlapSize, halfFftSize); in initBuffers()
68 outTail.resize(overlapSize); in initBuffers()
137 void DPFrequency::configure(size_t blockSize, size_t overlapSize, in configure() argument
153 mOverlapSize = std::min(overlapSize, mBlockSize/2); in configure()