Searched refs:next_preset (Results 1 – 2 of 2) sorted by relevance
109 context->next_preset = REVERB_DEFAULT_PRESET; in reverb_insert_init()117 context->next_preset = REVERB_DEFAULT_PRESET; in reverb_preset_init()248 context->next_preset = preset; in reverb_set_preset()285 context->cur_preset = context->next_preset; in reverb_load_preset()317 *(uint16_t *)value = reverb_ctxt->next_preset; in reverb_get_parameter()318 ALOGV("get REVERB_PARAM_PRESET, preset %d", reverb_ctxt->next_preset); in reverb_get_parameter()577 reverb_ctxt->next_preset != reverb_ctxt->cur_preset) in reverb_init()
50 uint16_t next_preset; member