Home
last modified time | relevance | path

Searched refs:ESR_BOOL (Results 1 – 25 of 95) sorted by relevance

1234

/external/srec/srec/Recognizer/include/
DSR_Recognizer.h188 ESR_ReturnCode(*isSetup)(struct SR_Recognizer_t* self, ESR_BOOL* isSetup);
221 …ESR_ReturnCode(*getBoolParameter)(struct SR_Recognizer_t* self, const LCHAR* key, ESR_BOOL* value);
253 ESR_ReturnCode(*setBoolParameter)(struct SR_Recognizer_t* self, const LCHAR* key, ESR_BOOL value);
275 ESR_ReturnCode(*hasSetupRules)(struct SR_Recognizer_t* self, ESR_BOOL* hasSetupRules);
319 const LCHAR* ruleName, ESR_BOOL* isActiveRule);
338 ESR_BOOL* isConsistent);
371 ESR_BOOL isLast);
474 ESR_BOOL isInvocab);
493 ESR_ReturnCode(*isSignalClipping)(struct SR_Recognizer_t* self, ESR_BOOL* isClipping);
501 ESR_ReturnCode(*isSignalDCOffset)(struct SR_Recognizer_t* self, ESR_BOOL* isDCOffset);
[all …]
DSR_RecognizerImpl.h231 ESR_BOOL isStarted;
235 ESR_BOOL gotLastFrame;
251 ESR_BOOL isRecognizing;
299 ESR_BOOL isSignalQualityInitialized;
303 ESR_BOOL isSignalClipping;
307 ESR_BOOL isSignalDCOffset;
311 ESR_BOOL isSignalNoisy;
315 ESR_BOOL isSignalTooQuiet;
319 ESR_BOOL isSignalTooFewSamples;
323 ESR_BOOL isSignalTooManySamples;
[all …]
/external/srec/srec/include/
Dfrontpar.h40 ESR_BOOL do_skip_even_frames;
41 ESR_BOOL do_smooth_c0;
43 ESR_BOOL do_dd_mel;
46 ESR_BOOL do_rastac0; /* rasta c0 is skipped if false. Don't really need this now. */
47 ESR_BOOL do_spectral_sub;
50 ESR_BOOL do_filterbank_dump;
51 ESR_BOOL do_filterbank_input;
Dfrontapi.h345 ESR_ReturnCode CA_IsCMSAttachedtoUtterance(CA_Wave* hWave, ESR_BOOL* isAttached);
353 ESR_ReturnCode CA_IsConfiguredForAgc(CA_Wave* hWave, ESR_BOOL* isConfigured);
903 ESR_BOOL CA_DoSignalCheck(CA_Wave *hWave, ESR_BOOL *clipping, ESR_BOOL *dcoffset,
904 ESR_BOOL *highnoise, ESR_BOOL *quietspeech, ESR_BOOL *too_few_samples,
905 ESR_BOOL *too_many_samples);
Dfront.h152 ESR_BOOL do_spectral_sub;
154 ESR_BOOL do_filterbank_input;
155 ESR_BOOL do_filterbank_dump;
182 ESR_BOOL do_dd_mel;
183 ESR_BOOL do_rasta;
185 ESR_BOOL do_plp;
188 ESR_BOOL do_skip_even_frames;
189 ESR_BOOL do_smooth_c0;
/external/srec/srec/Recognizer/src/
DRecognizer.c84 ESR_ReturnCode SR_RecognizerIsSetup(SR_Recognizer* self, ESR_BOOL* isSetup) in SR_RecognizerIsSetup()
114 ESR_ReturnCode SR_RecognizerGetBoolParameter(SR_Recognizer* self, const LCHAR* name, ESR_BOOL* valu… in SR_RecognizerGetBoolParameter()
147 ESR_ReturnCode SR_RecognizerSetBoolParameter(SR_Recognizer* self, const LCHAR* name, ESR_BOOL value) in SR_RecognizerSetBoolParameter()
169 ESR_BOOL* hasSetupRules) in SR_RecognizerHasSetupRules()
212 const LCHAR* ruleName, ESR_BOOL* isActiveRule) in SR_RecognizerIsActiveRule()
223 ESR_BOOL* isConsistent) in SR_RecognizerCheckGrammarConsistency()
244 ESR_BOOL isLast) in SR_RecognizerPutAudio()
362 ESR_BOOL isInvocab) in SR_RecognizerLogWaveformData()
383 ESR_ReturnCode SR_RecognizerIsSignalClipping(SR_Recognizer* self, ESR_BOOL* isClipping) in SR_RecognizerIsSignalClipping()
393 ESR_ReturnCode SR_RecognizerIsSignalDCOffset(SR_Recognizer* self, ESR_BOOL* isDCOffset) in SR_RecognizerIsSignalDCOffset()
[all …]
/external/srec/shared/include/
DESR_Session.h92 ESR_ReturnCode(*getBool)(const LCHAR* name, ESR_BOOL* value);
108 ESR_ReturnCode(*contains)(const LCHAR* name, ESR_BOOL* exists);
151 ESR_ReturnCode(*setBool)(const LCHAR* name, ESR_BOOL value);
208 ESR_ReturnCode(*setBoolIfEmpty)(const LCHAR* name, ESR_BOOL value);
378 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetBool(const LCHAR* name, ESR_BOOL* value);
396 ESR_SHARED_API ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists);
446 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetBool(const LCHAR* name, ESR_BOOL value);
494 ESR_SHARED_API ESR_ReturnCode ESR_SessionSetBoolIfEmpty(const LCHAR* name, ESR_BOOL value);
628 ESR_SHARED_API ESR_ReturnCode ESR_SessionExists(ESR_BOOL* val);
DESR_SessionImpl.h61 ESR_BOOL* value);
73 ESR_BOOL* exists);
104 ESR_BOOL value);
134 ESR_BOOL value);
207 ESR_SHARED_API ESR_ReturnCode ESR_SessionExists(ESR_BOOL* val);
DESR_SessionType.h107 ESR_ReturnCode(*getBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* value);
127 ESR_ReturnCode(*contains)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL* exists);
181 ESR_ReturnCode(*setBool)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL value);
249 …ESR_ReturnCode(*setBoolIfEmpty)(struct ESR_SessionType_t* self, const LCHAR* name, ESR_BOOL value);
DESR_SessionTypeImpl.h99 ESR_BOOL* value);
111 ESR_BOOL* exists);
147 ESR_BOOL value);
183 ESR_BOOL value);
/external/srec/portable/include/
DPFile.h158 ESR_ReturnCode(*isOpen)(struct PFile_t* self, ESR_BOOL* isOpen);
167 ESR_ReturnCode(*isEOF)(struct PFile_t* self, ESR_BOOL* isEof);
189 ESR_ReturnCode(*isErrorSet)(struct PFile_t* self, ESR_BOOL* isError);
332 PORTABLE_API ESR_ReturnCode PFileIsOpen(PFile* self, ESR_BOOL* isOpen);
342 PORTABLE_API ESR_ReturnCode PFileIsEOF(PFile* self, ESR_BOOL* isEof);
352 PORTABLE_API ESR_ReturnCode PFileIsErrorSet(PFile* self, ESR_BOOL* isError);
588 PORTABLE_API ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute );
DPFileSystem.h77 …ESR_ReturnCode(*createPFile)(struct PFileSystem_t* self, const LCHAR* path, ESR_BOOL littleEndian,…
114 PORTABLE_API ESR_ReturnCode PFileSystemIsCreated(ESR_BOOL* isCreated);
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);
DPANSIFileImpl.h52 PORTABLE_API ESR_ReturnCode PANSIFileCreateImpl(const LCHAR* filename, ESR_BOOL isLittleEndian, PFi…
97 PORTABLE_API ESR_ReturnCode PANSIFileIsOpenImpl(PFile* self, ESR_BOOL* isOpen);
102 PORTABLE_API ESR_ReturnCode PANSIFileIsEOFImpl(PFile* self, ESR_BOOL* isEof);
107 PORTABLE_API ESR_ReturnCode PANSIFileIsErrorSetImpl(PFile* self, ESR_BOOL* isError);
Dptypes.h41 typedef enum ESR_BOOL enum
45 } ESR_BOOL; typedef
480 PORTABLE_API ESR_BOOL isNumber(const LCHAR* text);
DPFileImpl.h46 ESR_BOOL littleEndian;
65 PORTABLE_API ESR_ReturnCode PFileCreateImpl(PFile* self, const LCHAR* filename, ESR_BOOL littleEndi…
/external/srec/srec/cfront/
Dca_wave.c191 ESR_BOOL CA_DoSignalCheck(CA_Wave *hWave, in CA_DoSignalCheck()
192 ESR_BOOL *clipping, in CA_DoSignalCheck()
193 ESR_BOOL *dcoffset, in CA_DoSignalCheck()
194 ESR_BOOL *highnoise, in CA_DoSignalCheck()
195 ESR_BOOL *quietspeech, in CA_DoSignalCheck()
196 ESR_BOOL *too_few_samples, in CA_DoSignalCheck()
197 ESR_BOOL *too_many_samples) in CA_DoSignalCheck()
209 ESR_BOOL error; in CA_DoSignalCheck()
/external/srec/shared/src/
DESR_Session.c88 ESR_SHARED_API ESR_ReturnCode ESR_SessionGetBool(const LCHAR* name, ESR_BOOL* value) in ESR_SessionGetBool()
100 ESR_ReturnCode ESR_SessionContains(const LCHAR* name, ESR_BOOL* exists) in ESR_SessionContains()
136 ESR_ReturnCode ESR_SessionSetBool(const LCHAR* name, ESR_BOOL value) in ESR_SessionSetBool()
172 ESR_ReturnCode ESR_SessionSetBoolIfEmpty(const LCHAR* name, ESR_BOOL value) in ESR_SessionSetBoolIfEmpty()
270 ESR_ReturnCode ESR_SessionExists(ESR_BOOL* val) in ESR_SessionExists()
280 ESR_BOOL isAbsolute; in ESR_SessionPrefixWithBaseDirectory()
DSessionTypeImpl.c223 const LCHAR* name, ESR_BOOL* value) in ESR_SessionTypeGetBoolImpl()
236 *value = *((ESR_BOOL*) pair->value); in ESR_SessionTypeGetBoolImpl()
274 const LCHAR* name, ESR_BOOL* exists) in ESR_SessionTypeContainsImpl()
308 ESR_BOOL exists; in ESR_SessionTypeSetPropertyImpl()
415 const LCHAR* name, ESR_BOOL value) in ESR_SessionTypeSetBoolImpl()
418 ESR_BOOL* clone; in ESR_SessionTypeSetBoolImpl()
421 clone = MALLOC(sizeof(ESR_BOOL), MTAG); in ESR_SessionTypeSetBoolImpl()
453 ESR_BOOL exists; in ESR_SessionTypeSetIntIfEmptyImpl()
467 ESR_BOOL exists; in ESR_SessionTypeSetUint16_tIfEmptyImpl()
481 ESR_BOOL exists; in ESR_SessionTypeSetSize_tIfEmptyImpl()
[all …]
/external/srec/portable/src/
DPFileImpl.c35 ESR_ReturnCode PFileCreateImpl(PFile* self, const LCHAR* filename, ESR_BOOL isLittleEndian) in PFileCreateImpl()
40 ESR_BOOL threadingEnabled; in PFileCreateImpl()
112 ESR_BOOL isOpen; in PFileDestroyImpl()
165 ESR_BOOL isOpen; in PFileVfprintfImpl()
DPFileSystem.c34 extern ESR_BOOL PFileSystemCreated;
156 ESR_ReturnCode PFileSystemIsAbsolutePath(const LCHAR* path, ESR_BOOL* isAbsolute) in PFileSystemIsAbsolutePath()
183 ESR_BOOL isAbsolute; in PFileSystemGetAbsolutePath()
250 ESR_ReturnCode PFileSystemIsCreated(ESR_BOOL* isCreated) in PFileSystemIsCreated()
308 ESR_BOOL isAbsolute; in PFileSystemGetFS()
324 ESR_ReturnCode PFileSystemCreatePFile(const LCHAR* filename, ESR_BOOL littleEndian, PFile** self) in PFileSystemCreatePFile()
539 ESR_ReturnCode PFileSystemIsDirectoryPath(const LCHAR* path, ESR_BOOL* isDirectory) in PFileSystemIsDirectoryPath()
DPFileWrap.c155 ESR_ReturnCode PFileIsEOF ( PFile *self, ESR_BOOL *isEof ) in PFileIsEOF()
185 ESR_ReturnCode PFileIsErrorSet ( PFile *self, ESR_BOOL *isError ) in PFileIsErrorSet()
363 ESR_BOOL eof; in pfeof()
376 ESR_BOOL error; in pferror()
489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute ) in pf_is_path_absolute()
DPFile.c109 ESR_ReturnCode PFileIsOpen(PFile* self, ESR_BOOL* isOpen) in PFileIsOpen()
119 ESR_ReturnCode PFileIsEOF(PFile* self, ESR_BOOL* isEof) in PFileIsEOF()
142 ESR_ReturnCode PFileIsErrorSet(PFile* self, ESR_BOOL* isError) in PFileIsErrorSet()
339 ESR_BOOL isLittleEndian; in pfopen()
417 ESR_BOOL eof; in pfeof()
427 ESR_BOOL error; in pferror()
DPANSIFileImpl.c34 ESR_ReturnCode PANSIFileCreateImpl(const LCHAR* filename, ESR_BOOL isLittleEndian, PFile** self) in PANSIFileCreateImpl()
174 ESR_BOOL needToSwap; in PANSIFileReadImpl()
213 ESR_BOOL needToSwap; in PANSIFileWriteImpl()
316 ESR_ReturnCode PANSIFileIsOpenImpl(PFile* self, ESR_BOOL* isOpen) in PANSIFileIsOpenImpl()
332 ESR_ReturnCode PANSIFileIsEOFImpl(PFile* self, ESR_BOOL* isEof) in PANSIFileIsEOFImpl()
361 ESR_ReturnCode PANSIFileIsErrorSetImpl(PFile* self, ESR_BOOL* isError) in PANSIFileIsErrorSetImpl()
DPANSIFileSystemImpl.c104 ESR_BOOL exists; in PANSIFileSystemAddPathImpl()
218 ESR_BOOL isAbsolute; in PANSIFileSystemGetRealPathImpl()
270 ESR_ReturnCode PANSIFileSystemCreatePFileImpl(PFileSystem* self, const LCHAR* path, ESR_BOOL little… in PANSIFileSystemCreatePFileImpl()
284 ESR_ReturnCode PANSIFileSystemSetDefault(ESR_BOOL isDefault) in PANSIFileSystemSetDefault()
287 ESR_BOOL exists; in PANSIFileSystemSetDefault()
/external/srec/srec_jni/
Dandroid_speech_srec_Recognizer.cpp149 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSetup()
199 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerHasSetupRules()
225 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsActiveRule()
234 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerCheckGrammarConsistency()
272 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSignalClipping()
279 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSignalDCOffset()
286 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSignalNoisy()
293 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSignalTooQuiet()
300 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSignalTooFewSamples()
307 ESR_BOOL rtn = ESR_FALSE; in Java_android_speech_srec_Recognizer_SR_1RecognizerIsSignalTooManySamples()

1234