OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acousticState
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/AcousticState/src/
AcousticState.c
2
*
AcousticState
.c *
36
return impl->
acousticState
->reset(recognizer);
50
return impl->
acousticState
->load(recognizer, filename);
64
return impl->
acousticState
->save(recognizer, filename);
79
return impl->
acousticState
->set ( recognizer, param_string );
94
return impl->
acousticState
->get ( recognizer, param_string, len );
AcousticStateImpl.c
51
recogImpl->
acousticState
= &impl->Interface;
75
SR_AcousticStateImpl* impl = (SR_AcousticStateImpl*) recogImpl->
acousticState
;
/external/srec/srec/Recognizer/include/
SR_RecognizerImpl.h
209
*
AcousticState
associated with Recognizer.
211
SR_AcousticState*
acousticState
;
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
678
impl->
acousticState
= NULL;
[
all
...]
Completed in 39 milliseconds