Searched refs:hPSAInstance (Results 1 – 5 of 5) sorted by relevance
54 pLVPSA_Handle_t* hPSAInstance; in LVM_GetSpectrum() local66 hPSAInstance = (pLVPSA_Handle_t*)pInstance->hPSAInstance; in LVM_GetSpectrum()84 LVPSA_Status = LVPSA_GetSpectrum(hPSAInstance, (LVPSA_Time)(AudioTime), in LVM_GetSpectrum()
379 pLVPSA_Handle_t hPSAInstance = LVM_NULL; /* Instance handle */ in LVM_GetInstanceHandle() local401 PSA_Status = LVPSA_Init(&hPSAInstance, &pInstance->PSA_InitParams, in LVM_GetInstanceHandle()408 pInstance->hPSAInstance = hPSAInstance; /* Save the instance handle */ in LVM_GetInstanceHandle()411 pInstance->hPSAInstance = LVM_NULL; in LVM_GetInstanceHandle()534 if (pInstance->hPSAInstance != LVM_NULL) { in LVM_DelInstanceHandle()535 LVPSA_DeInit(&pInstance->hPSAInstance); in LVM_DelInstanceHandle()
713 pLVPSA_Handle_t* hPSAInstance = (pLVPSA_Handle_t*)pInstance->hPSAInstance; in LVM_ApplyNewSettings() local725 PSA_Status = LVPSA_Control(hPSAInstance, &PSA_Params); in LVM_ApplyNewSettings()734 PSA_Status = LVPSA_ApplyNewSettings((LVPSA_InstancePr_t*)hPSAInstance); in LVM_ApplyNewSettings()
192 pLVPSA_Handle_t hPSAInstance; /* Spectrum Analyzer instance handle */ member
200 LVPSA_Process(pInstance->hPSAInstance, pInstance->pPSAInput, in LVM_Process()