/external/srec/shared/include/ |
D | ESR_Session.h | 50 ESR_ReturnCode(*getProperty)(const LCHAR* name, void** value, VariableTypes type); 57 ESR_ReturnCode(*getPropertyType)(const LCHAR* name, VariableTypes* type); 64 ESR_ReturnCode(*getInt)(const LCHAR* name, int* value); 71 ESR_ReturnCode(*getUint16_t)(const LCHAR* name, asr_uint16_t* value); 78 ESR_ReturnCode(*getSize_t)(const LCHAR* name, size_t* value); 85 ESR_ReturnCode(*getFloat)(const LCHAR* name, float* value); 92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value); 101 ESR_ReturnCode(*getLCHAR)(const LCHAR* name, LCHAR* value, size_t* len); 108 ESR_ReturnCode(*contains)(const LCHAR* name, ESR_BOOL* exists); 116 ESR_ReturnCode(*setProperty)(const LCHAR* name, void* value, VariableTypes type); [all …]
|
D | ESR_SessionType.h | 53 …ESR_ReturnCode(*getProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void** value, Vari… 62 …ESR_ReturnCode(*getPropertyType)(struct ESR_SessionType_t* self, const LCHAR* name, VariableTypes*… 71 ESR_ReturnCode(*getInt)(struct ESR_SessionType_t* self, const LCHAR* name, int* value); 79 …ESR_ReturnCode(*getUint16_t)(struct ESR_SessionType_t* self, const LCHAR* name, asr_uint16_t* valu… 89 ESR_ReturnCode(*getSize_t)(struct ESR_SessionType_t* self, const LCHAR* name, size_t* value); 98 ESR_ReturnCode(*getFloat)(struct ESR_SessionType_t* self, const LCHAR* name, float* value); 107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value); 118 …ESR_ReturnCode(*getLCHAR)(struct ESR_SessionType_t* self, const LCHAR* name, LCHAR* value, size_t*… 127 ESR_ReturnCode(*contains)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* exists); 137 …ESR_ReturnCode(*setProperty)(struct ESR_SessionType_t* self, const LCHAR* name, void* value, Varia… [all …]
|
D | ESR_SessionTypeImpl.h | 67 const LCHAR* name, 74 const LCHAR* name, 80 const LCHAR* name, 86 const LCHAR* name, 92 const LCHAR* name, 98 const LCHAR* name, 104 const LCHAR* name, 105 LCHAR* value, size_t* len); 110 const LCHAR* name, 116 const LCHAR* name, [all …]
|
D | ESR_SessionImpl.h | 35 const LCHAR* name, 42 const LCHAR* name, 48 const LCHAR* name, 54 const LCHAR* name, 60 const LCHAR* name, 66 const LCHAR* name, 67 LCHAR* value, size_t* len); 72 const LCHAR* name, 78 const LCHAR* name, 85 const LCHAR* name, [all …]
|
D | HashMap.h | 52 ESR_ReturnCode(*put)(struct HashMap_t* self, const LCHAR* key, void* value); 61 ESR_ReturnCode(*remove)(struct HashMap_t* self, const LCHAR* key); 70 ESR_ReturnCode(*removeAndFree)(struct HashMap_t* self, const LCHAR* key); 105 ESR_ReturnCode(*containsKey)(struct HashMap_t* self, const LCHAR* key, ESR_BOOL* exists); 126 ESR_ReturnCode(*get)(struct HashMap_t* self, const LCHAR* key, void** value); 135 ESR_ReturnCode(*getKeyAtIndex)(struct HashMap_t* self, const size_t index, LCHAR** key); 179 ESR_SHARED_API ESR_ReturnCode HashMapPut(HashMap* self, const LCHAR* key, void* value); 190 ESR_SHARED_API ESR_ReturnCode HashMapRemove(HashMap* self, const LCHAR* key); 199 ESR_SHARED_API ESR_ReturnCode HashMapRemoveAndFree(HashMap* self, const LCHAR* key); 230 ESR_SHARED_API ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists); [all …]
|
/external/srec/srec/Grammar/include/ |
D | SR_Grammar.h | 68 …SR_ReturnCode(*SR_GrammarDispatchFunction)(LCHAR* functionName, LCHAR** argv, size_t argc, void* v… 104 ESR_ReturnCode(*save)(struct SR_Grammar_t* self, const LCHAR* filename); 115 …ESR_ReturnCode(*checkParse)(struct SR_Grammar_t* self, const LCHAR* transcription, SR_SemanticResu… 130 ESR_ReturnCode(*addWordToSlot)(struct SR_Grammar_t* self, const LCHAR* slot, const LCHAR* word, 131 const LCHAR* pronunciation, int weight, const LCHAR* tag); 153 ESR_ReturnCode(*addNametagToSlot)(struct SR_Grammar_t* self, const LCHAR* slot, 154 const SR_Nametag* nametag, int weight, const LCHAR* tag); 165 …ESR_ReturnCode(*setDispatchFunction)(struct SR_Grammar_t* self, const LCHAR* name, void* userData,… 175 ESR_ReturnCode(*setParameter)(struct SR_Grammar_t* self, const LCHAR* key, void* value); 186 ESR_ReturnCode(*setSize_tParameter)(struct SR_Grammar_t* self, const LCHAR* key, size_t value); [all …]
|
D | SR_GrammarImpl.h | 118 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_CompileRule(SR_Grammar* self, const LCHAR* name); 122 …urnCode SR_Grammar_AddRuleFromList(SR_Grammar* self, SR_Vocabulary* vocabulary, const LCHAR* name); 130 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddRule(SR_Grammar* self, const LCHAR* name, const LCHAR… 134 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_DeleteRule(SR_Grammar* self, const LCHAR* name); 138 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_ContainsRule(SR_Grammar* self, const LCHAR* name, ESR_BO… 142 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot, 143 const LCHAR* word, const LCHAR* pronunciation, 144 int weight, const LCHAR* tag); 152 SREC_GRAMMAR_API ESR_ReturnCode SR_Grammar_AddNametagToSlot(SR_Grammar* self, const LCHAR* slot, 154 const LCHAR* tag); [all …]
|
/external/srec/portable/include/ |
D | LCHAR.h | 42 PORTABLE_API ESR_ReturnCode lstrtrim(LCHAR* text); 54 PORTABLE_API ESR_ReturnCode lstrinsert(const LCHAR* source, LCHAR* target, size_t offset, size_t* l… 64 PORTABLE_API ESR_ReturnCode lstrreplace(LCHAR* text, const LCHAR source, const LCHAR target); 74 PORTABLE_API ESR_ReturnCode lstrtoi(const LCHAR* text, int* result, int base); 84 PORTABLE_API ESR_ReturnCode lstrtoui(const LCHAR* text, unsigned int* result, int base); 93 PORTABLE_API ESR_ReturnCode lstrtof(const LCHAR* text, float* result); 102 PORTABLE_API ESR_ReturnCode lstrtob(const LCHAR* text, ESR_BOOL* result); 113 PORTABLE_API ESR_ReturnCode LCHARGetInt( LCHAR* text, int* value, LCHAR** finalPosition); 121 PORTABLE_API ESR_ReturnCode lstrupr(LCHAR* string); 129 PORTABLE_API ESR_ReturnCode lstrlwr(LCHAR* string); [all …]
|
D | PFileSystem.h | 77 …ESR_ReturnCode(*createPFile)(struct PFileSystem_t* self, const LCHAR* path, ESR_BOOL littleEndian,… 87 ESR_ReturnCode(*mkdir)(struct PFileSystem_t* self, const LCHAR* path); 96 ESR_ReturnCode(*chdir)(struct PFileSystem_t* self, const LCHAR* path); 131 PORTABLE_API ESR_ReturnCode PFileSystemCreatePFile(const LCHAR* path, ESR_BOOL littleEndian, PFile*… 140 PORTABLE_API ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute); 158 PORTABLE_API ESR_ReturnCode PFileSystemGetAbsolutePath(LCHAR* path, size_t* len); 166 PORTABLE_API ESR_ReturnCode PFileSystemCanonicalSlashes(LCHAR* path); 180 PORTABLE_API ESR_ReturnCode PFileSystemGetParentDirectory(LCHAR* path, size_t* len); 189 PORTABLE_API ESR_ReturnCode PFileSystemMkdir(const LCHAR* path); 199 PORTABLE_API ESR_ReturnCode PFileSystemGetcwd(LCHAR* path, size_t* len); [all …]
|
D | PFile.h | 87 ESR_ReturnCode(*open)(struct PFile_t* self, const LCHAR* mode); 179 ESR_ReturnCode(*getFilename)(struct PFile_t* self, LCHAR* filename, size_t* len); 209 ESR_ReturnCode(*vfprintf)(struct PFile_t* self, int* result, const LCHAR* format, va_list args); 229 ESR_ReturnCode(*fgets)(struct PFile_t* self, LCHAR* string, int n, LCHAR** result); 261 PORTABLE_API ESR_ReturnCode PFileOpen(PFile* self, const LCHAR* mode); 372 PORTABLE_API ESR_ReturnCode PFileFprintf(PFile* self, int* result, const LCHAR* format, va_list arg… 383 PORTABLE_API ESR_ReturnCode PFileVfprintf(PFile* self, int* result, const LCHAR* format, va_list ar… 401 PORTABLE_API ESR_ReturnCode PFileFgets(PFile* self, LCHAR* string, int n, LCHAR** result); 422 PORTABLE_API ESR_ReturnCode PFileReadLCHAR(PFile* self, LCHAR* value, size_t len); 434 PORTABLE_API ESR_ReturnCode PFileGetFilename(PFile* self, LCHAR* filename, size_t* len); [all …]
|
D | PANSIFileSystemImpl.h | 61 PORTABLE_API ESR_ReturnCode PANSIFileSystemCreatePFileImpl(PFileSystem* self, const LCHAR* path, ES… 66 …turnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* real… 71 PORTABLE_API ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPa… 76 PORTABLE_API ESR_ReturnCode PANSIFileSystemMkdirImpl(PFileSystem* self, const LCHAR* path); 81 PORTABLE_API ESR_ReturnCode PANSIFileSystemChdirImpl(PFileSystem* self, const LCHAR* path); 86 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetcwdImpl(PFileSystem* self, LCHAR* cwd, size_t* len); 96 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetRealPathImpl(PFileSystem* self, LCHAR* path, size_t* … 106 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetVirtualPathImpl(PFileSystem* self, LCHAR* path, size_…
|
D | PANSIFileSystem.h | 66 ESR_ReturnCode(*addPath)(PFileSystem* self, const LCHAR* virtualPath, const LCHAR* realPath); 75 ESR_ReturnCode(*removePath)(PFileSystem* self, const LCHAR* virtualPath); 88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len); 118 PORTABLE_API ESR_ReturnCode PANSIFileSystemAddPath(const LCHAR* virtualPath, const LCHAR* realPath); 126 PORTABLE_API ESR_ReturnCode PANSIFileSystemRemovePath(const LCHAR* virtualPath); 142 PORTABLE_API ESR_ReturnCode PANSIFileSystemGetcwd(LCHAR* cwd, size_t* len);
|
/external/srec/srec/Recognizer/include/ |
D | SR_Recognizer.h | 201 …ESR_ReturnCode(*getParameter)(struct SR_Recognizer_t* self, const LCHAR* key, LCHAR* value, size_t… 211 …ESR_ReturnCode(*getSize_tParameter)(struct SR_Recognizer_t* self, const LCHAR* key, size_t* value); 221 …ESR_ReturnCode(*getBoolParameter)(struct SR_Recognizer_t* self, const LCHAR* key, ESR_BOOL* value); 235 ESR_ReturnCode(*setParameter)(struct SR_Recognizer_t* self, const LCHAR* key, LCHAR* value); 244 ESR_ReturnCode(*setSize_tParameter)(struct SR_Recognizer_t* self, const LCHAR* key, size_t value); 253 ESR_ReturnCode(*setBoolParameter)(struct SR_Recognizer_t* self, const LCHAR* key, ESR_BOOL value); 267 …de (*setupRule)(struct SR_Recognizer_t* self, struct SR_Grammar_t* grammar, const LCHAR* ruleName); 289 const LCHAR* ruleName, unsigned int weight); 299 const LCHAR* ruleName); 319 const LCHAR* ruleName, ESR_BOOL* isActiveRule); [all …]
|
D | SR_RecognizerImpl.h | 146 …Buffer_ParseEndPointedResultAndTrim(WaveformBuffer* waveformBuffer, const LCHAR* end_pointed_resul… 294 LCHAR* eos_reason; 362 LCHAR* grammarID; 395 …ReturnCode SR_RecognizerGetParameterImpl(SR_Recognizer* self, const LCHAR* key, LCHAR* value, size… 399 …ReturnCode SR_RecognizerGetSize_tParameterImpl(SR_Recognizer* self, const LCHAR* key, size_t* valu… 403 …R_ReturnCode SR_RecognizerGetBoolParameterImpl(SR_Recognizer* self, const LCHAR* key, ESR_BOOL* va… 407 … ESR_ReturnCode SR_RecognizerSetParameterImpl(SR_Recognizer* self, const LCHAR* key, LCHAR* value); 411 …ReturnCode SR_RecognizerSetSize_tParameterImpl(SR_Recognizer* self, const LCHAR* key, size_t value… 415 …R_ReturnCode SR_RecognizerSetBoolParameterImpl(SR_Recognizer* self, const LCHAR* key, ESR_BOOL val… 427 const LCHAR* ruleName, [all …]
|
/external/srec/shared/src/ |
D | ESR_Session.c | 37 ESR_ReturnCode ESR_SessionCreate(const LCHAR* filename) in ESR_SessionCreate() 57 ESR_ReturnCode ESR_SessionGetProperty(const LCHAR* name, void** value, VariableTypes type) in ESR_SessionGetProperty() 63 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetInt(const LCHAR* name, int* value) in ESR_SessionGetInt() 69 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetUint16_t(const LCHAR* name, asr_uint16_t* value) in ESR_SessionGetUint16_t() 75 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetSize_t(const LCHAR* name, in ESR_SessionGetSize_t() 82 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetFloat(const LCHAR* name, float* value) in ESR_SessionGetFloat() 88 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetBool(const LCHAR* name, ESR_BOOL* value) in ESR_SessionGetBool() 94 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetLCHAR(const LCHAR* name, LCHAR* value, size_t* len) in ESR_SessionGetLCHAR() 100 ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists) in ESR_SessionContains() 106 ESR_ReturnCode ESR_SessionSetProperty(const LCHAR* name, void* value, VariableTypes type) in ESR_SessionSetProperty() [all …]
|
/external/srec/portable/src/ |
D | LCHAR.c | 26 ESR_ReturnCode lstrtrim(LCHAR* text) in lstrtrim() 43 ESR_ReturnCode lstrinsert(const LCHAR* source, LCHAR* target, size_t offset, size_t* len) in lstrinsert() 67 ESR_ReturnCode lstrreplace(LCHAR* text, const LCHAR source, const LCHAR target) in lstrreplace() 69 LCHAR* index; in lstrreplace() 81 ESR_ReturnCode lstrtoi(const LCHAR* text, int* result, int base) in lstrtoi() 83 LCHAR* endPtr; in lstrtoi() 93 ESR_ReturnCode lstrtoui(const LCHAR* text, unsigned int* result, int base) in lstrtoui() 95 LCHAR* endPtr; in lstrtoui() 105 ESR_ReturnCode lstrtof(const LCHAR* text, float* result) in lstrtof() 107 LCHAR* endPtr; in lstrtof() [all …]
|
D | PANSIFileSystemImpl.c | 75 LCHAR* key; in PANSIFileSystemDestroyImpl() 76 LCHAR* value; in PANSIFileSystemDestroyImpl() 101 ESR_ReturnCode PANSIFileSystemAddPathImpl(PFileSystem* self, const LCHAR* virtualPath, const LCHAR*… in PANSIFileSystemAddPathImpl() 105 LCHAR* key = NULL; in PANSIFileSystemAddPathImpl() 106 LCHAR* value = NULL; in PANSIFileSystemAddPathImpl() 120 key = MALLOC(sizeof(LCHAR) * len, MTAG); in PANSIFileSystemAddPathImpl() 132 value = MALLOC(sizeof(LCHAR) * (LSTRLEN(realPath) + 1), MTAG); in PANSIFileSystemAddPathImpl() 160 LCHAR* oldValue; in PANSIFileSystemAddPathImpl() 179 ESR_ReturnCode PANSIFileSystemRemovePathImpl(PFileSystem* self, const LCHAR* virtualPath) in PANSIFileSystemRemovePathImpl() 182 LCHAR path[P_PATH_MAX]; in PANSIFileSystemRemovePathImpl() [all …]
|
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 35 static PINLINE LCHAR* get_first_word(LCHAR* curr, LCHAR* end); 36 static PINLINE LCHAR* get_next_word(LCHAR* curr, LCHAR* end); 37 static ESR_ReturnCode run_ttt(const LCHAR *input_sentence, LCHAR *output_sentence, int *text_length… 40 #define LSTRDUP(src) LSTRCPY(CALLOC(LSTRLEN(src)+1, sizeof(LCHAR), "srec.Vocabulary.LSTRDUP"), (src… 54 LCHAR szG2PDataFile[P_PATH_MAX]; in SR_CreateG2P() 196 LCHAR vocabulary[P_PATH_MAX]; in sr_vocabularyloadimpl_for_real() 235 ESR_ReturnCode SR_VocabularyLoadImpl(const LCHAR* filename, SR_Vocabulary** self) in SR_VocabularyLoadImpl() 261 ESR_ReturnCode SR_VocabularySaveImpl(SR_Vocabulary* self, const LCHAR* filename) in SR_VocabularySaveImpl() 271 int split_on_nonalphanum(LCHAR* toSplit, LCHAR** end, const ESR_Locale locale) in split_on_nonalphanum() 274 LCHAR* _next = toSplit; in split_on_nonalphanum() [all …]
|
/external/srec/srec/Semproc/include/ |
D | SR_ExpressionEvaluator.h | 66 SREC_SEMPROC_API ESR_ReturnCode EE_concat(LCHAR* name, LCHAR** operands, size_t opCount, void* data… 76 …C_SEMPROC_API ESR_ReturnCode EE_conditional(LCHAR* name, LCHAR** operands, size_t opCount, void* d… 86 SREC_SEMPROC_API ESR_ReturnCode EE_add(LCHAR* name, LCHAR** operands, size_t opCount, void* data, L… 96 SREC_SEMPROC_API ESR_ReturnCode EE_subtract(LCHAR* name, LCHAR** operands, size_t opCount, void* da…
|
/external/srec/srec/Vocabulary/include/ |
D | SR_Vocabulary.h | 49 ESR_ReturnCode(*save)(struct SR_Vocabulary_t* self, const LCHAR* filename); 60 …ESR_ReturnCode(*getPronunciation)(struct SR_Vocabulary_t* self, const LCHAR* word, LCHAR* pronunci… 106 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularyLoad(const LCHAR* filename, SR_Vocabulary** self); 118 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularySave(SR_Vocabulary* self, const LCHAR* filename); 127 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularyAddWord(SR_Vocabulary* self, const LCHAR* word); 154 …eturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* word, LCHAR* pronunciati… 161 …nCode SR_Vocabulary_etiinf_conv_multichar(ESR_Locale locale, const LCHAR* input, LCHAR* output, si… 162 …ode SR_Vocabulary_etiinf_conv_from_multichar(ESR_Locale locale, const LCHAR* input, LCHAR* output);
|
/external/srec/srec/EventLog/include/ |
D | SR_EventLog.h | 143 ESR_ReturnCode(*token)(struct SR_EventLog_t* self, const LCHAR* token, const LCHAR *value); 152 ESR_ReturnCode(*tokenInt)(struct SR_EventLog_t* self, const LCHAR* token, int value); 161 ESR_ReturnCode(*tokenUint16_t)(struct SR_EventLog_t* self, const LCHAR* token, asr_uint16_t value); 170 ESR_ReturnCode(*tokenSize_t)(struct SR_EventLog_t* self, const LCHAR* token, size_t value); 179 ESR_ReturnCode(*tokenBool)(struct SR_EventLog_t* self, const LCHAR* token, ESR_BOOL value); 188 ESR_ReturnCode(*tokenFloat)(struct SR_EventLog_t* self, const LCHAR* token, float value); 196 ESR_ReturnCode(*event)(struct SR_EventLog_t* self, const LCHAR* eventName); 215 …ESR_ReturnCode(*audioOpen)(struct SR_EventLog_t* self, const LCHAR* audio_type, size_t sample_rate… 241 …ESR_ReturnCode(*audioGetFilename)(struct SR_EventLog_t* self, LCHAR* waveformFilename, size_t* len… 266 …LOG_API ESR_ReturnCode SR_EventLogToken(SR_EventLog* self, const LCHAR* token, const LCHAR *value); [all …]
|
D | SR_EventLogImpl.h | 53 LCHAR tokenBuf[MAX_LOG_RECORD]; 64 LCHAR logFilename[P_PATH_MAX]; 65 LCHAR waveformFilename[P_PATH_MAX]; 76 …OG_API ESR_ReturnCode SR_EventLog_Token(SR_EventLog* self, const LCHAR* token, const LCHAR *value); 78 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenInt(SR_EventLog* self, const LCHAR* token, int va… 80 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenUint16_t(SR_EventLog* self, const LCHAR* token, a… 82 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenSize_t(SR_EventLog* self, const LCHAR* token, siz… 84 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenBool(SR_EventLog* self, const LCHAR* token, ESR_B… 86 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_TokenFloat(SR_EventLog* self, const LCHAR* token, floa… 90 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_Event(SR_EventLog* self, const LCHAR* eventName); [all …]
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 120 LCHAR grammar_path [P_PATH_MAX]; /* File path of the grammar. */ 121 LCHAR grammarID [P_PATH_MAX]; /* ID of the grammar. */ 122 LCHAR ruleName [P_PATH_MAX]; /* rule name of the grammar. */ 132 LCHAR **argv; /* The command-line argument values. */ 147 …LCHAR raw_waveform_filename [P_PATH_MAX]; /* Name of file of saved wavef… 149 LCHAR transcription [MAX_LINE_LENGTH]; 156 …test_init_application_data ( ApplicationData *applicationData, int arg_count, LCHAR *arg_vals [] ); 157 static int srec_test_init_file_system ( int arg_count, LCHAR *arg_vals [] ); 158 static int srec_test_init_logging_system ( int arg_count, LCHAR *arg_vals [], PLogger *logger … 160 …it_system ( unsigned int srec_test_heap_size, PLogger* logger, int arg_count, LCHAR *arg_vals [] ); [all …]
|
/external/srec/srec/AcousticModels/include/ |
D | SR_AcousticModels.h | 63 ESR_ReturnCode(*save)(struct SR_AcousticModels_t* self, const LCHAR* filename); 71 ESR_ReturnCode(*setParameter)(struct SR_AcousticModels_t* self, const LCHAR* key, LCHAR* value); 81 …ESR_ReturnCode(*getParameter)(struct SR_AcousticModels_t* self, const LCHAR* key, LCHAR* value, si… 135 SREC_ACOUSTICMODELS_API ESR_ReturnCode SR_AcousticModelsLoad(const LCHAR* filename, 143 SREC_ACOUSTICMODELS_API ESR_ReturnCode SR_AcousticModelsSave(SR_AcousticModels* self, const LCHAR* … 151 …_ReturnCode SR_AcousticModelsSetParameter(SR_AcousticModels* self, const LCHAR* key, LCHAR* value); 161 …rnCode SR_AcousticModelsGetParameter(SR_AcousticModels* self, const LCHAR* key, LCHAR* value, size…
|
/external/srec/tools/dictTest/ |
D | dictTest.c | 34 static ESR_ReturnCode InitSession ( LCHAR *parfilename ); 42 void doGetProns(SR_Vocabulary *vocab, LCHAR* phrase, size_t len, FILE* fout) in doGetProns() 45 LCHAR prons[MAX_PRONS_LENGTH]; in doGetProns() 54 LCHAR *pron = 0; in doGetProns() 69 LCHAR line[2 * MAX_PRONS_LENGTH]; in doInputTestPhonemes() 70 LCHAR phoneme[MAX_PRONS_LENGTH]; in doInputTestPhonemes() 71 LCHAR* phrase; in doInputTestPhonemes() 72 LCHAR* expectedPhoneme; in doInputTestPhonemes() 73 LCHAR** tokenArray; in doInputTestPhonemes() 112 LCHAR phrase[MAX_LINE_LENGTH]; in main() [all …]
|