Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp50 } downmix_module_t; typedef
74 static int Downmix_Init(downmix_module_t *pDwmModule);
75 static int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init);
213 downmix_module_t *module; in DownmixLib_Create()
253 module = new downmix_module_t{}; in DownmixLib_Create()
268 ALOGV("DownmixLib_Create() %p , size %zu", module, sizeof(downmix_module_t)); in DownmixLib_Create()
274 downmix_module_t *pDwmModule = (downmix_module_t *)handle; in DownmixLib_Release()
318 downmix_module_t *pDwmModule = (downmix_module_t *)self; in Downmix_Process()
391 downmix_module_t *pDwmModule = (downmix_module_t *) self; in Downmix_Command()
534 downmix_module_t *pDwnmxModule = (downmix_module_t *) self; in Downmix_GetDescriptor()
[all …]