HomeSort by relevance Sort by last modified time
    Searched defs:transcription (Results 1 - 4 of 4) sorted by null

  /external/srec/srec/Nametag/src/
NametagImpl.c 36 LCHAR transcription[MAX_STRING_LEN]; local
60 rc = result->getValue(result, 0, L("meaning"), transcription, &len);
69 len = LSTRLEN(transcription)+1;
70 rc = SR_NametagCreateFromValue(id, transcription, (int)len, self);
76 LCHAR* long_pron = transcription;
  /external/srec/srec/crec/
word_lattice.c 230 int sprint_word_token_backtrace(char *transcription, int len, srec* rec, wtokenID wtoken_index)
236 char *tr_end = transcription;
244 *transcription = 0;
265 *transcription = 0;
275 if (wlen + tr_end - transcription + 1 >= len)
277 *transcription = 0;
284 while (from_p >= transcription) *(to_p--) = *(from_p--);
290 to_p = transcription;
297 *transcription = 0;
444 int srec_get_top_choice_transcription(multi_srec* recm, char *transcription, int len, int whether_strip_slot_markers
520 char transcription[MAX_LEN]; local
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 149 LCHAR transcription [MAX_LINE_LENGTH]; member in struct:ApplicationData_t
2696 LCHAR *transcription; local
2790 LCHAR *transcription; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 148 LCHAR transcription [MAX_LINE_LENGTH]; member in struct:ApplicationData_t
    [all...]

Completed in 63 milliseconds