Home
last modified time | relevance | path

Searched refs:voice_tokens (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_win.cc225 Microsoft::WRL::ComPtr<IEnumSpObjectTokens> voice_tokens; in GetVoices() local
228 SpEnumTokens(SPCAT_VOICES, NULL, NULL, voice_tokens.GetAddressOf())) in GetVoices()
230 if (S_OK != voice_tokens->GetCount(&voice_count)) in GetVoices()
237 if (S_OK != voice_tokens->Next(1, voice_token.GetAddressOf(), NULL)) in GetVoices()
315 Microsoft::WRL::ComPtr<IEnumSpObjectTokens> voice_tokens; in SetVoiceFromName() local
318 SpEnumTokens(SPCAT_VOICES, NULL, NULL, voice_tokens.GetAddressOf())) in SetVoiceFromName()
320 if (S_OK != voice_tokens->GetCount(&voice_count)) in SetVoiceFromName()
325 if (S_OK != voice_tokens->Next(1, voice_token.GetAddressOf(), NULL)) in SetVoiceFromName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_win.cc415 Microsoft::WRL::ComPtr<IEnumSpObjectTokens> voice_tokens; in GetVoices() local
417 if (S_OK != SpEnumTokens(SPCAT_VOICES, NULL, NULL, &voice_tokens)) in GetVoices()
419 if (S_OK != voice_tokens->GetCount(&voice_count)) in GetVoices()
426 if (S_OK != voice_tokens->Next(1, &voice_token, NULL)) in GetVoices()
467 Microsoft::WRL::ComPtr<IEnumSpObjectTokens> voice_tokens; in SetVoiceFromName() local
469 if (S_OK != SpEnumTokens(SPCAT_VOICES, NULL, NULL, &voice_tokens)) in SetVoiceFromName()
471 if (S_OK != voice_tokens->GetCount(&voice_count)) in SetVoiceFromName()
476 if (S_OK != voice_tokens->Next(1, &voice_token, NULL)) in SetVoiceFromName()