OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_preset
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/post_proc/
reverb.h
49
uint16_t
cur_preset
;
member in struct:reverb_context_s
reverb.c
106
context->
cur_preset
= REVERB_PRESET_LAST + 1;
114
context->
cur_preset
= REVERB_PRESET_LAST + 1;
283
context->
cur_preset
= context->next_preset;
285
if (context->
cur_preset
!= REVERB_PRESET_NONE) {
286
const reverb_settings_t *preset = &reverb_presets[context->
cur_preset
];
575
reverb_ctxt->next_preset != reverb_ctxt->
cur_preset
)
Completed in 185 milliseconds