Home | History | Annotate | Download | only in src

Lines Matching defs:pInstance

58     LVCS_Instance_t         *pInstance = (LVCS_Instance_t  *)hInstance;
59 LVCS_StereoEnhancer_t *pConfig = (LVCS_StereoEnhancer_t *)&pInstance->StereoEnhancer;
60 LVCS_Data_t *pData = (LVCS_Data_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress;
61 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
69 if ((pInstance->Params.SampleRate != pParams->SampleRate) ||
70 (pInstance->Params.SpeakerType != pParams->SpeakerType))
187 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
188 LVCS_StereoEnhancer_t *pConfig = (LVCS_StereoEnhancer_t *)&pInstance->StereoEnhancer;
189 LVCS_Coefficient_t *pCoefficient = (LVCS_Coefficient_t *)pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress;
190 LVM_INT16 *pScratch = (LVM_INT16 *)pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress;
195 if ((pInstance->Params.OperatingMode & LVCS_STEREOENHANCESWITCH) != 0)
208 if (pInstance->OutputDevice == LVCS_HEADPHONE)
227 if (pInstance->Params.SourceFormat == LVCS_STEREO)