HomeSort by relevance Sort by last modified time
    Searched refs:max_hypotheses (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/public/browser/
speech_recognition_session_config.cc 18 max_hypotheses(kDefaultMaxHypotheses) {
speech_recognition_session_config.h 34 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 143 config.max_hypotheses = params.max_hypotheses;
google_one_shot_remote_engine.cc 201 parts.push_back("maxresults=" + base::UintToString(config_.max_hypotheses));
google_streaming_remote_engine.cc 330 if (config_.max_hypotheses > 0U) {
332 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 60 IPC_STRUCT_MEMBER(uint32, max_hypotheses)
  /external/chromium_org/content/renderer/
speech_recognition_dispatcher.cc 75 msg_params.max_hypotheses = static_cast<uint32>(params.maxAlternatives());

Completed in 122 milliseconds