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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Init.c725 LVDBE_Handle_t hDBEInstance; /* Instance handle */ local
773 hDBEInstance = LVM_NULL; /* Set to NULL to return handle */
774 LVDBE_Status = LVDBE_Init(&hDBEInstance, /* Initiailse */
778 pInstance->hDBEInstance = hDBEInstance; /* Save the instance handle */
H A DLVM_Control.c701 LVDBE_Handle_t *hDBEInstance = pInstance->hDBEInstance; local
726 DBE_Status = LVDBE_Control(hDBEInstance,
H A DLVM_Private.h239 LVDBE_Handle_t hDBEInstance; /* Dynamic Bass Enhancement instance handle */ member in struct:__anon248

Completed in 43 milliseconds