OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CA_AcoustInputParams
(Results
1 - 7
of
7
) sorted by null
/external/srec/srec/ca/
par_basi.c
38
CA_AcoustInputParams
*CA_AllocateAcousticParameters(void)
40
CA_AcoustInputParams
*hAcoustInp = NULL;
43
hAcoustInp = (
CA_AcoustInputParams
*) CALLOC_CLR(1,
44
sizeof(
CA_AcoustInputParams
), "ca.hAcoustInp");
57
void CA_FreeAcousticParameters(
CA_AcoustInputParams
*hAcoustInp)
rec_load.c
44
CA_AcoustInputParams
*hAcoustInp)
acc_basi.c
68
int CA_LoadAcousticSub(CA_Acoustic *hAcoust, char *subname,
CA_AcoustInputParams
*hAcoustInp)
/external/srec/srec/AcousticModels/include/
SR_AcousticModelsImpl.h
65
ESR_ReturnCode(*getLegacyParameters)(
CA_AcoustInputParams
* params);
159
ESR_ReturnCode SR_AcousticModels_GetLegacyParameters(
CA_AcoustInputParams
* params);
/external/srec/srec/include/
simapi.h
252
CA_AcoustInputParams
;
536
CA_AcoustInputParams
*hAcoustInp);
[
all
...]
/external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c
191
ESR_ReturnCode SR_AcousticModels_GetLegacyParameters(
CA_AcoustInputParams
* params)
256
CA_AcoustInputParams
* acousticParams;
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
[
all
...]
Completed in 496 milliseconds