Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.h24 #define MAX_CALL_SIZE 256 macro
DEffectReverb.cpp663 InstParams.MaxBlockSize = MAX_CALL_SIZE; in Reverb_init()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h28 #define MAX_CALL_SIZE 256 macro
DEffectBundle.cpp519 InstParams.MaxBlockSize = MAX_CALL_SIZE; in LvmBundle_init()
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleTypes.h31 constexpr inline size_t MAX_CALL_SIZE = 256; variable
DBundleContext.cpp63 .MaxBlockSize = lvm::MAX_CALL_SIZE, in init()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp246 InstParams.MaxBlockSize = MAX_CALL_SIZE; in LvmBundle_init()