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

/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp155 uint16_t nextPreset; member in struct:android::__anon464::ReverbContext
261 pContext->nextPreset = REVERB_DEFAULT_PRESET;
466 if (pContext->preset && pContext->nextPreset != pContext->curPreset) {
1518 pContext->curPreset = pContext->nextPreset;
1575 *(uint16_t *)pValue = pContext->nextPreset;
1576 ALOGV("get REVERB_PARAM_PRESET, preset %d", pContext->nextPreset);
1796 pContext->nextPreset = preset;

Completed in 721 milliseconds