OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SREC_ACOUSTICMODELS_API
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/AcousticModels/include/
SR_AcousticModelsPrefix.h
28
#define
SREC_ACOUSTICMODELS_API
PORT_EXPORT_DECL
30
#define
SREC_ACOUSTICMODELS_API
PORT_IMPORT_DECL
SR_AcousticModelsImpl.h
98
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModels_Destroy(SR_AcousticModels* self);
102
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModels_Save(SR_AcousticModels* self,
107
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModels_SetParameter(SR_AcousticModels* self,
113
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModels_GetParameter(SR_AcousticModels* self,
119
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModels_GetCount(SR_AcousticModels* self,
124
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModels_GetID(SR_AcousticModels* self,
131
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModels_SetID(SR_AcousticModels* self,
137
SREC_ACOUSTICMODELS_API
void* SR_AcousticModels_GetArbdata(SR_AcousticModels* self);
SR_AcousticModels.h
128
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsDestroy(SR_AcousticModels* self);
135
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsLoad(const LCHAR* filename,
143
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsSave(SR_AcousticModels* self, const LCHAR* filename);
151
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsSetParameter(SR_AcousticModels* self, const LCHAR* key, LCHAR* value);
161
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsGetParameter(SR_AcousticModels* self, const LCHAR* key, LCHAR* value, size_t* len);
168
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsGetCount(SR_AcousticModels* self, size_t* size);
178
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsGetID(SR_AcousticModels* self, size_t index, SR_AcousticModelID* id, size_t* idLen);
186
SREC_ACOUSTICMODELS_API
ESR_ReturnCode SR_AcousticModelsSetID(SR_AcousticModels* self, size_t index, SR_AcousticModelID* id);
Completed in 60 milliseconds