Searched refs:hAcoustInp (Results 1 – 4 of 4) sorted by relevance
40 CA_AcoustInputParams *hAcoustInp = NULL; in CA_AllocateAcousticParameters() local43 hAcoustInp = (CA_AcoustInputParams *) CALLOC_CLR(1, in CA_AllocateAcousticParameters() local46 hAcoustInp->is_loaded = False; in CA_AllocateAcousticParameters()47 hAcoustInp->ca_rtti = CA_ACOUSTIC_PARAMETERS_SIGNATURE; in CA_AllocateAcousticParameters()50 END_CATCH_CA_EXCEPT(hAcoustInp); in CA_AllocateAcousticParameters()52 return (hAcoustInp); in CA_AllocateAcousticParameters()57 void CA_FreeAcousticParameters(CA_AcoustInputParams *hAcoustInp) in CA_FreeAcousticParameters() argument60 ASSERT(hAcoustInp); in CA_FreeAcousticParameters()61 FREE((char *)hAcoustInp); in CA_FreeAcousticParameters()64 END_CATCH_CA_EXCEPT(hAcoustInp); in CA_FreeAcousticParameters()
44 CA_AcoustInputParams *hAcoustInp) in CA_LoadModelsInAcoustic() argument50 ASSERT(hAcoustInp); in CA_LoadModelsInAcoustic()54 if (hAcoustInp->is_loaded == False) in CA_LoadModelsInAcoustic()
68 int CA_LoadAcousticSub(CA_Acoustic *hAcoust, char *subname, CA_AcoustInputParams *hAcoustInp) in CA_LoadAcousticSub() argument74 if (hAcoustInp == 0) in CA_LoadAcousticSub()
536 CA_AcoustInputParams *hAcoustInp);1828 CA_AcoustInputParams *hAcoustInp);1854 CA_AcoustInputParams *hAcoustInp);1861 CA_AcoustInputParams *hAcoustInp,1906 CA_AcoustInputParams *hAcoustInp);2394 void CA_FreeAcousticParameters(CA_AcoustInputParams *hAcoustInp);2475 void CA_LoadAcousticParameters(CA_AcoustInputParams *hAcoustInp,2498 void CA_SaveAcousticParameters(CA_AcoustInputParams *hAcoustInp,2600 int CA_GetAcousticParameter(CA_AcoustInputParams *hAcoustInp,2625 int CA_GetAcousticStringParameter(CA_AcoustInputParams *hAcoustInp,