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.cpp308 LVEQNB_Handle_t hEQNBInstance; /* Instance handle */ in LVM_GetInstanceHandle() local
339 hEQNBInstance = LVM_NULL; /* Set to NULL to return handle */ in LVM_GetInstanceHandle()
340 LVEQNB_Status = LVEQNB_Init(&hEQNBInstance, /* Create and initiailse */ in LVM_GetInstanceHandle()
343 pInstance->hEQNBInstance = hEQNBInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()
515 if (pInstance->hEQNBInstance != LVM_NULL) { in LVM_DelInstanceHandle()
516 LVEQNB_DeInit(&pInstance->hEQNBInstance); in LVM_DelInstanceHandle()
DLVM_Private.h161 LVEQNB_Handle_t hEQNBInstance; /* N-Band Equaliser instance handle */ member
DLVM_Process.cpp150 LVEQNB_Process(pInstance->hEQNBInstance, /* N-Band equaliser instance handle */ in LVM_Process()
DLVM_Control.cpp590 LVEQNB_Handle_t* hEQNBInstance = (LVEQNB_Handle_t*)pInstance->hEQNBInstance; in LVM_ApplyNewSettings() local
632 EQNB_Status = LVEQNB_Control(hEQNBInstance, &EQNB_Params); in LVM_ApplyNewSettings()