Home
last modified time | relevance | path

Searched defs:hRecog (Results 1 – 6 of 6) sorted by relevance

/external/srec/srec/ca/
Drec_basi.c44 CA_Recog *hRecog = NULL; in CA_AllocateRecognition() local
58 hRecog = (CA_Recog *) CALLOC_CLR(1, sizeof(CA_Recog), "ca.hRecog"); in CA_AllocateRecognition() local
73 int CA_ConfigureRecognition(CA_Recog *hRecog, CA_RecInputParams *hRecInput) in CA_ConfigureRecognition()
112 void CA_UnconfigureRecognition(CA_Recog *hRecog) in CA_UnconfigureRecognition()
132 void CA_FreeRecognition(CA_Recog *hRecog) in CA_FreeRecognition()
155 void CA_BeginRecognition(CA_Recog *hRecog, CA_Syntax *hSyntax, in CA_BeginRecognition()
178 void CA_AdvanceRecognitionByFrame(CA_Recog *hRecog, CA_Pattern *hPattern, in CA_AdvanceRecognitionByFrame()
204 int CA_EndRecognition(CA_Recog *hRecog, CA_Pattern *hPattern, in CA_EndRecognition()
Drec_resu.c43 int CA_FullResultScore(CA_Recog *hRecog, int *score, int do_incsil) in CA_FullResultScore()
54 int CA_FullResultLabel(CA_Recog *hRecog, char *label, int len) in CA_FullResultLabel()
74 ESR_ReturnCode CA_GetRecogID(CA_Recog *hRecog, int *id) in CA_GetRecogID()
80 ESR_ReturnCode CA_FullResultWordIDs(CA_Recog *hRecog, wordID *wordIDs, size_t* len) in CA_FullResultWordIDs()
85 void CA_ClearResults(CA_Recog *hRecog) in CA_ClearResults()
98 int CA_RecognitionHasResults(CA_Recog *hRecog) in CA_RecognitionHasResults()
109 int CA_IsEndOfUtteranceByResults(CA_Recog *hRecog) in CA_IsEndOfUtteranceByResults()
Drec_load.c43 void CA_LoadModelsInAcoustic(CA_Recog *hRecog, CA_Acoustic *hAcoust, in CA_LoadModelsInAcoustic()
65 void CA_UnloadRecognitionModels(CA_Recog *hRecog) in CA_UnloadRecognitionModels()
Dsyn_srec.c308 int CA_SetupSyntaxForRecognizer(CA_Syntax *hSyntax, CA_Recog *hRecog) in CA_SetupSyntaxForRecognizer()
321 int CA_CeilingSyntaxForRecognizer(CA_Syntax *hSyntax, CA_Recog *hRecog) in CA_CeilingSyntaxForRecognizer()
353 void CA_ClearSyntaxForRecognizer(CA_Syntax *hSyntax, CA_Recog *hRecog) in CA_ClearSyntaxForRecognizer()
Drec_nbes.c41 CA_NBestList *CA_PrepareNBestList(CA_Recog *hRecog, int num, asr_int32_t *bestScore) in CA_PrepareNBestList()
Dann_api.c113 int CA_AnnotateFromResults(CA_Annotation* hAnnotation, CA_Recog *hRecog) in CA_AnnotateFromResults()