Home
last modified time | relevance | path

Searched refs:bassboost_ctxt (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/audio/msm8909/post_proc/
Dbass_boost.c120 *(int16_t *)value = bassboost_get_strength(&(bass_ctxt->bassboost_ctxt)); in bass_get_parameter()
152 bassboost_set_strength(&(bass_ctxt->bassboost_ctxt), strength); in bass_set_parameter()
188 bassboost_set_device((effect_context_t *)&(bass_ctxt->bassboost_ctxt), device); in bass_set_device()
198 bassboost_reset((effect_context_t *)&(bass_ctxt->bassboost_ctxt)); in bass_reset()
209 bass_ctxt->bassboost_ctxt.common.config = context->config; in bass_init()
217 bassboost_init((effect_context_t *)&(bass_ctxt->bassboost_ctxt)); in bass_init()
229 bassboost_enable((effect_context_t *)&(bass_ctxt->bassboost_ctxt)); in bass_enable()
241 bassboost_disable((effect_context_t *)&(bass_ctxt->bassboost_ctxt)); in bass_disable()
253 bassboost_start((effect_context_t *)&(bass_ctxt->bassboost_ctxt), output); in bass_start()
265 bassboost_stop((effect_context_t *)&(bass_ctxt->bassboost_ctxt), output); in bass_stop()
Dbass_boost.h59 bassboost_context_t bassboost_ctxt; member
Dbundle.c381 bass_ctxt->bassboost_ctxt.ctl = NULL; in effect_lib_create()