Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/loudness/
DEffectLoudnessEnhancer.cpp56 struct LoudnessEnhancerContext { struct
70 void LE_reset(LoudnessEnhancerContext *pContext) in LE_reset() argument
104 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) in LE_setConfig()
138 void LE_getConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) in LE_getConfig()
156 int LE_init(LoudnessEnhancerContext *pContext) in LE_init()
210 LoudnessEnhancerContext *pContext = new LoudnessEnhancerContext; in LELib_Create()
234 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle; in LELib_Release()
272 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; in LE_process()
316 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; in LE_command()
435 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *) self; in LE_getDescriptor()