Searched refs:ESR_SessionSetIntIfEmpty (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 58 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.dimen", 16)); in SR_AcousticModels_ToSession() 59 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.skip", 5)); in SR_AcousticModels_ToSession() 60 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.stay", 5)); in SR_AcousticModels_ToSession() 61 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.whole_skip", 10)); in SR_AcousticModels_ToSession() 62 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.whole_stay", 10)); in SR_AcousticModels_ToSession() 63 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.durscale", 5)); in SR_AcousticModels_ToSession() 64 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.frame_period", 10)); in SR_AcousticModels_ToSession() 65 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.minvar", 1)); in SR_AcousticModels_ToSession() 66 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Acoustic.maxvar", 64000)); in SR_AcousticModels_ToSession() 85 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Pattern.dimen", 16)); in SR_AcousticModels_PatternToSession() [all …]
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 74 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.NBest", 1)); in SR_RecognizerToSessionImpl() 75 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.eou_threshold", 100)); in SR_RecognizerToSessionImpl() 76 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_altword_tokens", 400)); in SR_RecognizerToSessionImpl() 77 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_frames", 1000)); in SR_RecognizerToSessionImpl() 78 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_fsm_arcs", 3000)); in SR_RecognizerToSessionImpl() 79 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_fsm_nodes", 3000)); in SR_RecognizerToSessionImpl() 80 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_fsmnode_tokens", 1000)); in SR_RecognizerToSessionImpl() 81 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_hmm_tokens", 1000)); in SR_RecognizerToSessionImpl() 82 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_model_states", 1000)); in SR_RecognizerToSessionImpl() 83 CHKLOG(rc, ESR_SessionSetIntIfEmpty("CREC.Recognizer.max_searches", 2)); in SR_RecognizerToSessionImpl() [all …]
|
/external/srec/shared/include/ |
D | ESR_Session.h | 462 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetIntIfEmpty(const LCHAR* name, int value);
|
/external/srec/shared/src/ |
D | ESR_Session.c | 148 ESR_ReturnCode ESR_SessionSetIntIfEmpty(const LCHAR* name, int value) in ESR_SessionSetIntIfEmpty() function
|