Home
last modified time | relevance | path

Searched refs:CA_AcoustInputParams (Results 1 – 7 of 7) sorted by relevance

/external/srec/srec/ca/
Dpar_basi.c38 CA_AcoustInputParams *CA_AllocateAcousticParameters(void) in CA_AllocateAcousticParameters()
40 CA_AcoustInputParams *hAcoustInp = NULL; in CA_AllocateAcousticParameters()
43 hAcoustInp = (CA_AcoustInputParams *) CALLOC_CLR(1, in CA_AllocateAcousticParameters()
44 sizeof(CA_AcoustInputParams), "ca.hAcoustInp"); in CA_AllocateAcousticParameters()
57 void CA_FreeAcousticParameters(CA_AcoustInputParams *hAcoustInp) in CA_FreeAcousticParameters()
Drec_load.c44 CA_AcoustInputParams *hAcoustInp) in CA_LoadModelsInAcoustic()
Dacc_basi.c68 int CA_LoadAcousticSub(CA_Acoustic *hAcoust, char *subname, CA_AcoustInputParams *hAcoustInp) in CA_LoadAcousticSub()
/external/srec/srec/include/
Dsimapi.h252 CA_AcoustInputParams; typedef
536 CA_AcoustInputParams *hAcoustInp);
1828 CA_AcoustInputParams *hAcoustInp);
1854 CA_AcoustInputParams *hAcoustInp);
1861 CA_AcoustInputParams *hAcoustInp,
1906 CA_AcoustInputParams *hAcoustInp);
2374 CA_AcoustInputParams *CA_AllocateAcousticParameters(void);
2394 void CA_FreeAcousticParameters(CA_AcoustInputParams *hAcoustInp);
2475 void CA_LoadAcousticParameters(CA_AcoustInputParams *hAcoustInp,
2498 void CA_SaveAcousticParameters(CA_AcoustInputParams *hAcoustInp,
[all …]
/external/srec/srec/AcousticModels/include/
DSR_AcousticModelsImpl.h65 ESR_ReturnCode(*getLegacyParameters)(CA_AcoustInputParams* params);
159 ESR_ReturnCode SR_AcousticModels_GetLegacyParameters(CA_AcoustInputParams* params);
/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c191 ESR_ReturnCode SR_AcousticModels_GetLegacyParameters(CA_AcoustInputParams* params) in SR_AcousticModels_GetLegacyParameters()
256 CA_AcoustInputParams* acousticParams; in SR_AcousticModelsLoad()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c1285 CA_AcoustInputParams* acousticParams = NULL; in SR_RecognizerSetupImpl()