OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_hypotheses
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/content/public/browser/
speech_recognition_session_config.cc
18
max_hypotheses
(kDefaultMaxHypotheses) {
speech_recognition_session_config.h
32
uint32
max_hypotheses
;
member in struct:content::SpeechRecognitionSessionConfig
/external/chromium_org/content/browser/speech/
speech_recognition_engine.cc
19
max_hypotheses
(kDefaultMaxHypotheses),
speech_recognition_engine.h
57
uint32
max_hypotheses
;
member in struct:content::SpeechRecognitionEngine::Config
speech_recognition_dispatcher_host.cc
135
config.
max_hypotheses
= params.
max_hypotheses
;
google_one_shot_remote_engine.cc
197
parts.push_back("maxresults=" + base::UintToString(config_.
max_hypotheses
));
input_tag_speech_dispatcher_host.cc
133
config.
max_hypotheses
= kMaxHypothesesForSpeechInputTag;
google_streaming_remote_engine.cc
346
if (config_.
max_hypotheses
> 0U) {
348
config_.
max_hypotheses
);
speech_recognition_manager_impl.cc
131
remote_engine_config.
max_hypotheses
= config.
max_hypotheses
;
/external/chromium_org/content/common/
speech_recognition_messages.h
119
IPC_STRUCT_MEMBER(uint32,
max_hypotheses
)
/external/chromium_org/content/renderer/
speech_recognition_dispatcher.cc
70
msg_params.
max_hypotheses
= static_cast<uint32>(params.maxAlternatives());
Completed in 290 milliseconds