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

  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Control.c 597 LVDBE_Handle_t *hDBEInstance = pInstance->hDBEInstance;
622 DBE_Status = LVDBE_Control(hDBEInstance,
    [all...]
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_Private.h 207 LVDBE_Handle_t hDBEInstance; /* Dynamic Bass Enhancement instance handle */

Completed in 1110 milliseconds