Home
last modified time | relevance | path

Searched refs:GetPcm (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Dwakeup_intell_voice_engine_napi.h51 static napi_value GetPcm(napi_env env, napi_callback_info info);
H A Dwakeup_intell_voice_engine_napi.cpp77 DECLARE_NAPI_FUNCTION("getPcm", GetPcm), in Export()
699 napi_value WakeupIntellVoiceEngineNapi::GetPcm(napi_env env, napi_callback_info info) in GetPcm() function in OHOS::IntellVoiceNapi::WakeupIntellVoiceEngineNapi
/ohos5.0/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer_main.c525 static void GetPcm(const char *string) in GetPcm() function
637 GetPcm(optarg); in main()