Home
last modified time | relevance | path

Searched refs:hAcoustInp (Results 1 – 4 of 4) sorted by relevance

/external/srec/srec/ca/
Dpar_basi.c40 CA_AcoustInputParams *hAcoustInp = NULL; in CA_AllocateAcousticParameters() local
43 hAcoustInp = (CA_AcoustInputParams *) CALLOC_CLR(1, in CA_AllocateAcousticParameters() local
46 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() argument
60 ASSERT(hAcoustInp); in CA_FreeAcousticParameters()
61 FREE((char *)hAcoustInp); in CA_FreeAcousticParameters()
64 END_CATCH_CA_EXCEPT(hAcoustInp); in CA_FreeAcousticParameters()
Drec_load.c44 CA_AcoustInputParams *hAcoustInp) in CA_LoadModelsInAcoustic() argument
50 ASSERT(hAcoustInp); in CA_LoadModelsInAcoustic()
54 if (hAcoustInp->is_loaded == False) in CA_LoadModelsInAcoustic()
Dacc_basi.c68 int CA_LoadAcousticSub(CA_Acoustic *hAcoust, char *subname, CA_AcoustInputParams *hAcoustInp) in CA_LoadAcousticSub() argument
74 if (hAcoustInp == 0) in CA_LoadAcousticSub()
/external/srec/srec/include/
Dsimapi.h536 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,