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.cpp61 LVREV_InstanceParams_st *pInstanceParams) in LVREV_GetMemoryTable() argument
83 if (pInstanceParams != LVM_NULL) in LVREV_GetMemoryTable()
89 if (pInstanceParams->MaxBlockSize == 0) in LVREV_GetMemoryTable()
95 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1) && in LVREV_GetMemoryTable()
96 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2) && in LVREV_GetMemoryTable()
97 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4)) in LVREV_GetMemoryTable()
119 if (pInstanceParams == LVM_NULL) in LVREV_GetMemoryTable()
127 if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_4) in LVREV_GetMemoryTable()
131 else if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_2) in LVREV_GetMemoryTable()
140 if(MaxBlockSize>pInstanceParams->MaxBlockSize) in LVREV_GetMemoryTable()
[all …]
DLVREV_GetInstanceHandle.cpp50 LVREV_InstanceParams_st *pInstanceParams) in LVREV_GetInstanceHandle() argument
65 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) in LVREV_GetInstanceHandle()
85 if (pInstanceParams->MaxBlockSize == 0) in LVREV_GetInstanceHandle()
91 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1)&& in LVREV_GetInstanceHandle()
92 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2)&& in LVREV_GetInstanceHandle()
93 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4)) in LVREV_GetInstanceHandle()
135 if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_4) in LVREV_GetInstanceHandle()
139 else if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_2) in LVREV_GetInstanceHandle()
148 if(MaxBlockSize>pInstanceParams->MaxBlockSize) in LVREV_GetInstanceHandle()
150 MaxBlockSize=pInstanceParams->MaxBlockSize; in LVREV_GetInstanceHandle()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h165 LVREV_InstanceParams_st *pInstanceParams);
195 LVREV_InstanceParams_st *pInstanceParams);