Searched refs:hEQNBInstance (Results 1 – 4 of 4) sorted by relevance
308 LVEQNB_Handle_t hEQNBInstance; /* Instance handle */ in LVM_GetInstanceHandle() local339 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()
161 LVEQNB_Handle_t hEQNBInstance; /* N-Band Equaliser instance handle */ member
150 LVEQNB_Process(pInstance->hEQNBInstance, /* N-Band equaliser instance handle */ in LVM_Process()
590 LVEQNB_Handle_t* hEQNBInstance = (LVEQNB_Handle_t*)pInstance->hEQNBInstance; in LVM_ApplyNewSettings() local632 EQNB_Status = LVEQNB_Control(hEQNBInstance, &EQNB_Params); in LVM_ApplyNewSettings()