Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/loudness/
DEffectLoudnessEnhancer.cpp76 struct LoudnessEnhancerContext { struct
90 void LE_reset(LoudnessEnhancerContext *pContext) in LE_reset() argument
117 int LE_setConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) in LE_setConfig()
151 void LE_getConfig(LoudnessEnhancerContext *pContext, effect_config_t *pConfig) in LE_getConfig()
169 int LE_init(LoudnessEnhancerContext *pContext) in LE_init()
223 LoudnessEnhancerContext *pContext = new LoudnessEnhancerContext; in LELib_Create()
247 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)handle; in LELib_Release()
285 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; in LE_process()
353 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *)self; in LE_command()
472 LoudnessEnhancerContext * pContext = (LoudnessEnhancerContext *) self; in LE_getDescriptor()