Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c748 LVEQNB_Handle_t hEQNBInstance; /* Instance handle */ in LVM_GetInstanceHandle() local
792 hEQNBInstance = LVM_NULL; /* Set to NULL to return handle */ in LVM_GetInstanceHandle()
793 LVEQNB_Status = LVEQNB_Init(&hEQNBInstance, /* Initiailse */ in LVM_GetInstanceHandle()
797 pInstance->hEQNBInstance = hEQNBInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()
DLVM_Process.c186 … LVEQNB_Process(pInstance->hEQNBInstance, /* N-Band equaliser instance handle */ in LVM_Process()
DLVM_Control.c647 LVEQNB_Handle_t *hEQNBInstance = pInstance->hEQNBInstance; in LVM_ApplyNewSettings() local
692 EQNB_Status = LVEQNB_Control(hEQNBInstance, in LVM_ApplyNewSettings()
DLVM_Private.h200 LVEQNB_Handle_t hEQNBInstance; /* N-Band Equaliser instance handle */ member