Home
last modified time | relevance | path

Searched refs:pInstanceParams (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetMemoryTable.c61 LVREV_InstanceParams_st *pInstanceParams) in LVREV_GetMemoryTable() argument
84 if (pInstanceParams != LVM_NULL) in LVREV_GetMemoryTable()
90 if (pInstanceParams->MaxBlockSize == 0) in LVREV_GetMemoryTable()
96 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1) && in LVREV_GetMemoryTable()
97 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2) && in LVREV_GetMemoryTable()
98 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4)) in LVREV_GetMemoryTable()
121 if (pInstanceParams == LVM_NULL) in LVREV_GetMemoryTable()
130 if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_4) in LVREV_GetMemoryTable()
134 else if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_2) in LVREV_GetMemoryTable()
143 if(MaxBlockSize>pInstanceParams->MaxBlockSize) in LVREV_GetMemoryTable()
[all …]
DLVREV_GetInstanceHandle.c51 LVREV_InstanceParams_st *pInstanceParams) in LVREV_GetInstanceHandle() argument
67 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) in LVREV_GetInstanceHandle()
87 if (pInstanceParams->MaxBlockSize == 0) in LVREV_GetInstanceHandle()
93 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1)&& in LVREV_GetInstanceHandle()
94 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2)&& in LVREV_GetInstanceHandle()
95 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4)) in LVREV_GetInstanceHandle()
144 if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_4) in LVREV_GetInstanceHandle()
148 else if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_2) in LVREV_GetInstanceHandle()
157 if(MaxBlockSize>pInstanceParams->MaxBlockSize) in LVREV_GetInstanceHandle()
159 MaxBlockSize=pInstanceParams->MaxBlockSize; in LVREV_GetInstanceHandle()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h183 LVREV_InstanceParams_st *pInstanceParams);
214 LVREV_InstanceParams_st *pInstanceParams);