Searched refs:MaxBlkLen (Results 1 – 3 of 3) sorted by relevance
205 pPrivate->MaxBlkLen = Temp; in LVREV_ApplyNewSettings()206 if (pPrivate->MaxBlkLen > pPrivate->A_DelaySize[i]) in LVREV_ApplyNewSettings()208 pPrivate->MaxBlkLen = pPrivate->A_DelaySize[i]; in LVREV_ApplyNewSettings()210 if (pPrivate->MaxBlkLen > pPrivate->B_DelaySize[i]) in LVREV_ApplyNewSettings()212 pPrivate->MaxBlkLen = pPrivate->B_DelaySize[i]; in LVREV_ApplyNewSettings()228 pPrivate->MaxBlkLen = pPrivate->MaxBlkLen - 2; in LVREV_ApplyNewSettings()229 if(pPrivate->MaxBlkLen > pPrivate->InstanceParams.MaxBlockSize) in LVREV_ApplyNewSettings()231 pPrivate->MaxBlkLen = (LVM_INT32)pPrivate->InstanceParams.MaxBlockSize; in LVREV_ApplyNewSettings()
137 LVM_INT32 MaxBlkLen; /* Maximum block size for internal member
132 if(RemainingSamples > pLVREV_Private->MaxBlkLen) in LVREV_Process()134 SamplesToProcess = pLVREV_Private->MaxBlkLen; in LVREV_Process()