Home
last modified time | relevance | path

Searched refs:InstanceParams (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ClearAudioBuffers.c72 if((LVM_UINT16)pLVREV_Private->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ClearAudioBuffers()
86 if((LVM_UINT16)pLVREV_Private->InstanceParams.NumDelays >= LVREV_DELAYLINES_2) in LVREV_ClearAudioBuffers()
95 if((LVM_UINT16)pLVREV_Private->InstanceParams.NumDelays >= LVREV_DELAYLINES_1) in LVREV_ClearAudioBuffers()
DLVREV_Process.c204 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4 ) in ReverbBlock()
208 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2 ) in ReverbBlock()
343 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()
363 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()
372 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in ReverbBlock()
408 switch(pPrivate->InstanceParams.NumDelays) in ReverbBlock()
DLVREV_ApplyNewSettings.c59 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ApplyNewSettings()
63 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in LVREV_ApplyNewSettings()
231 if(pPrivate->MaxBlkLen > pPrivate->InstanceParams.MaxBlockSize) in LVREV_ApplyNewSettings()
233 pPrivate->MaxBlkLen = (LVM_INT32)pPrivate->InstanceParams.MaxBlockSize; in LVREV_ApplyNewSettings()
DLVREV_Private.h124 … LVREV_InstanceParams_st InstanceParams; /* Initialisation time instance parameters */ member
DLVREV_GetInstanceHandle.c211 pLVREV_Private->InstanceParams = *pInstanceParams; in LVREV_GetInstanceHandle()