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

  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c 66 INST_ALLOC FastCoef;
109 InstAlloc_Init(&FastCoef, (void *)LVM_NULL);
189 InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st));
190 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].Size = InstAlloc_GetTotal(&FastCoef);
LVREV_GetInstanceHandle.c 56 INST_ALLOC FastCoef;
105 InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress);
202 pLVREV_Private->pFastCoef = InstAlloc_AddMember(&FastCoef, sizeof(LVREV_FastCoef_st)); /* Fast coefficient memory base address */

Completed in 36 milliseconds