Searched refs:InstParams (Results 1 – 9 of 9) sorted by relevance
84 if (pInstance->InstParams.BufferMode == LVM_UNMANAGED_BUFFERS) { in LVM_Process()196 (pInstance->InstParams.PSA_Included == LVM_PSA_ON)) { in LVM_Process()
98 pInstance->InstParams = *pInstParams; in LVM_GetInstanceHandle()472 if (pInstance->InstParams.BufferMode == LVM_MANAGED_BUFFERS) { in LVM_DelInstanceHandle()566 LVM_InstParams_t InstParams; /* Instance parameters */ in LVM_ClearAudioBuffers() local583 InstParams = pInstance->InstParams; in LVM_ClearAudioBuffers()
62 if (pInstance->InstParams.PSA_Included != LVM_PSA_ON) { in LVM_GetSpectrum()
309 if (pInstance->InstParams.BufferMode == LVM_MANAGED_BUFFERS) { in LVM_BufferIn()573 if (pInstance->InstParams.BufferMode == LVM_MANAGED_BUFFERS) { in LVM_BufferOut()
135 LVM_InstParams_t InstParams; /* Instance parameters */ member
103 if (pParams->EQNB_NBands > pInstance->InstParams.EQNB_NumBands) { in LVM_SetControlParameters()128 (pParams->EQNB_NBands > pInstance->InstParams.EQNB_NumBands)) { in LVM_SetControlParameters()724 if (pInstance->InstParams.PSA_Included == LVM_PSA_ON) { in LVM_ApplyNewSettings()
239 LVM_InstParams_t InstParams; /* Instance parameters */ in LvmBundle_init() local245 InstParams.BufferMode = LVM_UNMANAGED_BUFFERS; in LvmBundle_init()246 InstParams.MaxBlockSize = MAX_CALL_SIZE; in LvmBundle_init()247 InstParams.EQNB_NumBands = MAX_NUM_BANDS; in LvmBundle_init()248 InstParams.PSA_Included = LVM_PSA_ON; in LvmBundle_init()250 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance, &InstParams); in LvmBundle_init()
660 LVREV_InstanceParams_st InstParams; /* Instance parameters */ in Reverb_init() local663 InstParams.MaxBlockSize = MAX_CALL_SIZE; in Reverb_init()664 InstParams.SourceFormat = LVM_STEREO; // Max format, could be mono during process in Reverb_init()665 InstParams.NumDelays = LVREV_DELAYLINES_4; in Reverb_init()671 LvmStatus = LVREV_GetInstanceHandle(&pContext->hInstance, &InstParams); in Reverb_init()
512 LVM_InstParams_t InstParams; /* Instance parameters */ in LvmBundle_init() local518 InstParams.BufferMode = LVM_UNMANAGED_BUFFERS; in LvmBundle_init()519 InstParams.MaxBlockSize = MAX_CALL_SIZE; in LvmBundle_init()520 InstParams.EQNB_NumBands = MAX_NUM_BANDS; in LvmBundle_init()521 InstParams.PSA_Included = LVM_PSA_ON; in LvmBundle_init()523 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance, &InstParams); in LvmBundle_init()