Searched defs:hDBEInstance (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Init.c691 LVDBE_Handle_t hDBEInstance; /* Instance handle */ local
735 hDBEInstance = LVM_NULL; /* Set to NULL to return handle */
736 LVDBE_Status = LVDBE_Init(&hDBEInstance, /* Initiailse */
740 pInstance->hDBEInstance = hDBEInstance; /* Save the instance handle */
H A DLVM_Control.c597 LVDBE_Handle_t *hDBEInstance = pInstance->hDBEInstance; local
622 DBE_Status = LVDBE_Control(hDBEInstance,
H A DLVM_Private.h207 LVDBE_Handle_t hDBEInstance; /* Dynamic Bass Enhancement instance handle */ member in struct:__anon136

Completed in 50 milliseconds