HomeSort by relevance Sort by last modified time
    Searched refs:next_preset (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/audio/post_proc/
reverb.h 50 uint16_t next_preset; member in struct:reverb_context_s
reverb.c 109 context->next_preset = REVERB_DEFAULT_PRESET;
117 context->next_preset = REVERB_DEFAULT_PRESET;
248 context->next_preset = preset;
285 context->cur_preset = context->next_preset;
317 *(uint16_t *)value = reverb_ctxt->next_preset;
318 ALOGV("get REVERB_PARAM_PRESET, preset %d", reverb_ctxt->next_preset);
577 reverb_ctxt->next_preset != reverb_ctxt->cur_preset)

Completed in 145 milliseconds