Home | History | Annotate | Download | only in src

Lines Matching defs:pInstance

62     LVM_Instance_t      *pInstance  = (LVM_Instance_t  *)hInstance;
89 if(pInstance->InstParams.BufferMode == LVM_UNMANAGED_BUFFERS)
94 if((NumSamples % pInstance->BlickSizeMultiple) != 0)
112 if (pInstance->ControlPending == LVM_TRUE)
126 if (pInstance->Params.SourceFormat == LVM_MONO)
160 if (pInstance->CS_Active == LVM_TRUE)
162 (void)LVCS_Process(pInstance->hCSInstance, /* Concert Sound instance handle */
172 if (pInstance->VC_Active!=0)
174 LVC_MixSoft_1St_D16C31_SAT(&pInstance->VC_Volume,
184 if (pInstance->EQNB_Active == LVM_TRUE)
186 LVEQNB_Process(pInstance->hEQNBInstance, /* N-Band equaliser instance handle */
196 if (pInstance->DBE_Active == LVM_TRUE)
198 LVDBE_Process(pInstance->hDBEInstance, /* Dynamic Bass Enhancement instance handle */
218 if (pInstance->TE_Active == LVM_TRUE)
223 FO_2I_D16F32C15_LShx_TRC_WRA_01(&pInstance->pTE_State->TrebleBoost_State,
233 LVC_MixSoft_1St_2i_D16C31_SAT(&pInstance->VC_BalanceMix,
241 if ((pInstance->Params.PSA_Enable == LVM_PSA_ON)&&(pInstance->InstParams.PSA_Included==LVM_PSA_ON))
244 pInstance->pPSAInput,
247 LVPSA_Process(pInstance->hPSAInstance,
248 pInstance->pPSAInput,
257 DC_2I_D16_TRC_WRA_01(&pInstance->DC_RemovalInstance,