Searched refs:InstanceParams (Results 1 – 5 of 5) sorted by relevance
229 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4 ) in ReverbBlock()233 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2 ) in ReverbBlock()368 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()388 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()397 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in ReverbBlock()433 switch(pPrivate->InstanceParams.NumDelays) in ReverbBlock()534 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()538 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in ReverbBlock()676 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()700 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in ReverbBlock()[all …]
81 if((LVM_UINT16)pLVREV_Private->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ClearAudioBuffers()106 if((LVM_UINT16)pLVREV_Private->InstanceParams.NumDelays >= LVREV_DELAYLINES_2) in LVREV_ClearAudioBuffers()123 if((LVM_UINT16)pLVREV_Private->InstanceParams.NumDelays >= LVREV_DELAYLINES_1) in LVREV_ClearAudioBuffers()
174 … LVREV_InstanceParams_st InstanceParams; /* Initialisation time instance parameters */ member238 LVREV_InstanceParams_st InstanceParams; /* Initialisation time instance parameters */
60 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ApplyNewSettings()64 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in LVREV_ApplyNewSettings()232 if(pPrivate->MaxBlkLen > pPrivate->InstanceParams.MaxBlockSize) in LVREV_ApplyNewSettings()234 pPrivate->MaxBlkLen = (LVM_INT32)pPrivate->InstanceParams.MaxBlockSize; in LVREV_ApplyNewSettings()613 if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_4) in LVREV_ApplyNewSettings()617 else if(pPrivate->InstanceParams.NumDelays == LVREV_DELAYLINES_2) in LVREV_ApplyNewSettings()797 if(pPrivate->MaxBlkLen > pPrivate->InstanceParams.MaxBlockSize) in LVREV_ApplyNewSettings()799 pPrivate->MaxBlkLen = (LVM_INT32)pPrivate->InstanceParams.MaxBlockSize; in LVREV_ApplyNewSettings()
298 pLVREV_Private->InstanceParams = *pInstanceParams; in LVREV_GetInstanceHandle()