Home
last modified time | relevance | path

Searched refs:ESR_SessionGetProperty (Results 1 – 9 of 9) sorted by relevance

/external/srec/srec/Session/src/
DSR_Session.c74 ESR_SessionGetProperty(L("eventlog"), (void **)&eventLog, TYPES_SR_EVENTLOG); in SR_SessionDestroy()
/external/srec/srec/EventLog/src/
DEventLogImpl.c129 CHKLOG(rc, ESR_SessionGetProperty(name, (void **)&list, TYPES_INTARRAYLIST)); in propertyChanged()
174 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&any_existing_eventlog, TYPES_SR_EVENTLOG); in SR_EventLogCreate()
228 …CHKLOG(rc, ESR_SessionGetProperty(L("cmdline.DataCaptureDirectory"), (void**) &dataCaptureDir, TYP… in SR_EventLogCreate()
784 CHKLOG(rc, ESR_SessionGetProperty(key, (void **)&list, TYPES_INTARRAYLIST)); in SR_EventLogEventSessionImpl()
/external/srec/srec/Recognizer/src/
DRecognizerImpl.c400 …CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.mel_offset", (void **)&intList, TYPES_INTARRAYLIS… in SR_RecognizerGetFrontendLegacyParametersImpl()
410 …CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.mel_loop", (void **)&intList, TYPES_INTARRAYLIST)… in SR_RecognizerGetFrontendLegacyParametersImpl()
420 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.melA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
425 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.melB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
430 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.dmelA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
435 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.dmelB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
440 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.ddmelA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
445 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.ddmelB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
450 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.rastaA", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
455 CHKLOG(rc, ESR_SessionGetProperty("CREC.Frontend.rastaB", (void **)&intList, TYPES_INTARRAYLIST)); in SR_RecognizerGetFrontendLegacyParametersImpl()
[all …]
/external/srec/shared/include/
DESR_Session.h337 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetProperty(const LCHAR* name, void** value,
/external/srec/shared/src/
DESR_Session.c57 ESR_ReturnCode ESR_SessionGetProperty(const LCHAR* name, void** value, VariableTypes type) in ESR_SessionGetProperty() function
/external/srec/srec/Nametag/src/
DNametagsImpl.c62 CHKLOG(rc, ESR_SessionGetProperty(L("eventlog"), (void **)&impl->eventLog, TYPES_SR_EVENTLOG)); in SR_NametagsCreate()
/external/srec/srec/clib/
Dswicms.c114 rc = ESR_SessionGetProperty(parname, (void**)&intList, TYPES_INTARRAYLIST); in GetSomeIntsIfAny()
/external/srec/srec/AcousticModels/src/
DAcousticModelsImpl.c225 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&eventLog, TYPES_SR_EVENTLOG); in LogArbdataVersion()
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c94 rc = ESR_SessionGetProperty(L("eventlog"), (void **)&impl->eventLog, TYPES_SR_EVENTLOG); in SR_Grammar_Create()