Searched defs:pInstanceParams (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_GetInstanceHandle.c39 /* pInstanceParams Pointer to the instance parameters */
43 /* LVREV_NULLADDRESS When phInstance or pMemoryTable or pInstanceParams is NULL */
51 LVREV_InstanceParams_st *pInstanceParams)
67 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL))
87 if (pInstanceParams->MaxBlockSize == 0)
93 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1)&&
94 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2)&&
95 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4))
126 if(pInstanceParams->NumDelays ==LVREV_DELAYLINES_4)
130 else if(pInstanceParams
49 LVREV_GetInstanceHandle(LVREV_Handle_t *phInstance, LVREV_MemoryTable_st *pMemoryTable, LVREV_InstanceParams_st *pInstanceParams) argument
[all...]
H A DLVREV_GetMemoryTable.c47 /* pInstanceParams Pointer to the instance parameters */
52 /* LVREV_NULLADDRESS When requesting memory requirements and pInstanceParams */
61 LVREV_InstanceParams_st *pInstanceParams)
84 if (pInstanceParams != LVM_NULL)
90 if (pInstanceParams->MaxBlockSize == 0)
96 if ((pInstanceParams->NumDelays != LVREV_DELAYLINES_1) &&
97 (pInstanceParams->NumDelays != LVREV_DELAYLINES_2) &&
98 (pInstanceParams->NumDelays != LVREV_DELAYLINES_4))
121 if (pInstanceParams == LVM_NULL)
130 if(pInstanceParams
59 LVREV_GetMemoryTable(LVREV_Handle_t hInstance, LVREV_MemoryTable_st *pMemoryTable, LVREV_InstanceParams_st *pInstanceParams) argument
[all...]

Completed in 94 milliseconds