Searched refs:ESR_SessionGetBool (Results 1 – 8 of 8) sorted by relevance
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 58 rc = ESR_SessionGetBool ( L("G2P.Available"), &bG2P ); in SR_CreateG2P() 111 rc = ESR_SessionGetBool ( L("G2P.Available"), &bG2P ); in SR_DestroyG2P()
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 382 CHKLOG(rc, ESR_SessionGetBool("CREC.Frontend.do_skip_even_frames", ¶ms->do_skip_even_frames)); in SR_RecognizerGetFrontendLegacyParametersImpl() 384 CHKLOG(rc, ESR_SessionGetBool("CREC.Frontend.ddmel", ¶ms->do_dd_mel)); in SR_RecognizerGetFrontendLegacyParametersImpl() 387 CHKLOG(rc, ESR_SessionGetBool("CREC.Frontend.rastac0", ¶ms->do_rastac0)); in SR_RecognizerGetFrontendLegacyParametersImpl() 388 CHKLOG(rc, ESR_SessionGetBool("CREC.Frontend.spectral_subtraction", ¶ms->do_spectral_sub)); in SR_RecognizerGetFrontendLegacyParametersImpl() 391 CHKLOG(rc, ESR_SessionGetBool("CREC.Frontend.do_filterbank_dump", ¶ms->do_filterbank_input)); in SR_RecognizerGetFrontendLegacyParametersImpl() 392 CHKLOG(rc, ESR_SessionGetBool("CREC.Frontend.do_filterbank_input", ¶ms->do_filterbank_input)); in SR_RecognizerGetFrontendLegacyParametersImpl() 393 CHKLOG(rc, ESR_SessionGetBool("CREC.Frontend.do_smooth_c0", ¶ms->do_smooth_c0)); in SR_RecognizerGetFrontendLegacyParametersImpl() 585 CHKLOG(rc, ESR_SessionGetBool("CREC.Recognizer.partial_results", ¶ms->do_partial)); in SR_AcousticModels_LoadLegacyRecognizerParameters() 778 CHKLOG(rc, ESR_SessionGetBool(L("cmdline.gatedmode"), &impl->gatedMode)); in SR_RecognizerCreate() 1032 rc = ESR_SessionGetBool(L("enableGetWaveform"), &enableGetWaveform); in SR_RecognizerStartImpl() [all …]
|
/external/srec/srec/clib/ |
D | swicms.c | 195 rc = ESR_SessionGetBool(parname, &SWICMS_DEBUG); in swicms_init() 271 ESR_SessionGetBool(L("CREC.Frontend.do_skip_even_frames"), &do_skip_even_frames); in swicms_init()
|
/external/srec/shared/include/ |
D | ESR_Session.h | 378 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetBool(const LCHAR* name, ESR_BOOL* value);
|
/external/srec/shared/src/ |
D | ESR_Session.c | 88 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetBool(const LCHAR* name, ESR_BOOL* value) in ESR_SessionGetBool() function
|
/external/srec/srec/Semproc/src/ |
D | ExpressionParser.c | 161 rc = ESR_SessionGetBool(L("cmdline.semproc_verbose"), &verbose); in EP_parse()
|
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 207 CHKLOG(rc, ESR_SessionGetBool("CREC.Acoustic.load_all_at_once", ¶ms->load_all)); in SR_AcousticModels_GetLegacyParameters()
|
/external/srec/srec/EventLog/src/ |
D | EventLogImpl.c | 770 CHKLOG(rc, ESR_SessionGetBool(key, &bValue)); in SR_EventLogEventSessionImpl()
|