Home | History | Annotate | Download | only in src

Lines Matching defs:pInstance

62     LVCS_Instance_t     *pInstance = (LVCS_Instance_t  *)hInstance;
63 LVCS_Equaliser_t *pConfig = (LVCS_Equaliser_t *)&pInstance->Equaliser;
64 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
65 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
72 if ((pInstance->Params.SampleRate != pParams->SampleRate) ||
73 (pInstance->Params.SpeakerType != pParams->SpeakerType))
141 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
142 LVCS_Equaliser_t *pConfig = (LVCS_Equaliser_t *)&pInstance->Equaliser;
143 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
149 if ((pInstance->Params.OperatingMode & LVCS_EQUALISERSWITCH) != 0)