Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPFrequency.cpp28 #define MAX_BLOCKSIZE 16384 //For this implementation macro
134 return MAX_BLOCKSIZE; in getMaxBockSize()
141 if (mBlockSize > MAX_BLOCKSIZE) { in configure()
142 mBlockSize = MAX_BLOCKSIZE; in configure()