Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_channel_blend.cpp50 ProcessWithBlendMode<uint8_t>(reinterpret_cast<uint8_t*>(buffer), bufferSize); in Process()
53 ProcessWithBlendMode<int16_t>(reinterpret_cast<int16_t*>(buffer), bufferSize); in Process()
56 ProcessWithBlendMode<int24_t>(reinterpret_cast<int24_t*>(buffer), bufferSize); in Process()
59 ProcessWithBlendMode<int32_t>(reinterpret_cast<int32_t*>(buffer), bufferSize); in Process()
67 void AudioBlend::ProcessWithBlendMode(T *buffer, size_t bufferSize) in ProcessWithBlendMode() function in OHOS::AudioStandard::AudioBlend
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_channel_blend.h56 void ProcessWithBlendMode(T *buffer, size_t bufferSize);