OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_grammar
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/test/SRecTest/src/
SRecTest.c
167
static int srec_test_recognize_nist_file ( SR_Grammar *
active_grammar
, ApplicationData *data, FILE *results_file,
169
static int srec_test_recognize_pcm_file ( SR_Grammar *
active_grammar
, ApplicationData *data, FILE *results_file,
281
static void srec_test_get_active_grammar ( ApplicationData *data, SR_Grammar **
active_grammar
)
285
*
active_grammar
= data->grammars [data->active_grammar_num].grammar;
287
*
active_grammar
= NULL;
768
int srec_test_reset_slots ( SR_Grammar *
active_grammar
)
773
if (
active_grammar
!= NULL )
776
esr_status = SR_GrammarResetAllSlots (
active_grammar
);
794
int srec_test_add_word ( SR_Grammar *
active_grammar
, LCHAR *command_text )
806
if (
active_grammar
!= NULL
1767
SR_Grammar *
active_grammar
;
local
[
all
...]
/external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c
167
static int srec_test_recognize_live ( SR_Grammar *
active_grammar
, ApplicationData *data, AUDIOIN_H audio_input_handle,
279
static void srec_test_get_active_grammar ( ApplicationData *data, SR_Grammar **
active_grammar
)
283
*
active_grammar
= data->grammars [data->active_grammar_num].grammar;
285
*
active_grammar
= NULL;
761
int srec_test_reset_slots ( SR_Grammar *
active_grammar
)
766
if (
active_grammar
!= NULL )
769
esr_status = SR_GrammarResetAllSlots (
active_grammar
);
787
int srec_test_add_word ( SR_Grammar *
active_grammar
, LCHAR *command_text )
799
if (
active_grammar
!= NULL )
814
esr_status = SR_GrammarAddWordToSlot (
active_grammar
, slot, word, pron, weightNumber, semanticTag )
1544
SR_Grammar *
active_grammar
;
local
[
all
...]
Completed in 25 milliseconds