Searched defs:transcription (Results 1 – 12 of 12) sorted by relevance
/external/srec/srec/crec/ |
D | text_parser.c | 34 const char* transcription, int tlen) in check_word_path() 110 int FST_CheckPath_Simple(srec_context* context, const char* transcription) in FST_CheckPath_Simple() 122 int FST_CheckPath_Complex(srec_context* context, const char* transcription, in FST_CheckPath_Complex() 192 int FST_CheckPath(srec_context* context, const char* transcription, in FST_CheckPath()
|
D | word_lattice.c | 230 int sprint_word_token_backtrace(char *transcription, int len, srec* rec, wtokenID wtoken_index) in sprint_word_token_backtrace() 444 int srec_get_top_choice_transcription(multi_srec* recm, char *transcription, int len, int whether_s… 520 char transcription[MAX_LEN]; local
|
/external/srec/srec/Semproc/src/ |
D | SemanticProcessorImpl.c | 245 #define firstWord(transcription) transcription argument 246 #define nextWord(transcription) (transcription && *transcription ? &transcription[LSTRLEN(transcri… argument 360 const LCHAR* transcription) in checkpath_forward() 775 const LCHAR* transcription, in SR_SemanticProcessor_CheckParse()
|
/external/srec/srec/Nametag/src/ |
D | NametagImpl.c | 36 LCHAR transcription[MAX_STRING_LEN]; in SR_NametagCreate() local
|
/external/srec/srec/Grammar/src/ |
D | SR_Grammar.c | 173 ESR_ReturnCode SR_GrammarCheckParse(SR_Grammar* self, const LCHAR* transcription, SR_SemanticResult… in SR_GrammarCheckParse()
|
D | SR_GrammarImpl.c | 646 ESR_ReturnCode SR_Grammar_CheckParse(SR_Grammar* self, const LCHAR* transcription, SR_SemanticResul… in SR_Grammar_CheckParse() 683 ESR_ReturnCode SR_GrammarAllowOnly(SR_Grammar* self, const char* transcription) in SR_GrammarAllowOnly()
|
/external/srec/srec/ca/ |
D | syn_srec.c | 333 int CA_CheckTranscription(CA_Syntax *hSyntax, const char *transcription, int no) in CA_CheckTranscription()
|
/external/srec/srec/Recognizer/src/ |
D | Recognizer.c | 359 const LCHAR* transcription, in SR_RecognizerLogWaveformData()
|
D | RecognizerImpl.c | 3492 const LCHAR* transcription, const double bos, in SR_RecognizerLogWaveformDataImpl()
|
/external/srec/srec/test/SRecTest/src/ |
D | SRecTest.c | 149 LCHAR transcription [MAX_LINE_LENGTH]; member 2625 …ive_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcription ) in srec_test_log_reco_from_file_data() 2696 LCHAR *transcription; in srec_test_recognize_pcm_file() local 2790 LCHAR *transcription; in srec_test_recognize_nist_file() local
|
/external/srec/srec/test/SRecTestAudio/src/ |
D | SRecTestAudio.c | 148 LCHAR transcription [MAX_LINE_LENGTH]; member 2298 …ive_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcription ) in srec_test_log_reco_from_file_data()
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 420 (JNIEnv *env, jclass clazz, jint grammar, jstring transcription) { in Java_android_speech_srec_Recognizer_SR_1GrammarAllowOnly()
|