OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESR_SessionSetProperty
(Results
1 - 4
of
4
) sorted by null
/external/srec/shared/include/
ESR_Session.h
405
ESR_SHARED_API ESR_ReturnCode
ESR_SessionSetProperty
(const LCHAR* name, void* value,
/external/srec/shared/src/
ESR_Session.c
106
ESR_ReturnCode
ESR_SessionSetProperty
(const LCHAR* name, void* value, VariableTypes type)
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
150
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.mel_offset", intList, TYPES_INTARRAYLIST));
160
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.mel_loop", intList, TYPES_INTARRAYLIST));
180
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.melA", intList, TYPES_INTARRAYLIST));
199
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.melB", intList, TYPES_INTARRAYLIST));
219
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.dmelA", intList, TYPES_INTARRAYLIST));
239
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.dmelB", intList, TYPES_INTARRAYLIST));
259
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.ddmelA", intList, TYPES_INTARRAYLIST));
279
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.ddmelB", intList, TYPES_INTARRAYLIST));
299
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.rastaA", intList, TYPES_INTARRAYLIST));
319
CHKLOG(rc,
ESR_SessionSetProperty
("CREC.Frontend.rastaB", intList, TYPES_INTARRAYLIST))
[
all
...]
/external/srec/srec/EventLog/src/
EventLogImpl.c
213
CHKLOG(rc,
ESR_SessionSetProperty
(L("eventlog"), impl, TYPES_SR_EVENTLOG));
Completed in 51 milliseconds