HomeSort by relevance Sort by last modified time
    Searched refs:hDBEInstance (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 207 LVDBE_Handle_t hDBEInstance; /* Dynamic Bass Enhancement instance handle */
LVM_Process.c 198 LVDBE_Process(pInstance->hDBEInstance, /* Dynamic Bass Enhancement instance handle */
LVM_Init.c 691 LVDBE_Handle_t hDBEInstance; /* Instance handle */
735 hDBEInstance = LVM_NULL; /* Set to NULL to return handle */
736 LVDBE_Status = LVDBE_Init(&hDBEInstance, /* Initiailse */
740 pInstance->hDBEInstance = hDBEInstance; /* Save the instance handle */
    [all...]
LVM_Control.c 597 LVDBE_Handle_t *hDBEInstance = pInstance->hDBEInstance;
622 DBE_Status = LVDBE_Control(hDBEInstance,
    [all...]

Completed in 44 milliseconds