Searched refs:ESR_SessionGetInt (Results 1 – 7 of 7) sorted by relevance
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 145 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.dimen", ¶ms->dimen)); in SR_AcousticModels_LoadLegacyPatternParameters() 146 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.whole_dimen", ¶ms->whole_dimen)); in SR_AcousticModels_LoadLegacyPatternParameters() 147 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.start", ¶ms->feat_start)); in SR_AcousticModels_LoadLegacyPatternParameters() 152 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.forget_speech", ¶ms->forget_speech)); in SR_AcousticModels_LoadLegacyPatternParameters() 153 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.forget_background", ¶ms->forget_background)); in SR_AcousticModels_LoadLegacyPatternParameters() 154 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.rel_low", ¶ms->rel_low)); in SR_AcousticModels_LoadLegacyPatternParameters() 155 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.rel_high", ¶ms->rel_high)); in SR_AcousticModels_LoadLegacyPatternParameters() 156 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.gap_period", ¶ms->gap_period)); in SR_AcousticModels_LoadLegacyPatternParameters() 157 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.click_period", ¶ms->click_period)); in SR_AcousticModels_LoadLegacyPatternParameters() 158 CHKLOG(rc, ESR_SessionGetInt("CREC.Pattern.breath_period", ¶ms->breath_period)); in SR_AcousticModels_LoadLegacyPatternParameters() [all …]
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 375 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.mel_dim", ¶ms->mel_dim)); in SR_RecognizerGetFrontendLegacyParametersImpl() 379 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lowcut", ¶ms->low_cut)); in SR_RecognizerGetFrontendLegacyParametersImpl() 380 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.highcut", ¶ms->high_cut)); in SR_RecognizerGetFrontendLegacyParametersImpl() 385 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.forgetfactor", ¶ms->forget_factor)); in SR_RecognizerGetFrontendLegacyParametersImpl() 386 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.sv6_margin", ¶ms->sv6_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl() 389 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.spec_sub_dur", ¶ms->spectral_sub_frame_dur)); in SR_RecognizerGetFrontendLegacyParametersImpl() 394 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lpcorder", ¶ms->lpc_order)); in SR_RecognizerGetFrontendLegacyParametersImpl() 460 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.speech_detect", ¶ms->voice_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl() 461 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.speech_above", ¶ms->fast_voice_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl() 462 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.ambient_within", ¶ms->tracker_margin)); in SR_RecognizerGetFrontendLegacyParametersImpl() [all …]
|
/external/srec/shared/include/ |
D | ESR_Session.h | 346 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetInt(const LCHAR* name, int* value);
|
/external/srec/shared/src/ |
D | ESR_Session.c | 63 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetInt(const LCHAR* name, int* value) in ESR_SessionGetInt() function
|
/external/srec/srec/clib/ |
D | swicms.c | 272 ESR_SessionGetInt(L("CREC.Frontend.start_windback"), &swicms->inutt.num_bou_frames_to_skip); in swicms_init()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 758 CHKLOG(rc, ESR_SessionGetInt(key, &iValue)); in SR_EventLogEventSessionImpl()
|
/external/srec/tools/grxmlcompile/ |
D | grxmlcompile.cpp | 602 rc = ESR_SessionGetInt( L("CREC.Recognizer.wordpen"), &word_penalty); in make_openfst_graphs()
|