OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acousticstate
(Results
1 - 16
of
16
) 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/AcousticState/include/
SR_AcousticState.h
50
* the
AcousticState
either at the beginning of a new call or at the end of a call in
58
* Loads an
AcousticState
from file.
66
* Saves an
AcousticState
to a file.
74
* Gets an
AcousticState
into a string.
82
* Sets an
AcousticState
from a string.
100
* @name
AcousticState
102
* An
AcousticState
is a container for the configurations of several items used in recognition:
109
*
AcousticState
must offer persistence to reflect optimal settings and preferred use on start-up.
115
* Loads an
AcousticState
from file.
123
* Saves an
AcousticState
to a file
[
all
...]
/external/srec/srec/test/SRecTest/
Android.mk
29
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/test/SRecTestAudio/
Android.mk
29
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/AcousticState/
Android.mk
10
src/
AcousticState
.c \
18
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec_jni/
Android.mk
30
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/AcousticModels/
Android.mk
18
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/Grammar/
Android.mk
18
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/Nametag/
Android.mk
20
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/Recognizer/
Android.mk
20
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/Session/
Android.mk
17
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/Vocabulary/
Android.mk
18
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/external/srec/srec/Semproc/
Android.mk
26
$(ASR_ROOT_DIR)/srec/
AcousticState
/include \
/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 49 milliseconds