Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/loudness/
DEffectLoudnessEnhancer.cpp52 struct LoudnessEnhancerContext { struct
66 void LE_reset(LoudnessEnhancerContext *pContext) in LE_reset() argument
100 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) in LE_setConfig()
134 void LE_getConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) in LE_getConfig()
152 int LE_init(LoudnessEnhancerContext *pContext) in LE_init()
207 LoudnessEnhancerContext *pContext = new LoudnessEnhancerContext; in LELib_Create()
231 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle; in LELib_Release()
269 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; in LE_process()
313 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; in LE_command()
433 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *) self; in LE_getDescriptor()