Home
last modified time | relevance | path

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

/external/srec/srec/ca/
Dpar_basi.c69 CA_PatInputParams *CA_AllocatePatternParameters(void) in CA_AllocatePatternParameters()
71 CA_PatInputParams *hPatInp = NULL; in CA_AllocatePatternParameters()
75 hPatInp = (CA_PatInputParams *) CALLOC_CLR(1, in CA_AllocatePatternParameters()
76 sizeof(CA_PatInputParams), "ca.hPatInp"); in CA_AllocatePatternParameters()
88 void CA_FreePatternParameters(CA_PatInputParams *hPatInp) in CA_FreePatternParameters()
Dpat_basi.c74 int CA_LoadPattern(CA_Pattern *hPattern, CA_PatInputParams *hPatInput, in CA_LoadPattern()
/external/srec/srec/include/
Dsimapi.h345 CA_PatInputParams; typedef
735 CA_PatInputParams *hPatInput,
2409 CA_PatInputParams *CA_AllocatePatternParameters(void);
2425 void CA_FreePatternParameters(CA_PatInputParams *hPatInp);
2518 void CA_LoadPatternParameters(CA_PatInputParams *hPatInp,
2537 void CA_SavePatternParameters(CA_PatInputParams *hPatInp,
2651 int CA_SetPatternParameter(CA_PatInputParams *hPatInp,
2676 int CA_GetPatternParameter(CA_PatInputParams *hPatInp,
2699 int CA_GetPatternStringParameter(CA_PatInputParams *hPatInp,
/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c139 ESR_ReturnCode SR_AcousticModels_LoadLegacyPatternParameters(CA_PatInputParams* params) in SR_AcousticModels_LoadLegacyPatternParameters()
583 CA_PatInputParams* patternParams = NULL; in SR_AcousticModels_SetupPattern()