Home | History | Annotate | Download | only in src

Lines Matching defs:pInstance

67     LVCS_Instance_t         *pInstance = (LVCS_Instance_t  *)hInstance;
68 LVCS_ReverbGenerator_t *pConfig = (LVCS_ReverbGenerator_t *)&pInstance->Reverberation;
69 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
70 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
79 if(pInstance->Params.SampleRate != pParams->SampleRate ) /* Sample rate change test */
134 if(pInstance->Params.ReverbLevel != pParams->ReverbLevel)
189 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
190 LVCS_ReverbGenerator_t *pConfig = (LVCS_ReverbGenerator_t *)&pInstance->Reverberation;
191 LVCS_Coefficient_t *pCoefficients = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
192 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
212 if (((pInstance->Params.SpeakerType == LVCS_HEADPHONE) || /* Disable when CS4MS in stereo mode */
213 (pInstance->Params.SpeakerType == LVCS_EX_HEADPHONES) ||
214 (pInstance->Params.SourceFormat != LVCS_STEREO)) &&
215 ((pInstance->Params.OperatingMode & LVCS_REVERBSWITCH) !=0)) /* For validation testing */