OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bassboost_ctxt
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/audio/msm8909/post_proc/
bass_boost.c
120
*(int16_t *)value = bassboost_get_strength(&(bass_ctxt->
bassboost_ctxt
));
152
bassboost_set_strength(&(bass_ctxt->
bassboost_ctxt
), strength);
188
bassboost_set_device((effect_context_t *)&(bass_ctxt->
bassboost_ctxt
), device);
198
bassboost_reset((effect_context_t *)&(bass_ctxt->
bassboost_ctxt
));
209
bass_ctxt->
bassboost_ctxt
.common.config = context->config;
217
bassboost_init((effect_context_t *)&(bass_ctxt->
bassboost_ctxt
));
229
bassboost_enable((effect_context_t *)&(bass_ctxt->
bassboost_ctxt
));
241
bassboost_disable((effect_context_t *)&(bass_ctxt->
bassboost_ctxt
));
253
bassboost_start((effect_context_t *)&(bass_ctxt->
bassboost_ctxt
), output);
265
bassboost_stop((effect_context_t *)&(bass_ctxt->
bassboost_ctxt
), output)
[
all
...]
bass_boost.h
59
bassboost_context_t
bassboost_ctxt
;
member in struct:bass_context_s
bundle.c
381
bass_ctxt->
bassboost_ctxt
.ctl = NULL;
Completed in 191 milliseconds