Searched refs:nextPreset (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp157 uint16_t nextPreset; member in struct:android::__anon229::ReverbContext
239 pContext->nextPreset = REVERB_DEFAULT_PRESET;
444 if (pContext->preset && pContext->nextPreset != pContext->curPreset) {
1497 pContext->curPreset = pContext->nextPreset;
1554 *(uint16_t *)pValue = pContext->nextPreset;
1555 ALOGV("get REVERB_PARAM_PRESET, preset %d", pContext->nextPreset);
1775 pContext->nextPreset = preset;

Completed in 24 milliseconds