Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_util.h28 static bool DeinterleaveAudioData(const int16_t *buffer, uint32_t size, int32_t channelCnt,
H A Dintell_voice_util.cpp41 bool IntellVoiceUtil::DeinterleaveAudioData(const int16_t *buffer, uint32_t size, int32_t channelCn… in DeinterleaveAudioData() function in OHOS::IntellVoiceUtils::IntellVoiceUtil
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_engine_impl.cpp264 auto ret = IntellVoiceUtil::DeinterleaveAudioData(reinterpret_cast<int16_t *>(buffer), in StartAudioSource()