Home
last modified time | relevance | path

Searched refs:utt_type (Results 1 – 5 of 5) sorted by relevance

/external/srec/srec/ca/
Dutt_basi.c73 if (hUtt->data.utt_type != 0) in CA_InitUtteranceForFrontend()
102 if (hUtt->data.utt_type == 0) in CA_ClearUtterance()
107 if (hUtt->data.utt_type == LIVE_INPUT) in CA_ClearUtterance()
110 hUtt->data.utt_type = 0; in CA_ClearUtterance()
129 if (hUtt->data.utt_type != LIVE_INPUT) in CA_AdvanceUtteranceFrame()
143 if (hUtt->data.utt_type != LIVE_INPUT) in CA_UtteranceHasVoicing()
157 if (hUtt->data.utt_type != LIVE_INPUT) in CA_UnlockUtteranceForInput()
172 if (hUtt->data.utt_type != LIVE_INPUT) in CA_LockUtteranceFromInput()
189 if (hUtt->data.utt_type != LIVE_INPUT) in CA_ResetVoicing()
206 if (hUtt->data.utt_type != LIVE_INPUT) in CA_FlushUtteranceFrames()
[all …]
Dann_api.c336 if (hUtt->data.utt_type == FILE_OUTPUT) in CA_SegmentUtterance()
338 if (hUtt->data.utt_type != FILE_INPUT && in CA_SegmentUtterance()
339 hUtt->data.utt_type != LIVE_INPUT) in CA_SegmentUtterance()
/external/srec/srec/include/
Dutteranc.h71 int utt_type; member
111 int utt_type; member
136 int utt_type; member
158 int utt_type; /* live or from file */ member
261 void init_utterance(utterance_info *utt, int utt_type, int dimen,
/external/srec/srec/crec/
Dget_fram.c47 void init_utterance(utterance_info *utt, int utt_type, int dimen, in init_utterance() argument
59 utt->utt_type = utt_type; in init_utterance()
/external/srec/srec/cfront/
Dca_front.c140 if (hUtt->data.utt_type != LIVE_INPUT) in CA_MakeFrame()