Home
last modified time | relevance | path

Searched refs:ESR_SessionSetProperty (Results 1 – 4 of 4) sorted by relevance

/external/srec/shared/include/
DESR_Session.h405 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetProperty(const LCHAR* name, void* value,
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c150 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.mel_offset", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
160 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.mel_loop", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
180 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.melA", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
199 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.melB", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
219 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.dmelA", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
239 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.dmelB", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
259 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.ddmelA", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
279 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.ddmelB", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
299 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.rastaA", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
319 CHKLOG(rc, ESR_SessionSetProperty("CREC.Frontend.rastaB", intList, TYPES_INTARRAYLIST)); in SR_RecognizerFrontendToSessionImpl()
[all …]
/external/srec/shared/src/
DESR_Session.c106 ESR_ReturnCode ESR_SessionSetProperty(const LCHAR* name, void* value, VariableTypes type) in ESR_SessionSetProperty() function
/external/srec/srec/EventLog/src/
DEventLogImpl.c214 CHKLOG(rc, ESR_SessionSetProperty(L("eventlog"), impl, TYPES_SR_EVENTLOG)); in SR_EventLogCreate()