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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Init.c748 LVEQNB_Handle_t hEQNBInstance; /* Instance handle */ local
792 hEQNBInstance = LVM_NULL; /* Set to NULL to return handle */
793 LVEQNB_Status = LVEQNB_Init(&hEQNBInstance, /* Initiailse */
797 pInstance->hEQNBInstance = hEQNBInstance; /* Save the instance handle */
H A DLVM_Control.c647 LVEQNB_Handle_t *hEQNBInstance = pInstance->hEQNBInstance; local
692 EQNB_Status = LVEQNB_Control(hEQNBInstance,
H A DLVM_Private.h200 LVEQNB_Handle_t hEQNBInstance; /* N-Band Equaliser instance handle */ member in struct:__anon136

Completed in 1025 milliseconds