Searched refs:ESR_SessionSetBoolIfEmpty (Results 1 – 4 of 4) sorted by relevance
/external/srec/shared/include/ |
D | ESR_Session.h | 494 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetBoolIfEmpty(const LCHAR* name, ESR_BOOL value);
|
/external/srec/srec/Recognizer/src/ |
D | RecognizerImpl.c | 73 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Recognizer.partial_results", ESR_FALSE)); in SR_RecognizerToSessionImpl() 96 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("enableGetWaveform", ESR_FALSE)); in SR_RecognizerToSessionImpl() 123 …CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.do_skip_even_frames", ESR_FALSE)); /* 10/20 ms… in SR_RecognizerFrontendToSessionImpl() 125 …CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.ddmel", ESR_FALSE)); /* delta-delta mel pars */ in SR_RecognizerFrontendToSessionImpl() 128 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.rasta", ESR_FALSE)); in SR_RecognizerFrontendToSessionImpl() 129 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.rastac0", ESR_FALSE)); in SR_RecognizerFrontendToSessionImpl() 130 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.spectral_subtraction", ESR_FALSE)); in SR_RecognizerFrontendToSessionImpl() 133 …CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.do_filterbank_dump", ESR_FALSE)); /* Output is… in SR_RecognizerFrontendToSessionImpl() 134 …CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.do_filterbank_input", ESR_FALSE)); /* Input is… in SR_RecognizerFrontendToSessionImpl() 135 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Frontend.do_smooth_c0", ESR_TRUE)); in SR_RecognizerFrontendToSessionImpl() [all …]
|
/external/srec/srec/AcousticModels/src/ |
D | AcousticModelsImpl.c | 67 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Acoustic.load_all_at_once", ESR_FALSE)); in SR_AcousticModels_ToSession() 88 CHKLOG(rc, ESR_SessionSetBoolIfEmpty("CREC.Pattern.chelt_imelda", ESR_FALSE)); in SR_AcousticModels_PatternToSession()
|
/external/srec/shared/src/ |
D | ESR_Session.c | 172 ESR_ReturnCode ESR_SessionSetBoolIfEmpty(const LCHAR* name, ESR_BOOL value) in ESR_SessionSetBoolIfEmpty() function
|