OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
107
context->
next_preset
= REVERB_DEFAULT_PRESET;
115
context->
next_preset
= REVERB_DEFAULT_PRESET;
246
context->
next_preset
= preset;
283
context->cur_preset = context->
next_preset
;
315
*(uint16_t *)value = reverb_ctxt->
next_preset
;
316
ALOGV("get REVERB_PARAM_PRESET, preset %d", reverb_ctxt->
next_preset
);
575
reverb_ctxt->
next_preset
!= reverb_ctxt->cur_preset)
Completed in 224 milliseconds